Answered Questions

  • What is the difference between UAT test cases and System test cases ?

    nikunj

    • Jul 15th, 2011

    System Testcases:
    In this we write test cases for all the main modules of
    the application.

    UAT Testcases:
    In this we write test cases which are understandable to any third party .

  • What is Boundary Testing

    Test which focus on the boundary or limit conditions of the software being tested. (Some of these tests are stress tests).

    chandra

    • Sep 16th, 2014

    Boundary Testing, the name is defining its meaning. Testing both the acceptable and unacceptable values for both inner and outer boundary values.
    For eg., a user need to enter his age, that is limited to 20 and 30, the boundary testing includes:
    19,21 - inner boundaries
    29,31 - outer boundaries.

    J-P

    • Aug 7th, 2014

    I agree with Sarega99s response. Questions like this one are better answered with a real world, or practical example. In fact, effective boundary testing will focus on both inner boundaries (e.g., 01/...