Manual Testing
May 09, 2018
Principles of Testing
Principles of
Testing:
There are seven principles of software testing which are as follows:
Testing shows
presence of defects:
An effective testing can show the defects that are present in software,
but it cannot prove that the software is defect free. Even after testing the
application or software thoroughly we can’t say that the software is defect
free. An effective testing always reduce the number of defects remaining in the
software but even if no defect is found in testing, it doesn’t prove that
software is defect free.
Exhaustive testing is
impossible: