nerdexam
Scrum

PSD · Question #23

Which four types of tests can be included in an automated test harness? (choose the best four answers)

The correct answer is B. Functional. C. Unit. D. Integration. F. Performance.. Automated test harnesses include Functional, Unit, Integration, and Performance tests to ensure robust and reliable quality control. Exploratory and manual tests are typically not automated.

Test Driven Development

Question

Which four types of tests can be included in an automated test harness? (choose the best four answers)

Options

  • AExploratory.
  • BFunctional.
  • CUnit.
  • DIntegration.
  • EManual regression.
  • FPerformance.

How the community answered

(39 responses)
  • A
    5% (2)
  • B
    90% (35)
  • E
    5% (2)

Explanation

Automated test harnesses include Functional, Unit, Integration, and Performance tests to ensure robust and reliable quality control. Exploratory and manual tests are typically not automated.

Topics

#automated test harness#unit tests#integration tests#performance tests

Community Discussion

No community discussion yet for this question.

Full PSD Practice