Positive Testing And Negative Testing With Examples
For example – There is a text box in an application which can accept only numbers. Entering values up to 99999 will be acceptable by the system and any other values apart from this should not be acceptable. To do positive testing, set the valid input values from 0 to 99999 and check whether the system is accepting the values. For example – Negative testing can be performed by entering characters A to Z or from a to z....