What is Maximum synchronization time out in QTP(By Default
is 20sec). Anybody can answer it. Thanks in advance.
Answers were Sorted based on User's Feedback
Answer / nag b
By default it's 20 sec.
But we can change its value. Here you go..
File > Settings > Test setting dialog comes up.
Click Run tab. Here you can see
Obejct Synchronization timeout : 20 Sec
Change it to the required value.
I have set the value to 1000 sec according to my
application requirement and it worked fine..
If you set it > 1000 it is again sets to previous valid
timeout value. I was not able to set it more than 1000.
I cheked it with qtp 9.2.
so i think 1000 sec is max timeout
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / brinda
The maximum synchronization time out in QTP is 10000
milliseconds = 10 seconds.
you can check the default value by inserting a
synchronization point in your test.
| Is This Answer Correct ? | 7 Yes | 4 No |
Answer / geena
Default time is 20 seceond for window applications.
Default time is 60 seceond for web applications.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / rama kishore
QTP Maximum sync time is 10 Sec. We increase the sync time
By using sync or Wait statements.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / vineetha
hi rupesh
its not 1lakh its 1000000millisecond
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / 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 |
If there are 100 checkboes in a page then how can we select 10th & 11th & 14th chexkboxes at once through descriptive programing in QTP using vb script. Please send the answers...
how to test a java project throughqtp?while testing a vb project we generally do vb scripting. but while testing java project do we use java script .plz some one can send me the manual for it my email roy_samata@yahoo.com thanks in advance
what are the disadvantages of qtp? can linux support qtp9.2? how could get web address throu vbscript?
how to read log file using QTP??
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What's the difference between them? How to handle script issues?
why was automation used in the project?
Write a user defined function to count the no. of buttons existed in a webpage ? i dont want to use descriptive.create ()
how would you go for testing a web application like any jobsite?(using manual n qtp)..pls frnds its very urgent ..i need realtime answers...thanks in advance
Hi, I have 50 test cases for automation, Based on which criteria we can decide for these test cases we have to use Descriptive programming and remaining for general coding? Thanks In Advance..Kavitha
Hi, this is venkatesh. Q: I have 10 files in a folder(say D:\). Out of which there are some .txt, .xls, .doc. I want to know how to get the count of each file using qtp? If U have any ans, plz write script for that...
I have made the recovery scenario in script. When i am exceuting the script. it stop automatically after running recovery scenario. Please tell the resaon?
Is there any thing that we can replace recovery scenario manager in QTP.