Is there any thing that we can replace recovery scenario
manager in QTP.
Answer Posted / ashokraj
We can write script using text file and save .ini or .xml
format ant use as user defined environment variable through
load variable and values from external file.
Note-:QTP-->File-->Setting-->Environment-->User defined
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
what is description object?
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji
In qtp, how you can exit for loop?
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 does QTP identify an object?
What is meant by Output Value in UFT?
When you open QTP, how many sheets you can see?
Explain more about the Test Fusion Report of QTP?
Which environments are supported by hp qtp?
What is action split and the purpose of using this in qtp?
How to creating an output value using quicktest professional (qtp)?
How will you check that your test cases covered all the requirements?
How to start recording using quicktest professional?
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.