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 |
Suppose u write test case in Excel sheet . how u open that test case in Test Director?
Did you find anything in your project that QTP proved inefficient to perform?
How can you give wait up to 10 seconds in qtp?
write a qtp code to display all the items in the fly from combo box or list box
Where the text version of script file located in file system?
How to get data line by line from web element
How will you handle java tree in qtp?
How to Run a Test using QTP?
What’s the basic concept of QTP?
Could anyone help me for the below scenario: i am using the descriptive programming for my account, in which we have to generate the contract in the MS-word. when i generate this doc, we need to click on enable macros to continue further. but i am unable to make qtp to click on this. if anybody faced the problem like this??? pls help to get it resolved? Thanks in advance
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
does QTP provides any tools for parametrisation?