How u prepare Test result summary in QTp?

Answer Posted / kathir

Test fusion report is generated automatically in QTP.
It will be saved in particular folder in server.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does QTP identify an object?

605


How many types of trigger events are there in qtp?

544


Explain data driven framework?

571


wht type of User defined functions or Java Releated functions do we write in VB scripting

1817


Can launch two instances of qtp on the same machine?

573






what is ODC and GDC?

7330


What are the different types of recovery operation?

545


What is the standard timing delay for web based application in qtp?

582


What is quicktest professional (qtp window?

585


how can we preform retesting(DATA driven test) using function please gine the code for loginpage

2262


Give me some real time point of way where exactly we can conduct audits?

1495


what is run action?

1428


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

1337


How did you resolve conflicts present in Object Repository?

1609


How to find the path of folder in which the test is saved in qtp?

524