where the object repository is located?how to choose the
object repository as shared or action object repositories?
Answer Posted / subhan.qa
hi chitanya thnx for giving this answer but am asking in
real time where the object repositories are going to be
saved.for example if the action object repositories is saved
in some folder.when we are working with that action how to
access the object repository?and am asking same for shared
one also?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the terms test and business component?
How do you know the location Id of an object if you know its index id?
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
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?
Discuss the QTP Environment?
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
Thanks....But can u tell me how i use the QTP for GIS with one Example...
How you are developing the script? Using record and play back or manual?
What is the syntax to call one action in another?
What is the difference between the keyword view and expert view?
What is the limitation to XML Checkpoints?
Will down time for server and content maintenance/upgrades be allowed? how much?
How did you use regular expressions in QTP and also in WR?
I have created 3 actions in test action1, action2, action3 but I want run action 1,action 3,action2 how can you change in the actions in keyword view?