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 |
how can we compare descriptive programing with a regular expression
1.can we parameterise object repository?how we can do it? 2.there is a name "mallikharjun".i want to get the vowels in it through VBSCRIPT?
What is the difference between two actions?
In qtp, how you can exit for loop?
.have you ever written compiled module? if yes , tell me about some of the function that you wrote.
How many types of run modes are there in qtp?
What is output value?
How to automate the windows dialog box which is coming in the run mode? Whenever I run my scripts,I am getting dialog box ( for ex: Pls enter zipcode" eventhough I already entered the value,the dialog box pops up).I need to click it. Pls give some idea-How to automate the dialog box which is pop up in the runtime.
How to capture text from image to word
Take a situation when you are working with QTP, suddenly system has crashed.so you again start the system. My questyion is how can QTP directly opened when the system desktop appears.
How to save your test using quicktest professional?
With out using the task manager,how to close the application using vbscript and what is the statement?