i need the licence key for QTP V9.5 can anyone help me on
getting this?
Answer Posted / kaliswaran
Please send me the licence key for qtp 9.5 to
Kaliswaranbsc@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the extension of qtp local repository?
Mention what are the different types of recording modes in qtp? Which will be used when?
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
Explain the use of action split in qtp?
How qtp recognizes the object?
Which environments are supported by hp qtp?
What is the difference between call to existing action and copy of an action?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?
Hi, Hope you viewers are doing fine with good health. What are the steps and connection parameters to connect to Oracle db ? Can you connect with just the Oracle client or Oracle XE ? Cheers!!
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
Define virtual object?
Is the qtp course will help to create a virtual object?
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 stepin & stepout?