Please enable JavaScript.
Coggle requires JavaScript to display documents.
5.2 ) TESTING IN A PROJECT - Coggle Diagram
5.2 ) TESTING IN A PROJECT
Software Quality Assurance
Importance of software quality assurance
Quality of your software is
up to the mark is extremely important.
3 Types Of Software Testing
Integration testing
Testing two or more programs that depend on
each other is called integration testing,or link
testing.
System testing
After completing integration testing, you must
perform system testing, which involves the entire
information system.
Unit testing
The testing of an individual program or module is
called unit testing.
4 Documentation
Describes an information system
and helps the users , managers, and IT staff who
must interact with it
3)Operations documentation
If the information system environment involves a minicomputer, a mainframe, or centralized servers , the analyst must prepare documentation , the analyst must prepare documentation for the IT group that supports centralized operations .
1) Program documentation
describes the inputs,
outputs, and processing logic for all program
4)User documentation
User documentation consists of instructions and information to users who will interact with the system and includes user manuals, help screens, and tutorials .
2)System documentation
System documentation describes the system’s
functions and how they are implemented.