How to capture the text from the application using QTP?
Answer Posted / raj
Using GetRo property in the script
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How to start recording using quicktest professional (qtp)?
Subj: realtime example of Database check point, Can any one please detail on how the Database check point is utilized/implemented in a real time project. I already know how to make one by creating DSN/ODBC and writing the required query manually and other steps...I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thank you in advance
In qtp, explain what is crypt object
Both static and dynamic arrays are handled by the vb script. Is it true?
How many scripts did you have?
what could go wrong with test automation?
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 we connect 1. qtp9.2 to the quality center9.0? 2. Load runner8.0 to the quality center9.0
hi i have 4 yrs exp in manual and automation testing using QTP i need sample resumes plz can u send this mail id pbre1980@gmail.com
Give me some real time point of way where exactly we can conduct audits?
Explain different type of event trigger option.
How many ways is to parameterize the value?
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
How will internal and external links be validated and updated? how often?
How to break the object spy ?