0% found this document useful (0 votes)
118 views3 pages

System Testing 8.1. Implementation and Testing

The document discusses different types of system testing: 1) Implementation and testing ensures that individual programs and system components function properly and link together as specified. 2) Module testing checks each program module individually to locate errors without affecting other modules. 3) Integration testing identifies errors that occur when linking modules together. 4) Acceptance testing confirms the system meets original goals and requirements before actual use. The system passes acceptance testing and is ready for operation.

Uploaded by

Aster Phoenix
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
118 views3 pages

System Testing 8.1. Implementation and Testing

The document discusses different types of system testing: 1) Implementation and testing ensures that individual programs and system components function properly and link together as specified. 2) Module testing checks each program module individually to locate errors without affecting other modules. 3) Integration testing identifies errors that occur when linking modules together. 4) Acceptance testing confirms the system meets original goals and requirements before actual use. The system passes acceptance testing and is ready for operation.

Uploaded by

Aster Phoenix
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3

Facilitating Effective User Navigation 8.

SYSTEM TESTING

8. SYSTEM TESTING

8.1. Implementation and Testing:

Implementation is one of the most important tasks in project is the phase in


which one has to be cautions because all the efforts undertaken during the project will
be very interactive. Implementation is the most crucial stage in achieving successful
system and giving the users confidence that the new system is workable and effective.
Each program is tested individually at the time of development using the sample data
and has verified that these programs link together in the way specified in the program
specification. The computer system and its environment are tested to the satisfaction
of the user.
8.2. Implementation

The implementation phase is less creative than system design. It is primarily


concerned with user training, and file conversion. The system may be requiring
extensive user training. The initial parameters of the system should be modifies as a
result of a programming. A simple operating procedure is provided so that the user
can understand the different functions clearly and quickly. The different reports can
be obtained either on the inkjet or dot matrix printer, which is available at the disposal
of the user. The proposed system is very easy to implement. In general
implementation is used to mean the process of converting a new or revised system
design into an operational one.

8.3. Testing

Testing is the process where the test data is prepared and is used for testing
the modules individually and later the validation given for the fields. Then the system
testing takes place which makes sure that all components of the system property
functions as a unit. The test data should be chosen such that it passed through all
possible condition. Actually testing is the state of implementation which aimed at
ensuring that the system works accurately and efficiently before the actual operation

Page | 76
AVANTHI Institute Of Engineering & Technology,
Gunthapally, RR Dist.
Department of Computer Science Engineering
Facilitating Effective User Navigation 8. SYSTEM TESTING

commence. The following is the description of the testing strategies, which were
carried out during the testing period.

8.4. TYPES OF TESTS

8.4.1. System Testing

Testing has become an integral part of any system or project especially in


the field of information technology. The importance of testing is a method of
justifying, if one is ready to move further, be it to be check if one is capable to with
stand the rigors of a particular situation cannot be underplayed and that is why testing
before development is so critical. When the software is developed before it is given to
user the software must be tested whether it is solving the purpose for which it is
developed. This testing involves various types through which one can ensure the
software is reliable. The program was tested logically and pattern of execution of the
program for a set of data are repeated. Thus the code was exhaustively checked for
all possible correct data and the outcomes were also checked.

8.4.2. Module Testing

To locate errors, each module is tested individually. This enables us to


detect error and correct it without affecting any other modules. Whenever the program
is not satisfying the required function, it must be corrected to get the required result.
Thus all the modules are individually tested from bottom up starting with the smallest
and lowest modules and proceeding to the next level. Each module in the system is
tested separately. For example the job classification module is tested separately. This
module is tested with different job and its approximate execution time and the result
of the test is compared with the results that are prepared manually. The comparison
shows that the results proposed system works efficiently than the existing system.
Each module in the system is tested separately. In this system the resource
classification and job scheduling modules are tested separately and their
corresponding results are obtained which reduces the process waiting time.

Page | 77
AVANTHI Institute Of Engineering & Technology,
Gunthapally, RR Dist.
Department of Computer Science Engineering
Facilitating Effective User Navigation 8. SYSTEM TESTING

8.4.3. Integration Testing

After the module testing, the integration testing is applied. When linking the
modules there may be chance for errors to occur, these errors are corrected by using
this testing. In this system all modules are connected and tested. The testing results
are very correct. Thus the mapping of jobs with resources is done correctly by the
system.

8.4.4. Acceptance Testing

When that user fined no major problems with its accuracy, the system
passers through a final acceptance test. This test confirms that the system needs the
original goals, objectives and requirements established during analysis without actual
execution which elimination wastage of time and money acceptance tests on the
shoulders of users and management, it is finally acceptable and ready for the
operation.

Page | 78
AVANTHI Institute Of Engineering & Technology,
Gunthapally, RR Dist.
Department of Computer Science Engineering

You might also like