Maximum synchronizing time out in QTP
Answers were Sorted based on User's Feedback
Answer / uday kumar_
By default, QTP provides these Max. Synchronization timeout:
Windows based applications : 20 sec.
Web based applications : 60 sec.
However, we can change these Syncronization timeout
Is This Answer Correct ? | 7 Yes | 1 No |
Answer / sreeprasad
The field named 'Object synchronizanion time out' will
accept upto 1000000 milliseconds. The moment u enter
999999 milliseconds, it is automatically converted to
1000000 milliseconds.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / ram.polavarapu
windows based applicatios-20sec
web bssed applicatios-60sec
Is This Answer Correct ? | 0 Yes | 0 No |
What is quicktest professional (qtp window?
QTP script is not working on other's machine..
Syntact for how to call one script from another? and Syntax to call one "Action" in another?
what is batch run ?
Hi All, I am a beginner in QTP and have understood the basics of QTP by going through tutorial. I am trying to Automate a HRMIS application, What is the right approach to Automate this application. Kindly answer. Thanks in advance
How to export data present in Datatable to an ".xls" file?
What is the architecture of framework
Shall we add Local Repository to shared object repository,if yes,how we add
what is descriptive programming in QTP? How can be done?
Can anybody help me for vb script in qtp? give me examples for practice plz.
can onyone tell me how to comapre the output of two different Data Bases in QTP?
How can i parameterize the standard checkpoint using Excel sheet where my expected values are there?? suppose i want to test a application with diffent value and want to run 5 iteration?? for each iteration, values will be exported from excel sheet as input. Now i will store some expected values in the excel sheet, which i want to check in the application whether expected equals to actual value??? can any one help me