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.
Loading...
Related Quiz
- What is the primary goal of risk identification in the context of software testing?
- In the context of performance testing, which metric is NOT typically used: Load Time, Number of Defects, Response Time, or Throughput?
- Which of the following best describes the primary advantage of experience-based techniques?
- _______ testing is beneficial when there are frequent code changes, and immediate feedback on the changes is needed.
- When managing an automated test suite, what's the primary purpose of regularly updating and maintaining the test suite?