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 ways is to parameterize the value?
How can you send user defined messages to test report?
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
How to call a test from another test?
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
What phases are involved in testing an application in qtp?
Which recording modes need more memory?
What is keyword driven framework?
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.
How does you test a weblink which is changing dynamically?
Is the qtp course will help to create a virtual object?
How does qtp recognize objects in aut?
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me
What are the main differences of qtp and win runner?
What is post recovery scenario?