What are the option you can use to synchronize your test?
Answer Posted / sonal.pagare
• You can insert a synchronization point, which instructs
QuickTest to pause the test until an object property
achieves the value you specify. When you insert a
synchronization point into your test, QuickTest generates a
WaitProperty statement in the Expert View.
• You can insert Exist or Wait statements that instruct
QuickTest to wait until an object exists or to wait a
specified amount of time before continuing the test.
• You can also increase the default timeout settings in the
Test Settings and Options dialog boxes in order
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what type of framework u r using in ur organization
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
What are the types of data tables in qtp?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
Explain xml checkpoints.
what is command for executing files?
What is the difference between call to existing action and copy of an action?
Did QTP prove efficient for your project? Yes or No, explain?
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("» County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma
How qtp recognizes the object?
How to get the particular property value?
What is environment variable in qtp and why to use it?
Write a script to customize the test results in PDF and HTML format.
Hi,Sudhanandareddy plz forword framework and ppts for QTP to me. This is my mail id: ranjith_99reddy@yahoo.co.in (your contact number also)
What is the standard timing delay for web based application in qtp?