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 |
write code to read and write data from file?
I want to learn QTP Online, where can I get quality training?
Do you know SQL? I know SQL but i don't have any experience...that's it..No more questions ...simply he said " you can leave for the day" ...guys prepare SQL Quires before attending interview in bank of america...
Is it possible to run QTP scripts created in IE 6.0 in IE 7.0?
Hi, my requirement is to make a query in SQL using QTP. And i have to get the results of that query and i have to use those results for future testing. I created a driver but i dont know the code for using this Driver. please help me by providing the solution for y requorement
Hi All, we are using QTP Automation Scripts to test SAP. I recorded QTP Automation Scripts in English-based SAP GUI. Now we have to test a French-based SAP sytem and use the same scripts. The QTP scripts are failing when executed on the French-based SAP System due to Object Recognition Issues. What can we do? Do I re-record the scripts in the French-based SAP system?
What are accessibility check point and xml check point?
I want to assign values in a table in my software, in first column i will give values, table is of 4x4 i.e 4 row and 4 columns, i m using VBScript in my automation work. it is a simple table for giving values.
There is one parent browser and 'n' number of child browsers on desktop. Write a code to close all the child browsers but parent browser should not be closed.
What is the use of Accessibility check point?
If an application name is changing frequently i.e while recording it has name “Window1” and then while running its “Windows2” in this case how does QTP handle?
What is the difference between Functions and Action ?