The process of creating test scripts that can be reused across multiple test cases or modules is known as _______.

  • Script Debugging
  • Script Refactoring
  • Test Initialization
  • Test Modularization
Test Modularization refers to the process of breaking down test scripts into reusable modules or units. These modules can then be invoked or called by different test cases, ensuring that repetitive sequences or functionalities do not need to be scripted again, thus promoting reusability and reducing redundancy in the testing process.
Add your answer
Loading...

Leave a comment

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