What is the Maximum syncronization timeout in seconds in
QTP 9.5
Answer Posted / 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 |
Post New Answer View All Answers
Explain the concept of object repository and how quicktest professional recognises objects?
how did u use automating testing tools in ur job?
Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project
How does you test a weblink which is changing dynamically?
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me
How to delete an object from the object repository?
Some time when i wanna learn the object i face issue like i am not able learn the object in proper manner... eg:for text bo on web page it should learn as webedit but some times it reads as winobject:internetexpoler-server, because of this i have to uninstall the qtp and re-install it again when i do this it reads the object perfectly.....plz suggest the soln
For which type of projects the iterative model is not suitable?
Generic function to search for the unique link in webtable and click on it
What are the major/ important methods, functions in QTP we use realtime testing
What are the trigger events in qtp?
What are the benefits of quick test pro(qtp)?
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
How to find the length of the string in qtp?
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?