Through array we can execute the testcase how ? give me example
No Answer is Posted For this Question
Be the First to Post Answer
How is a Step generator used in UFT?
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
In an output value text checkpoint, where does the output value stored by default ?
Explain the parameter in qtp?
How can we retrieve the links from a web page where links are dynamically changing(for eg take a online shopping website) and then we have to click on all the links present in the webpage and go to the repective pages and again come back to the first page..
Use of Debug Viewer?
How to capture text from image to word
What is the differnce between action & script
What is the difference between action & script?
what is the purpose of QTP?
How to run a script from lines 50 - 100 alone (if the script has 1- 200 lines of code)?
What is AUT in object reposity in QTP? Why we use it in Object repository???What is full form???????