Types of Test Scripts:
- 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.
- 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.