nerdexam
iSQI

CTFL_SYLL_4.0 · Question #2

Test automation allows you to:

The correct answer is B. produce tests that are less subject to human errors. Test automation allows you to produce tests that are less subject to human errors, as they can execute predefined test scripts or test cases with consistent inputs, outputs, and expected results. Test automation can also reduce the manual effort and time required to execute…

Tool Support for Testing

Question

Test automation allows you to:

Options

  • Ademonstrate the absence of defects
  • Bproduce tests that are less subject to human errors
  • Cavoid performing exploratory testing
  • Dincrease test process efficiency by facilitating management of defects

How the community answered

(31 responses)
  • B
    90% (28)
  • C
    6% (2)
  • D
    3% (1)

Explanation

Test automation allows you to produce tests that are less subject to human errors, as they can execute predefined test scripts or test cases with consistent inputs, outputs, and expected results. Test automation can also reduce the manual effort and time required to execute repetitive or tedious tests, such as regression tests, performance tests, or data-driven tests. Test automation does not demonstrate the absence of defects, as it can only verify the expected behavior of the system under test, not the unexpected or unknown behavior. Test automation does not avoid performing exploratory testing, as exploratory testing is a valuable technique to discover new information, risks, or defects that are not covered by automated tests. Test automation does not increase test process efficiency by facilitating management of defects, as defect management is a separate activity that involves reporting, tracking, analyzing, and resolving defects, which may or may not be related to automated tests.

Topics

#test automation#automation benefits#human error reduction#test efficiency

Community Discussion

No community discussion yet for this question.

Full CTFL_SYLL_4.0 Practice