in IS&Software Engineering recategorized
818 views
1 vote
1 vote

Equivalence partitioning is a _____ testing method that divides the input domain of a program into classes of data from which test cases can be derived.

  1. White box
  2. Black box
  3. Regression
  4. Smoke
in IS&Software Engineering recategorized
818 views

1 Answer

1 vote
1 vote

Answer B Black box

Equivalence partitioning

Divides the input domain into classes of data

1.If an input condition specifies a range, define one valid and two invalid equivalence classes

2.If an input condition requires a specific value, define one valid and two invalid equivalence classes.

3.If an input condition specifies a member of a set, define one valid and one invalid equivalence class.

4.If an input condition is Boolean, define one valid and one invalid class.

           

If one test case in a class detects an error, all test cases in same class will detect that error.

           

If one test case in a class fails to detect an error, all test cases in same class will fail to detect that error.

by
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true