Hai anyone please "Explain about Framework in QTP?"
Answer Posted / vengi
1.select manual tesat cases to be automated
2.prepare testdata for that selected testcases
3.make script for reusable and functional scenarios
4.convert those scripts as a reusable functions
5.make a test script by calling reusable functions
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
When and why to use descriptive programming?
how to prepared for first for the first interview?
What is the parameterization?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.
What is synchronization? What are the ways you can synchronize?
write script for bitmap image?
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
How to use the object spy in quicktest professional 8.0 version?
what is the difference betn QTP 8.0 AND PREVIOUS VERSION
What is the synchronization point in qtp?
Why is Client side image is preferred over server side image?
What test you perform mostly? Regression or retesting in your testing process?
They asked by using qtp recording writing scripting
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?