Answer Posted / sudheer
I won't prefer Keyword Approch, please check below points.
?The Keyword driven approach was difficult to understand
for any new person who is introduced to QTP.
?The approach did not utilize QTP resources effectively,
like we were not referring to the actual names of the
object in the script but in the datatable. This meant if we
changed an object name in the repository we had to change
it in the datatable as well, which otherwise is not
required.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
how to download mercury qtp9.2 ny internet ?
How to save your test using quicktest professional (qtp)?
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
How are actions and functions different in QTP?
What is reusable action?
Plz Explain AUTOMATION REFERENCE MODEL?
When to use descriptive programming?
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?
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
In qtp, how you can remove the spaces from string?
What are private functions in QTP? How they can be called from the function library?
What is the file extension of the code file and object repository file in QTP?
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?