nerdexam
iSQI

CTFL_SYLL_4.0 · Question #192

Calculate the measurement error SD for the following estimates done using three point estimation technique: Most optimistic effort (a) -120 person days Most likely effort (m) -180 person days Most…

The correct answer is A. 20. A test-first approach involves writing tests before writing the code. In this approach, initially, the tests fail because the corresponding functionality is not yet implemented. Afterward, the code is written or modified to make the tests pass. This cycle is repeated…

Managing the Test Activities

Question

Calculate the measurement error SD for the following estimates done using three point estimation technique:

Most optimistic effort (a) -120 person days Most likely effort (m) -180 person days Most pessimistic effort (b) - 240 person days

Options

  • A20
  • B180
  • C197
  • D120

How the community answered

(34 responses)
  • A
    74% (25)
  • B
    6% (2)
  • C
    3% (1)
  • D
    18% (6)

Explanation

A test-first approach involves writing tests before writing the code. In this approach, initially, the tests fail because the corresponding functionality is not yet implemented. Afterward, the code is written or modified to make the tests pass. This cycle is repeated iteratively. This method ensures that the code is developed based on predefined tests and helps in identifying issues early in the development process.

Topics

#three-point estimation#test effort estimation#standard deviation#test planning metrics

Community Discussion

No community discussion yet for this question.

Full CTFL_SYLL_4.0 Practice