You are on page 1of 4

Chapter 5: Testing

5.1 Introduction
Introduction about the testing
5.2 Features to be tested/not to be tested
5.2.1 Features to be tested
//Describe the system features to be tested [from functional and non-functional requirement].

5.2.2 Features not to be tested


//function that need not to be tested and the reason why they don’t need to be tested
5.3. Pass/Fail criteria
//What are the success /fail criteria?
5.4. Approach/Strategy
//What are the approach/strategy for testing the system[ unit testing, integration testing and
system testing]?

5.5 Test cases with specifications


//A test case is a set of input data and expected results that exercises a component with the
purpose of causing failures and detecting faults. [look the following example]
Table 1: Test case specification for Login

Name: Login for web portal


Purpose: to verify that only authorized users gain access to the required page or access
Test Data= User Name(Invalid, Valid, Empty)
Password(Invalid, Valid, Empty)
Input Expected result Data Actual output Pass/fail
Empty user name “Invalid account Any valid password and “Invalid account Fail
Valid password information!” Empty user name information!”
Invalid username “Invalid account Any valid password and “Invalid account Fail
valid password information!” any Invalid username information!”
Invalid Username “Invalid account Any Invalid Username “Invalid account Fail
empty password information!” and empty password information!”

Valid username “Invalid account Any valid username and “Invalid account Fail
Invalid password information!” Any invalid Password information!”
Empty Username “Invalid account Empty Username and “Invalid account Fail
Empty Password information!” Empty Password information!”

Valid Username The user is redirected Any Valid Username and The user is redirected Pass
Valid Password to home valid Password to home
page(admin/manager) page(admin/manager)

Chapter 6: User Manual

6.1 scope
//what does the manual cover [list them]example:

The manual covers the following:


• How to How to start the system

• How to create, update and delete user account

• ……etc.

6.2 Installation and configuration


//list the pre-requirement to install the system

//show the installation procedure [supported with screenshots]

//show the configuration procedure if any [supported with screenshots]

6.3 How to Operate the system


// only try to show the most important part of the system not all

A. How to start the system

//describe the procedure with screenshot

Example:

1. First do this … screenshot followed

2 then do this … screenshot followed

B. How to create user account

//describe the procedure with screenshot

Example:

1. First do this … screenshot followed

2 then do this … screenshot followed

Chapter 7: CONCLUSION AND RECOMMENDATION

7.1 Conclusion
7.2 Recommendation
BIBLIOGRAPHY
[1] http://www.mio.com/technology-history-of-gps.htm , access date: 08/11/2015

APPENDIX

You might also like