What values should be included in the test case in Boundary Value Analysis Testing Method if we want to design a test case that computes the square root of an integer value from 1 to 4000?
1
[1, 2, 4000, 4001]
2
[0, 1, 3999, 4000]
3
[1, 2, 3999, 4000]
4
[0, 1, 4000, 4001]
5
Question Not Attempted