Wher to use DATA TABLE METHODS in Qtp?What is the use of it?
Answer Posted / vasu
Hi Gautham, yes the "general error" will come when u use
Excel 2007. dont use it. use the excel versions of Excel 97
to 2003 versions. Then the path will work fine.
vasuseven@gmail.com (IBM)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Without using gui map editor we can recognize the application in winrunner ?
what are the limitations of smart identification in qtp 9.0
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
Which features or drawbacks of QTP lead to the upgrade for a newer version?
How to explain a banking project in interview as a test engineer???
how u will evaluate the tool for test automation?
Can anyone share/send me QTP 8.2 Crack as I had it before but now it's virus affected. Pls send me on Sawale.vijay@gmail.com Thanks, ~Vijay
What is the difference between run time object and test object in 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
How to use descriptive programming?
Explain the checkpoint in qtp?
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
If you are testing a web application then what will you test in that application?
How to use conditional loops in qtp ?
Where is the Bitmap checkpoint information stored?