Functional Testing
1.
Functional Testing is a Type of Testing
conducted to – test the functionality of the application with respect to the
requirements
2.
Also referred to as Black Box Testing
3.
Functional test cases are derived from the
functional requirements of the software and are the basis for system testing.
These help you in testing if the required functionality is working as per the
specifications.
·
Ensure that the system under test is operational
as per the customer requirements.
·
Verify whether the application is ready for
release.