Answer Posted / abhesheke
perform any web based operation on recorded mode completion
of the recording work stop recording and in active screen u
can see all the object present in the web right click on any
object present in the active screen and click standard check
point and the object tree is displayed click web table and
then click ok a dialog box open saying table check point
properties so depending on ur requirement u perform the
corresponding operation
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
I have qtp 9.5 demo ver,I am not able to record the yahoo broeser.so anyone can tell me what setting i have to do in QTP for yahoo brower recording. why its not recognise the object of yahoo browser????
How to capture a window in QTP?
i need to add 1000 users in a domain i written the script for that and it is running successfuly but the problem is that my system is not the user of that domain in which i have to add users so for adding users in that domain i have to install qtp on that another system, can anybody suggest me the way to add those users from my system ultimately i want to know how to access remote computer through script
What are the key points to create a framework in QTP for oracle forms?
If you are testing a web application then what will you test in that application?
What is QTP’s model for test creation?
Describe synchronization point.
How to associate function library at a run time?
1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins
What is object spy in quicktest professional?
WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT
How does qtp identify gui object?
Is it possible to change the property value at runtime? How it is possible?
Write a QTP script to enter a keyword in to Google search engine?
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.