Functional Testing

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

Questions by jyotirmayee nanda

Showing Answers 1 - 6 of 6 Answers

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)

  Was this answer useful?  Yes

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.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions