We have 10 rows in datatable at runtime we get error at 3rd
row ? what is the procedure for continuing same test from
4th row on wards?
Answer Posted / curioustester
You have to go to the settings tab and in the run settings
reduce the time that the system shouls wait before it goes
to another iteration (2000 by default) and uncheck nthe box
for popup window when there is error.I am not having qtp
access as i speak so i gave a rough idea.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
what is the mail use of frame work(with detail). architecture for keyword driven frame work
How can you identify the browser and its information using QTP script?
How do you create regression test packs?
What is qtpro?
What are the data types in qtp?
Will down time for server and content maintenance/upgrades be allowed? how much?
What are the features and benefits of quick test pro (qtp 8.0)?
How will you check that your test cases covered all the requirements?
What is the difference between call to existing action and copy of an action?
banking project description for software tester
How to import a test case present in ".xls" file to TD under a Test set?
Can we record an application running on a remote machine using qtp?
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
explain abt dyanamic changing object with example?
How is a Step generator used in UFT?