Basic five steps are involved when testing an application for functionality.
1) The determination of the functionality that the intended application is meant to perform.
2)The creation of test data based on the specifications of the application.
3) The output based on the test data and the specifications of the application.
4) The writing of Test Scenarios and the execution of test cases.
5) The comparison of actual and expected results based on the executed test cases.
Nov 25, 2013