Free CTFL-FOUNDATION Exam Braindumps (page: 44)

Page 43 of 85

A software component has the code shown below:
Program BiggestA,
Biggest: Integer
Begin
Read A
Biggest = 10
While A > 0
Do
If A > Biggest
Then Biggest = A
Endif
Read A
Enddo
End
The component has exit criteria for component testing that include 100% statement coverage. Which of the following test cases will satisfy this criterion?

  1. 0
  2. 10, 0
  3. 10, 5, 0
  4. 10, 11, 0

Answer(s): D



What is important to do when working with software development models?

  1. To adapt the models to the context of project and product characteristics.
  2. To choose the waterfall model because it is the first and best proven model.
  3. To start with the V-model and then move to either iterative or incremental models.
  4. To only change the organization to fit the model and not vice versa.

Answer(s): A



Which of the following statements about risks is most accurate?

  1. Project risks rarely affect product risk.
  2. Product risks rarely affect project risk.
  3. A risk-based approach is more likely to be used to mitigate product rather than project risks.
  4. A risk-based approach is more likely to be used to mitigate project rather than product risks.

Answer(s): C

Explanation:

In general, project risk and product risk can be hard to differentiate. Anything that impacts on the quality of the delivered system is likely to lead to delays or increased costs as the problem is tackled. Anything causing delays to the project is likely to threaten the delivered system's quality. The risk-based approach is an approach to managing product risk through testing, so it impacts most directly on product risk.



Boundary value testing:

  1. Is the same as equivalence partitioning tests
  2. Test boundary conditions on, below and above the edges of input and output equivalence classes
  3. Tests combinations of input circumstances
  4. Is used in white box testing strategy

Answer(s): B






Post your Comments and Discuss ISTQB® CTFL-FOUNDATION exam with other Community members:

CTFL-FOUNDATION Exam Discussions & Posts