Decision Coverage not Specification Based Technique - Boundary value analysis

Q.  Which of the followings is/are not a Specification Based Technique?
- Published on 03 Aug 15

a. Cause-Effect Table
b. State transition Testing
c. Decision Coverage
d. Use case Testing

ANSWER: Decision Coverage
 

    Discussion

  • Prajakta Pandit   -Posted on 05 Nov 15

    - Decision coverage is not a specification based technique.

    - It is a testing method, which aims to ensure that each one of the possible branch from each decision point is executed at least once and ensuring that all reachable code is executed.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)