recategorized
836 views

1 Answer

1 votes
1 votes

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.

Answer:

Related questions

1 votes
1 votes
1 answer
2
go_editor asked Jul 21, 2016
1,979 views
Working software is not available until late in the process inWaterfall modelPrototyping modelIncremental modelEvolutionary Development model
1 votes
1 votes
1 answer
4