Can any give an example(if possible templates) how to test
web application using QTP. thanks in advance
No Answer is Posted For this Question
Be the First to Post Answer
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 can we log a defect in Testdirector from Q.T.P ?
Please explain the role of Regular expression in QTP
how to create external data table?
If you use low level recording,what objects will be recorded in Object Repository and what properties?
What is output value? How many types of output values are there in qtp?
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
How to create scenario selector
What is the main disadvantage of using low level and Analog modes?
Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?
qtp script for recording and running the application.need script for short cut keys like f3,f4 etc.how to write script for recording?
What is the difference between per-action and shared?