What is the Maximum syncronization timeout in seconds in
QTP 9.5
Answers were Sorted based on User's Feedback
Answer / uday
Default value for object synchronization time out is 20 sec.
but it is not the maximum time.
We can configure to any value for this property. This can be
done by navigating Test/File -> Settings -> Run -> Object
synchronization timeout.
or
setting("webtimeout")=your value.
Thanks,
Uday.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / seshu
Default value for object synchronization time out is 20 sec.
but it is not the maximum time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / uday
For default object synchronization timeout:
setting("defaulttimeout")=your value
| Is This Answer Correct ? | 0 Yes | 1 No |
Explain the Load testing process?
I recorded a Web based Application running on JAVA and when I went to play them back a week later they didn't run. I noticed that the Browser was putting in a (Underscore and a Number) for each line so i re-recorded and noticed the Underscore line wasn't the same as what i recorded last week so any script I record today will not work next week because the browser settings or how QTP recognizes it keeps changing. This is the new line Browser("Bureau of Labor Statistics_4").Page("Bureau of Labor Statistics").JavaApplet("SurveyApplet").JavaList ("Select an Area").Select "U.S. city average" This is the old line 'Browser("Bureau of Labor Statistics_3").Page("Bureau of Labor Statistics").JavaApplet("SurveyApplet").JavaList ("Select an Area").Select "U.S. city average" Notice the Burearu of Labor Statistics_3 adn Burearu of Labor Statistics_4. Why does it change and how do I prevent it from changing.
What is an expert view and keyword view?
WHat is Object Identification and Object Spy?
What is Version control?
hi how could i get installation guide for QTP 9.0 on XP help me for this !!!!!
How to change the run-time value of a property for an object?
How to identify the objects using descriptive programming when the object property values are same, i mean in a page 10 objects are there i want to click the 6th object but all the object property values are same? using descriptive programming
What are the five challenges you faced in QTP?
Is manual Testing replacement of automation testing?Which types of testing we can not do in automation testing but can do in manual testing?
write a qtp script to enter user name & password for flight reservation login page from excel sheet
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?