PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
Answer Posted / akshar jain
it cannot be used while the script is running,it can be
used to check the objects properties like file name,class
etc n use it in ur test
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Both static and dynamic arrays are handled by the vb script. Is it true?
Can any suggest me what is exposure testing?
What do you mean by checkpoints in qtp?
What are the different types of checkpoints?
what is command for executing files?
How can you close the second opened browser?
Object repositories types, which and when to use?
why text area checkpoints cannot used for web applications
What is the difference between shared and local object repository?
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
What are the factors on which script execution time is dependent?
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
banking project description for software tester
What is the difference between a Function and Procedure in QTP?
Your roles and responsibilities and daily tasks? (As automation tester)