How can I generate customized logs in QTP ?
Answer Posted / vince.shu
may you can try
ReportEvent Method
Description
Reports an event to the test results.
Syntax
Reporter.ReportEvent EventStatus, ReportStepName, Details
[, in]
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is object repository in qtp?
What are the factors on which script execution time is dependent?
How to release all resources file from the QTP?
How is the Bitmap checkpoint different from Image checkpoint?
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
1 Folders in VSS 2 In navigation script there are 100 script i want to run first 50 and 37th script also not needed to run how to do this 3 What is navigation script,Driver script, business script what we are loaded in this script 4 use of resource tab 5 Difference between verification and validation give real scenario example 6 file scripting object when to use it 7 what are the problems you are faced while testing web application 8 difference between expert view and keyword view 9 difference between QTP 8.2 and QTP 9.2 navigation frame work please answer these questions from real time working people as early as possible
Explain the concept of how quicktest professional identifies object?
How to capture all the data of a webtable, weblist and combolist using QTP?
Does quicktest professional (qtp) is unicode compatible?
how to download mercury qtp9.2 ny internet ?
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
Analyzing the checpoint results?
Tell me one scenario, the complex functionality you have automated in your project?
What are the different properties of an web object
In qtp, how you can get the last character from a string?