can u tell me the the cost of automation tool QTP
?
Answer Posted / shankar
Hi Ravimekala thanks for the information, but this is
yearly subscription or one time investment& they will
charge for single or multy user qtp software tools
thanks
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
What is difference between Recording time object identification and Run time (Execution) time.
How you debug your script?
How many types of parameters are there?
How software automation specialist enter steps in the Expert View?
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 to use descriptive programming?
how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps
how can i pass a "cript"as a parameter in to a function
What are the different ways to invoke an application using QTP?
How to data driven test for Win objects in QTP ?
Explain quicktest professional testing process?
Is virtual object supported in low level recording mode?
How can you pass value one action to another action?
What r the different filters in defect in quality center
I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?