TYPES OF TEST SCRIPT

Types of Test Scripts:

  1. Manual Test Scripts: These are written in a human-readable format and are executed manually by testers. They outline the steps to perform the test without automation.
  2. Automated Test Scripts: These are written in a programming language and executed by testing tools or frameworks (e.g., Selenium, JUnit, TestNG). They automate the testing process, allowing for faster and more consistent execution.

Leave a comment

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