Answer Posted / sadashivbyagi
using exportsheet syntax
datatable.exportsheet."path",1,1
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What are the features and benefits of quick test pro (qtp 8.0)?
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
before launching qtp, we need to close all the open browsers u dont know what are all the browsers either it might be ie,mozilla etc and u dont know how many brosers are open.... u need to close all these before launching qtp.. can anyone plz temme d solution...
what is stepin & stepout?
Explain in brief about the quicktest professional automation object model?
How many types of actions are there in quicktest professional (qtp)?
is there any addin for remedy user application
What is synchronization? What are the ways you can synchronize?
I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2
How to handle dynamic objects in quicktest professional?
unique properties of button,edit box, radio button,check box?
What is the file extension of the code file and object repository file in QTP?
Why bpt?
can anyone tell me from where i can download qtp demo or crack version
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?