Maximum synchronizing time out in QTP
Answers were Sorted based on User's Feedback
Answer / uday kumar_
By default, QTP provides these Max. Synchronization timeout:
Windows based applications : 20 sec.
Web based applications : 60 sec.
However, we can change these Syncronization timeout
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / sreeprasad
The field named 'Object synchronizanion time out' will
accept upto 1000000 milliseconds. The moment u enter
999999 milliseconds, it is automatically converted to
1000000 milliseconds.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / ram.polavarapu
windows based applicatios-20sec
web bssed applicatios-60sec
| Is This Answer Correct ? | 0 Yes | 0 No |
hai,i want to select an option from the right click pop up menu.but the qtp is not recognizing the right click pop up menu as a seperate object.can any one tell me the solution.
CAN ANY ONE PLEASE EXPLAIN DIFFERENT TYPE OF FRAMEWORKS USED IN QTP?EXPLAIN EACH OF THEM?..POST TO VANILKUMAR_1981@YAHOO.CO.IN
if Object repository contain x and y properties. we do not know whether they are mandatory or assistive properties. While executing the script qtp will use both the properties or only sufficient properties to identify the object. It means it use OR (or) AND
How many actions we can write in a test?
Presently i am working on QTP 8.2 Version,i want to know features in 9.2 version, because i have not sufficient time to put the effort on the 9.2 version
How to match two doc files using qtp requirment is:- each and every single word of a doc file should be matched with the another doc file. can someone send me the code.
How can we import into Excel "Details" ,"Result" ,"Time" parameters from within a Results Report which is generated after a Run error when a script is executed in QTP? Refer E.g below Status Functionality Description RunDate Fail Login User should be able to Login 12/3/2007 StartTime EndTime Details* 1:31:58 PM 1:32:29 PM (this one i want)
Give a comment on Regular Expressions using QTP?
By using QTP, How do you test a frame in a web page?
I am Using QTP 9.1 version. I have created a Shared Object Repository. The size of Shared Object REpository is 9 MB. In my system i am able to execute the script very flexibly and it is very fast. But if i copy the same code into other system with the same configuration, it is executing very slowly(i.e dam slow). It is not happening in all machines it is in only some machines. Can please any one give th esolution. It is high priority to me as i need to give demo to client on their machines.
Give the syntax to import/export xls into qtp.
what testplan contents and what test strategy contents,what is the diff b/w them