CTAL-TAE · Question #79
Which of the following statements refers to a typical advantage of test automation?
The correct answer is B. On average, automated tests written at the API level are likely to run faster than automated tests. A typical advantage of test automation is that API-level automated tests generally run faster than UI-level tests, since they bypass the complexity and overhead of interacting with the user interface while still validating core functionality.
Question
Which of the following statements refers to a typical advantage of test automation?
Options
- AAutomated tests can determine whether actual results match expected results, even for non-
- BOn average, automated tests written at the API level are likely to run faster than automated tests
- CArtificial intelligence can be used to help identify redundant tests within large, long-running
- DAutomated tests can allow defects to be detected earlier than manual tests because their
How the community answered
(57 responses)- A4% (2)
- B88% (50)
- C7% (4)
- D2% (1)
Explanation
A typical advantage of test automation is that API-level automated tests generally run faster than UI-level tests, since they bypass the complexity and overhead of interacting with the user interface while still validating core functionality.
Topics
Community Discussion
No community discussion yet for this question.