Tenth Iteration Progress Report~~
06-02-03
Plan
Design Phase
- Design: html, using written project
Coding
Testing and Deployment Phase
- Login Page for Project
- Problems:
- Since the project is pretty much completed now, I wanted to test the
seperate parts of the program to make sure they work and are connected
correctly. The best way to do this was to create a test results page where I
could record the results after I did an action from the menu pages. Therefore I
needed to test each event at least once if not more to see the results each
action had.
- Solution:
- Creating a test results page to record the results from test runs.
- For each action (Send shipment, view inventory, send order, etc.) there is
a bullet on the results page. After I tested each action I recorded the results
under the appropriate action. Sometimes for an event there are multiple
actions, such as for the "Checking messages" I could delete a message as well as
viewing/sorting the messages by date, etc. Therefore this page got a little
long as I wished to test each event multiple times.
- Doing this was important because I was able to check all the parts of the
project and make sure there werent any errors anywhere in the programming. This
way I can be sure that my project does actually work and that there are no
errors and that I have completed the project as I had designed it last year. Its
also important to have test run results because that way I can log the results
of my project.
Next Goal
<--Back