System Implementation
System Implementation
6.1 Overview
6.6. Summary
CHAPTER SIX
SYSTEM IMPLEMENTATION
6.1 Overview
Discuss each of the features implemented within your system. (The choice of
features discussed should be based on the objectives that were defined in
chapter one.)
Example
The payment feature allows a customer to input their credit card details and
make payment. Once they’ve made the payment, the system automatically
notify the customer and proceed the customer to the next level. This
decision gives the system a more organized and refine feel as well as
increasing efficiency and ease of use. Below is figure 6.1 that shows a view
of the code syntax of the payment feature.
Figure 6.1: code syntax of the payment feature.
The receive notification feature allows a job applicant who has applied for a
job to know that the application has been successfully made. Below is code
syntax of the receive notification feature.
Figure 6.2: code syntax for the receive notification feature.
Briefly explain the importance of testing your system. Highlight the features
to be tested
Explain the field tested, test data used and the testing results obtained
This should be done for 4 to 6 features (the choice should be based on the
features identified in 6.1 above)
The following aspects of the system were focused on during the testing of
the system;
The system should allow a customer to log into the system by using a valid
username and password. The feature was tested on the ability of the
module to function as expected and data validation. Table 6.1 shows the test
results
Userna Passw
me ord
The system should allow a student to register for all the units online. This
feature was tested on the ability to allow input into the form, submit the
input data, validate the input data and store the data in the database. Table
6.2 show the results
Morris 1
12345
Others
Discuss in great detail the changeover method you applied . Explain how the
changeover method took place e.g if it is phased change over, explain what
was implemented in the different phases.
6.5 Documentation
6.6 Summary