Submitted Questions

  • Functional Testing

    What do you mean by a dependent functionality in a build?

    hemalatha

    • May 14th, 2012

    Functional testing: testing each and ever functionality in the application whether it is working properly or not giving valid information to the implication,and invalid information to the application,functionality is a black box testing.

    Dillip Palai

    • Apr 20th, 2012

    Functional testing is a type of black box testing that bases its test cases on the specifications of the software component under test. Functions are tested by feeding them input and examining the output, and internal program structure is rarely considered (Not like in white-box testing)