Functional testing
1. Functional
testing verifies that each function of
the software application operates in conformance with the requirement
specification. This testing mainly involves black box testing and it is not
concerned about the source code of the application.
Each and every functionality of the system is tested by providing appropriate input, verifying the output and comparing the actual results with the expected results.