|
Answer» Following are the steps that should be covered as a part of functional testing:
- Understanding the Requirement document specification and clearing the doubts and QUERIES in the form of review comments.
- Writing the TEST CASES with respect to the requirement specification by keeping in mind all the scenarios that should be considered for all the cases.
- Identifying the test inputs and REQUESTING the test data that is required to EXECUTE the test cases as well as to check the functionality of the application.
- Determine the actual outcomes as per the input values to be tested.
- Execute the test cases that determine whether application behavior is as expected or any defect has occurred.
- Compare the actual result and the computed result to find out the actual outcome.
Following are the steps that should be covered as a part of functional testing:
|