0
18kviews
A program reads an integer number within range [1, 100] and determines whether it is prime number or not. Design test cases for this program using BVC, robust testing and worst-case testing method.
2 Answers
2
2.7kviews

1) Test cases using Boundary value checking (BVC):

Since these is one variable, the total number of test cases will be 4n + 1 = 5

In this example, the set of minimum and maximum values is shown below:

Min value = 1

+

Min value = 2

Max value …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.