One of the challenges in test script development is ensuring that scripts are resilient to _______ changes in the application.

  • Backend
  • Functional
  • UI
  • Version
UI (User Interface) changes in an application can often break test scripts, especially in automation. This is because automated tests might rely on specific elements, identifiers, or layouts on the interface. Ensuring scripts are resilient to these changes reduces maintenance efforts.
Add your answer
Loading...

Leave a comment

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