Answer Posted / vengi
It is depends on Functionality in your Test
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How many ways we can parameterize data in quicktest professional (qtp)?
hi guys we r working in office...we write some scripts..suddenly we have a work(5min only) in out side..what will do now,,,used to system shut down or log off or lock or sleep mode,switch use or hibernate?
how do u manipulating INI, DLL and / or registry files in support of your test environment? actually what do u mean by INI and DLL or registry files. plzzz its urgent do answer
What is the Difference between copy to action and call to action?
How many types of recording modes in qtp?
How do we handle run-time errors?
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
What is the quicktest professional testing process?
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
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
How do we analyze the checkpoint results?
Explain the difference between call to action and copy action?
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 do you capture tooltip using QTP?