The Importance of TestingAs most everyone knows, when
a system is implemented properly
a lot of time went into making
sure it has been thoroughly
tested before going "live" with
it. Every phase has it's importance,
but testing is one of those
very special tasks that has
to be done thoroughly and deliberately.
Usually, when a project is getting
toward the end, the temptation
is to cut back the testing phase
and simply deliver the system
as it stands. This can be due
to cost / time overruns or simply
that everyone is tired at this
point. Phase 6 - System TestingThe testing phase answers
the question, "Did the system
deliver the required solution?".
This phase validates that the
solution developed met the stated
objectives. During the
test phase the system is not
only being tested, debugged
and re-factored, the system
documentation is also being
written. Because the system
is being configured to the specification
of a user, this must be documented
for the users. For users to really understand
the system configuration
it is important to document the configuration changes
at this stage so the documentation
will be ready during the implementation phase
for reference. |