You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auditing the test suite helps identify defects in the automation scripts, such as incorrect assertions or missing test cases, and helps ensure that all the tests are functioning correctly. We need to take into consideration that as our application evolves, the automation test suite should evolve as well to ensure that it continues to test the critical functionality of the application.
With this exercise, we can identify areas of the application that have changed and require additional test cases to be added or existing test cases to be updated. Also to identify redundant, obsolete, or unnecessary tests that can be removed to reduce time execution of the tests and improve overall efficiency.
Output
Defects in the automation scripts. For instance, incorrect assertions or flakiness
Missing test cases
Duplicated test cases
Obsolete/unnecessary test cases
Test cases that can be moved to a lower layer
The text was updated successfully, but these errors were encountered:
Auditing the test suite helps identify defects in the automation scripts, such as incorrect assertions or missing test cases, and helps ensure that all the tests are functioning correctly. We need to take into consideration that as our application evolves, the automation test suite should evolve as well to ensure that it continues to test the critical functionality of the application.
With this exercise, we can identify areas of the application that have changed and require additional test cases to be added or existing test cases to be updated. Also to identify redundant, obsolete, or unnecessary tests that can be removed to reduce time execution of the tests and improve overall efficiency.
Output
The text was updated successfully, but these errors were encountered: