Answered Questions

  • What is Black Box Testing

    Testing based on an analysis of the specification of a piece of software without reference to its internal workings. The goal is to test how well the component conforms to the published requirements for the component.

    vijay

    • May 22nd, 2007

    Black Box testing is the build level testing technique, which involves in looking at the specifications and does not require examining the code of the program. Black Box testing is done from the custo...

  • What is Basis Path Testing

    A white box test case design technique that uses the algorithmic flow of the program to design tests.

    Rahul S Kulkarni

    • Nov 1st, 2007

    Basic path testing is how to reach to the particular destination for testing.  This can also have path from and path to.Path from is the Path to the screen or to the object for what the testing will be done?