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 |
We have an application which generates links( more than thousand) based on the time stamp dynmically.Each link will download an xls file. we are supposed to click a particular link (which link to click will be obtained thru some buisiness logic).Now the issue is QTP is not recogniging the link(say Var1) though its properties showed mandatory fields text=xyz and html tag=A.I used following code to do this. Browser("ABC").Page("123").Link("text:=" &Var1,"html tag:=A").click, can any one suggest why this is not recognised by QTP though syntax is correct?(Is there any sync issue to be considered?Because on clicking the link it will take 5 mins to open that file)
Hi Friends, Can any one answer this question? 17) What method is used to retrieve the number of columns in the query results? A. Fields.Count B. Fields.Item(EOF) C. Fields.Count(BOF) D. Fields.Count.Value
now a days which one is using all companies for qtpscript a)Object Repository based script b)Descriptive program based script c)BOTH
Plze let me know how you can validate in the QTP that printed documents is correctly printed or not ie how we can do the validation that all the records or text are printed successfully in the printed document as per the application format requuired.
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.
What are advantages of test automation?
How do you do batch testing in QTP, if so explain?
How can we conduct U-I Testing by using QTP??????
how can we group that these test cases only should be automated and in which order you execute that test cases
in qtp how i can retrive from a browser how many links are there.means total no of links used in a browser
What is iteration?
WHAT IS DIFFERENCE B/W QC 9.2 AND QC 10.0