Submitted Questions

  • black box testing

    what is difference between equal partioning and boundary analysis?

    shravan

    • Aug 25th, 2012

    Equivalence partitioning is a technique that divides the i/p domain of a program into classes of data from which test cases can be delivered. - For each piece of the specification, generate 1 or more ...