Answer Posted / ravi
some times qtp will not recognise non-standards objects,in
that particular time we will use the low level recording to
make as a standard objects..
may be iam not sure.........
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to run a test using quicktest professional?
How software tester can use constants and variables in scripts?
if anyone has idea of the interview procedure in covansys, plz send me a mail?
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?
How to attach a file to TD?
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
Explain how qtp identifies object?
Is any limitation to xml checkpoints?
What are the factors on which script execution time is dependent?
How you calling actions in qtp?
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
Can we run test with out adding object in object repository? How it is possible?
What is qtp window?
Explain the Different types of QTP test assets and their extensions?
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.