Explain "QTP using different development techniques (not just Record and Playback)", this is the requirement one client to recruit QTP Tester.

Showing Answers 1 - 12 of 12 Answers

ssk_pln

  • Apr 14th, 2008
 

There are different development techniques available in QTP apart from Record and Playback.
1.Adding the Objects into Object Repository from the application and then scripting it based on the requirement.
2.Using Descriptive programming we can write scripts without adding objects into Repository(Refer:'Descriptive Programming' section in QTP help).

  Was this answer useful?  Yes

goksn

  • Sep 17th, 2009
 

Apart from Record and Playback, we can

-Make the AUT as Data driven
-Create modular framework - make functions and make them as reusable (use of control statements here)
-Making of descriptive programming
-Even making keyword driven development to make the code more robust

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions