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 |
1. I have asked the same question for the third time, but i am getting wrong answers. Pls give me the script to count the number of edit boxes or checkboxes in an windows application screen. In windows application childobject is not working, anyone very urgent
is it possible to map an image as standard Object or u've to treat as virtual? how to map an Dynamic image into standard object?
how to record a word doc using qtp i.e open a word doc,type something and save the doc can someone send me the code.
How can we disable popup blocker? (I think it means when we get a pop up messge(its error) how we wil disable that one with out interrupting normal process)
What are the types of object repositories? Which one is you using?
how to pass parameters from one action to another using output parameters I am not calling action 2 from action 1, they are being called individually I need syntax please .. Requirement: Action 1 customer = Browser(" ").Page(" ").Link(" ").GetROProperty("value") I want to use the value stored in customer in Action 2 I do not want to use any of these actions as re-usable actions
Hi, Can anyone help me in esimating time for an application using QTP tool.. What factors should be considered while calculating the estimation time for QTP... Thanks in advance... Prasad Gali
How to open a new test using quicktest professional?
How will you test a keyboard?
Tell me the QTP Advantages and Disadvatages ?
What is the extension of script and object repository files in QTP?
There are some links on the web page,write a script to count and click those links and check the text on the page displayed on clicking the links.