Answer Posted / menakabsccs022
Testing is the network of activity ex coding
| Is This Answer Correct ? | 3 Yes | 9 No |
Post New Answer View All Answers
In qtp, explain what is qrs file?
What are the differences between quicktest professional and winrunner?
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
Have you faced any problems with object repository?
With what extension you can save the list of tests in a file to run in test batch runner?
How can you write the scripts that operate on different objects depending on run-time information?
hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company
What are the ways you can synchronize?
What are the different recording modes?
How to test fly out menu in qtp?
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?
Explain the concept of how quicktest professional identifies object?
How to find operating system information using the qtp script?
If u r using library files (Instead of Check Points) , How do u do bitmap check ?