Answer Posted / akshar
Version control is a software used for configuration
management. If any new versions of software are available
then we can add in this tool. Only authorised persons r
having the right 2 modify the data. It contains like
design, plan,coding,test cases etc. .
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
I want to do QTP Certification what is the pattern of Question paper.
Explain actions in qtp ?
what is meant by source control?
What is the syntax for how to call one script from another?
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
Explain advantages and disadvantages of ddf?
Explain how to use QTP to check broken links on a page?
Explain types of output values?
What is the quicktest professional (qtp) testing process?
when a test case is written how u test using qtp
Explain the differences between table and db checkpoints?
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?