5.1 Introduction To Testing
5.1 Introduction To Testing
5.1 Introduction To Testing
System testing is a stage of implementation, which is aimed at ensuring that the system
works accurately and efficiently as per the user need, before the live operation commences.
As stated before, testing is vital to the success of a system. System testing makes a logical
assumption that if all parts of the as system are correct, the goal will be successfully
achieved. A series of test are performed before the system is ready of the user acceptance test.
5.3.4Integration Testing:
Data can be lost across an interface. One module can have an adverse effect on
another, sub functions, when combined, may not be linked in desired manner in major
functions. Integration testing is a systematic approach for constructing the program structure,
while at the same time conducting test to uncover errors associated within the interface. The
objective is to take unit tested modules and builds program structure. All the modules are
combined and tested as a whole.
5.3.5 Validation:
At the culmination of the integration testing, software is completely assembled as a
package. Interfacing errors have been uncovered and corrected and a final series of software
test begin in validation testing. Validation testing can be defined in many ways, but a simple
definition is that the validation succeeds when the software functions in a manner that is
expected by the customer. After validation test has been conducted, one of the three possible
conditions exits.
a) The function or performance characteristics confirm to specification and are
accepted.
b) A deviation from specification is uncovered and deficiency lists is created.
c) Proposed system under consideration has been tested by using validation test
and found to be working satisfactory.
a specific format. The output format on the screen is found to be correct, the format was
designed in the system design time according to the user needs. For the hard copy also; the
output comes as per the specified requirements by the user. Hence output testing did not
result in any correction for the system.
SL.NO
TEST CONDITION
EXPECTED RESULT
RESULT
1.
When user click the Home It has to display the Home page.
in the main menu
Successful
2.
When user click the About It has to display the About us page.
us in the main menu
Successful
3.
Successful
4.
Successful
5.
When user click the Ticket It has to display the Ticket page and user Successful
in the main menu
can view ticket price for week
end,seasonal offers,normal days.
7.
When user click the Help in It has to display the Helpline page.
the main menu
Successful
8.
When user click the Contact It has to display the Contact us page.
us in the main menu
Successful
9.
When user click the Travel It has to display the Travel guid page.
Guid in the main menu
Successful