i need the licence key for QTP V9.5 can anyone help me on
getting this?
Answer Posted / yatish
Please send me the licence key for qtp 9.5 to
ramsgotrus@gmail.com
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Hai anyone please "Explain about Framework in QTP?"
Tell me about qtp?
Create flight reservation login descriptive programing (Condition: Remove the value and substitute with a variable, and then call the validation from Excel) Plz help me....... very urgent.........
I hav installed QTP8.2, im working on webapplication, while running the script giving error msg like "QTPro.exe generated errors and will be closed by windows. You will restart the program. An error log is being created". Pls anybody what is the problem, what i have to do for this? Thanks...
How do you delete unwanted results in qtp?
How many types of trigger events are there in qtp?
why you have standardized functions? plzzz guys with real time exp. do answer
Can U Explain about QTP tool from older version to latest version also its differences?
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
What is the difference between local and shared object repository in qtp?
How many types of recording modes are there?
Hi ,Can any one pleas explain how to test splash objects using QTP?
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John
How do you do batch testing in wr and is it possible to do in qtp, if so explain?
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?