i need the licence key for QTP V9.5 can anyone help me on
getting this?
Answer Posted / dmitry
My email:phdmp@yandex.ru, please provide license key for
QTP 9.5
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many tabs are available to view your test in a test pane and what are they?
How to import a test case present in ".xls" file to TD under a Test set?
What is file database?
www.icici.com after this home page wll came, in this page what r the items we r going to test for manual and what the element we r test for QTP... explian clearly with example
How to handle the exceptions using recovery secnario manager in quicktest professional?
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 test use the quality control .how to verify the image verification
If created one virtual object? Next time I changed the window position will it work?
What are the common defects found in your project? (in qtp interview)
How to find the name of the machine where you are running your automation scripts in qtp?
On what document base Descriptive programming is written if build is not yet ready ?
what is the latest version of QTP? Main difference between 9.2 and 10 version
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
Generic function to search for the unique link in webtable and click on it
What is action split and the purpose of using this in qtp?