What is Maximum synchronization time out in QTP(By Default
is 20sec). Anybody can answer it. Thanks in advance.
Answer Posted / 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 |
Post New Answer View All Answers
What is Distributed testing? How does UFT support it?
How does you pass optional arguments in qtp?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji
I want to grow as a Automation Engineer,Kindly help me in clearing my interview that what interviewer looks for as a Automation Engineer. I am having three years of experience in testing.
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
When to use shared and local object repository?
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script
Explain in brief about the quicktest professional automation object model?
Brief the process of testing with UFT?
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
How can I import environment from a file on disk?
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
How to create a standard checkpoint ?