Submitted Questions

  • Boundary Analysis Value

    Consider an application with two parameters A and B as input. If all inputs are valid, the application returns "Eureka", otherwise it crashes. The equivalence classes are as follows: Parameter A: EQ_A1: 0 < A < 10 (valid) EQ_A1a: A 10 (invalid) EQ_A2: A is an integer (valid) EQ_A2a: A is not an integer (invalid) Parameter B: EQ_B1: B is element of {X, Y, Z} EQ_B1b: B is not element of {X, Y, Z}. Use...

    arjun

    • Jun 1st, 2012

    boundary value analysis: consider a set of value or range of value set of values like 10,20,30,40,50. now we have to test for 9 and 51 for negative values and any of the positive values from set like ...