What is QTP and the use of QTP in TD?
No Answer is Posted For this Question
Be the First to Post Answer
How do you change Logical Name of the object in test script?
how quick test record on dynamically generated urls and web pages.
OPening of notedpad in QTP to write and execute the coding?
What are table and db checkpoints?
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 software automation specialist enter steps in the Expert View?
How can get count of list box?
How did you achieve reusability via QTP?
In a shared Object Repository in QTP if some object is changed how can the other script which is using the same object can be known
I want to execute 1st row of the local sheet and 3rd row of the global sheet parellely. write script to execute
hen do start automation testing after manual testing
How will you check that your test cases covered all the requirements?