Types Of Software Testing

C
CGMIMM Import
August 13, 2024
mobile software development


Testing is the process of running a program to find errors. For our software to work well, it should be error-free. If the testing is done successfully, it removes all errors from the software.

Principles of testingAll tests should meet customer requirements.Our software should be tested by a third party.Because we need the optimal amount of testing based on the risk assessment of the application.All tests to be performed should be planned before they are performedIt follows the Pareto rule which states that 80% of the errors come of the program components.