Answer Posted / naveen rana
By default it creates an "XML" file and displays the results
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a script to customize the test results in PDF and HTML format.
If the objects hierarchy is changing from build to build, then how you will handle that condition?
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
what is meant by Implicit and explicit requirements?
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
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
Please guide me release notes of Automation once scripts are completed
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
tell me exact differenceb bw qtp and selenium?(could not tell open soure and licennce? difference in usage and technical difference?
How to explain a banking project in interview as a test engineer???
How to find the name of the machine where you are running your automation scripts in qtp?
What is the purpose of loading qtp add-ins?
If you are testing a web application then what will you test in that application?
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
Explain about Test Fusion Report of QTP?