Free ATTA Exam Braindumps (page: 5)

Page 4 of 17

The comment frequency of the code fragment is 13%. To which ISO 9126 quality attribute does a good level of comment frequency especially contribute?

  1. Portability
  2. Maintainability
  3. Usability
  4. Efficiency

Answer(s): A



Which specification-based technique could be used to enhance coverage for this code fragment?

  1. Boundary value analysis
  2. Exploratory testing
  3. State transition testing
  4. Use case testing

Answer(s): A



Consider the following code fragment

If (a>b) and (b>c) then
b = (a+c)/2
endif

Assume that in the following options, each of the three numbers in parenthesis represent the inputs for a test case, where the first number represents variable “a”, the second number represents variable “b”, and the third number represents variable “c”.

Which of the following gives a set of test case inputs that achieves 100% decision coverage for this fragment of code with the minimum number of test cases?

  1. (5, 3, 2)
  2. (5, 3, 2); (5, 4, 0)
  3. (5, 4, 0); (4, 5, 0)
  4. (4, 5, 0); (5, 4, 5)

Answer(s): C



For the control flow, what is the correct labelling?
i ii iii

  1. Nodes Link Region
  2. Nodes Region Link
  3. Region Link Nodes
  4. Region Nodes Link

Answer(s): A






Post your Comments and Discuss ISTQB® ATTA exam with other Community members:

ATTA Exam Discussions & Posts