QTP Basic tutorials-1 Record and playback
What is record and Play back in QTP?
Record and Playback is the very basic functionality of QTP.
Functional tools like QTP/Selenium have ability to record and playback the user actions.
Now what is recording?
Recording is something which records all the user actions (like clicking on button, clicking on link, entering data , closing browser etc..).
SO QTP has an ability to record all these kind of scenarios.
What is the use?
Nobody uses the framework called record and playback. Because its maintenance cost is high. We shall discuss about frameworks after couple of days in detail.
The usefulness of recording is –
1. We get the logical name of the object.
2. We get the class of the object if we are under confusion.
3. It gives the operation we perform clearly.
4. It helps in identifying the feasibility of automating the application.
There are many more feel free to add , I would also add if I get anything more.