RE: Explain "QTP using different development techniques (not just Record and Playback)", this is the requirement one client to recruit QTP Tester.
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).
RE: Explain "QTP using different development techniques (not just Record and Playback)", this is the requirement one client to recruit QTP Tester.
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