preview

Testing for Computer Program, Application or Product

Satisfactory Essays

The main purpose of testing is to find errors. It is the process of trying to discover every conceivable fault or weakness in a work product. The functionality of component, sub assemblies, assemblies and/or a finished product is checked through testing. It is the way to ensure that the software system meets its requirements and user expectations and does not fail in an unacceptable manner. There are various types of testing.
Testing can be stated as the process of verifying and validating that a computer program, application or product meets the requirements according to the proposed design and development.

15.1TYPES OF TESTS

Unit Testing Unit testing involves the design of test cases that validate or verify the proper functioning of the internal program logic, and that program input produces required outputs. All decision control blocks and internal code flow should be checked. It is the testing of individual software units of the application. It is done after the completion of an individual unit before integration. Basic tests at component level are performed and specific business process, application, and/or system configuration are tested.

Integration Testing
Integration testing is the testing process in software testing in which when two or more modules interact and produce the result that satisfy with its original functional requirement or not is verified. Integrated testing is fall in Black box testing. After completion of unit testing, integration testing

Get Access