i need the licence key for QTP V9.5 can anyone help me on
getting this?
Answer Posted / jk
Please send me the licence key for qtp 9.5 to
tei.tokyo2@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the different recording modes and how do they work?
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.
Suggest and Define a solution for an application whose objects are not recognized by UFT?
Tell me about your project? please help me how to tell about insurance project
What is file database?
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression
How do you create new test sets in td?
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button
What is QTP’s model for test creation?
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
How to analyzing test results using quicktest professional (qtp)?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
Explain the features of quick test pro(qtp)?
Mention the different actions types of qtp.
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.