how can i prepare for QTP(8.2) to face interview ?
give over view details?
Answer Posted / madhu
Hi,
I'm new to QTP
Can anybody send me qtp framework with example
Please mail me to madhu_vpin@yahoo.co.in
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the default add-ins in qtp?
What is reusable action?
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
Discuss quicktest professional (qtp) environment?
what is impact analysis on regression testing?
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 preform retesting(DATA driven test) using function please gine the code for loginpage
How can I check if a environment variable exist or not?
What are metrics and matrix?
What are private functions in QTP? How they can be called from the function library?
Explain the new feature of UFT regarding the export of test results?
after click on compose mail how can we attached a file in qtp with vbscript code
What is keyword driven framework?