In terms of automation, tests that are _______ are typically not the best candidates for automation.
- deterministic
- flaky
- frequently run
- static
Tests that are "flaky" (meaning they're inconsistent in their results) are generally not the best candidates for automation. An automated test should be reliable, and flaky tests can lead to false positives or false negatives, thus reducing trust in the automation.
Loading...
Related Quiz
- Which testing type focuses primarily on the visual aspects and navigation of an application?
- One of the challenges in test script development is ensuring that scripts are resilient to _______ changes in the application.
- How does "spike testing" differ from regular stress testing?
- What is the primary goal of unit testing?
- _______ testing, a black-box technique, emphasizes using the software just like an end-user without any predetermined test cases.