What is Negative Testing
The main objective of conducting a series of tests on a software product is to make it foolproof so that it will run on any type of system and under any computing environment. Quality conformance testing is an essential part of the software developmental process. Various tests are performed along different development stages and also on the finished product before it is delivered to the client or end user. These tests for verifying and validating the product are often referred to as positive tests. However, as stated, positive testing can only confirm that the software works as it should in…