How will u find that how many List boxes( and check boxes)
are present in one particular window
Answer Posted / nanda
Hi,
then do some modification..
Just remove line Odesc("nativeclass") = "Button"
I think it will work now
If any queries..
nanda.dreddy@gmail.com
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to give a call to another action from one action?
How you calling actions in qtp?
How can you exit from an action?
Hi All, I need code for how to execute qtp scripts from excell sheet
Explain object spy in qtp.
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..
Explain quicktest professional (qtp) testing process?
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
What is the quicktest professional testing process?
How you can decide which type of object repository you have to use?
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 sub procedure of vbscript.
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
what is the difference between built-i function and In-built function?