The principle of __________ in script writing ensures that each test case is independent and self-contained.

  • Abstraction
  • Modularity
  • Reusability
  • Scalability
The principle of reusability in script writing ensures that each test case is independent and self-contained. Reusable scripts help in optimizing testing efforts, maintaining consistency, and reducing redundancy by allowing the same script to be used across multiple test cases.
Add your answer
Loading...

Leave a comment

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