Which scripting technique involves creating scripts by capturing the user actions on the application?

  • Data-Driven Testing
  • Descriptive Programming
  • Keyword-Driven Testing
  • Record and Playback
The "Record and Playback" technique involves recording user actions as they interact with the application. The recorded actions then form a script, which can be played back later. This technique is helpful for novice testers as it requires minimal scripting knowledge but is not always scalable.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *