What is Maximum synchronization time out in QTP(By Default
is 20sec). Anybody can answer it. Thanks in advance.
Answer Posted / kisna
i dont think there is any time limit in QTP 9.0, u can give
as much as u can but that should be less than browser time
out or page time out, if the above case is happen then no
use of sycronization point,
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
How many types of actions are there in quicktest professional (qtp)?
Can you list some technologies that support qtp?
How do you create new test sets in td?
What is TOM in QTP?
can any one say that where we can download the QTP trail version ??????????
How to handle the exceptions using the recovery scenario manager in qtp?
what is stepin & stepout?
How to handle Java tree in QTP?
How to create Reusable and Multiple Actions?
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
What are the data types in qtp?
Subj: realtime example of Database check point, Can any one please detail on how the Database check point is utilized/implemented in a real time project. I already know how to make one by creating DSN/ODBC and writing the required query manually and other steps...I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thank you in advance