Answer Posted / vaibhav singh
object repository is used to explore the run time property's
values and methods of the object.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain process of smart Identification in QTP?
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
Explain the qtp test phases.
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
How many types of object repository in qtp?
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly
What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?
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.
Explain sub procedure of vbscript.
how many maximum number of virtual users we can create?
Explain types of output values?
What are the advantages of Object Repository?
To which environments does quicktest professional supports?
can any body give the banking domain concepts/links
Hi Friends, I worked with 8.2 not with 9.2. Please help me in this prob. I created one script and recorded some think and save as Test 1 then I opened process--open the object repository manager. Switch to file->save->give some name->save as Objectrepo1.tsr file. (This is the global repository file.) Then I went to object repository->tools-> associate repository ->click + icon ->open the previously saved Objectrepo1.tsr file. This is the global repository Now I created one more script and save as Test 2. In this script I am calling script with the Help of "Call of existing action" and I executed but QTP is not able to execute B’cos it is QTP is not able to read the Object Repository of Test 1. Please let me know why? Once I made Script 1 as a shared Obj. Repository so it would not give any Problem. Right?