Answer Posted / dhana
Regression Testing
Functional Testing
Retesting
for Userinterface Testing we have to use Checkpoints,so it
is not feasible to automate.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to download mercury qtp9.2 ny internet ?
How many add-ins comes by default with quicktest professional (qtp)?
How do you create regression test packs?
Explain runtime dynamic settings?
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 to handle the exceptions using the recovery scenario manager in qtp?
What are the differences between quicktest professional and winrunner?
Difference between test object and run time object?
Whats the realtime QTP testing process
How do you test the text displayed in the header portion of times of india epaper. Hot news(banner) are scrolling in the top of the page, how do you test using QTP?
what and how to answer for the question "tell me about yourself ?" for 3 years experience. can anyone say inj detail please... its urgent
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?
How to Test the mainframe application?
If created one virtual object? Next time I changed the window position will it work?
What is the syntax for how to call one script from another?