- Positive Testing is testing process where the system validated against the valid input data While Negative Testing is testing process where the system validated against the invalid input data.
- In positive testing tester always check for only valid set of values and check if a application behaves as expected with its expected inputs. A negative test checks if a application behaves as expected with its negative inputs.
- The main intention of positive testing is to check whether software application not showing error when not supposed to & showing error when supposed to.The main intention of negative testing is to check whether software application not showing error when supposed to & showing error when not supposed to.
- Positive testing is to be carried out keeping positive point of view & only execute the positive scenario. Negative testing is to be carried out keeping negative point of view & only execute the test cases for only invalid set of input data.
- Positive Testing always tries to prove that a given product and project always meets the requirements and specifications. Under Positive testing is test the normal day to day life scenarios and check the expected behaviour of application.Negative testing is a testing process to identify the inputs where system is not designed or un-handled inputs by providing different invalid. The main reason behind Negative testing is to check the stability of the software application against the influences of different variety of incorrect validation data set
-Positive testing can be performed on the system by providing the valid data as input. Negative Testing can be performed on the system by providing invalid data as input.
- Positive testing is done with intention of passing the testcase while negative testing is done to fail the testcase.
- If we talk about BVA(boundary value analysis) , positive testing is done with the positive testdata consists of value inside the boundary while negative testcases are out the bouindary.
- In positive testing tester always check for only valid set of values and check if a application behaves as expected with its expected inputs. A negative test checks if a application behaves as expected with its negative inputs.
- The main intention of positive testing is to check whether software application not showing error when not supposed to & showing error when supposed to.The main intention of negative testing is to check whether software application not showing error when supposed to & showing error when not supposed to.
- Positive testing is to be carried out keeping positive point of view & only execute the positive scenario. Negative testing is to be carried out keeping negative point of view & only execute the test cases for only invalid set of input data.
- Positive Testing always tries to prove that a given product and project always meets the requirements and specifications. Under Positive testing is test the normal day to day life scenarios and check the expected behaviour of application.Negative testing is a testing process to identify the inputs where system is not designed or un-handled inputs by providing different invalid. The main reason behind Negative testing is to check the stability of the software application against the influences of different variety of incorrect validation data set
-Positive testing can be performed on the system by providing the valid data as input. Negative Testing can be performed on the system by providing invalid data as input.
- Positive testing is done with intention of passing the testcase while negative testing is done to fail the testcase.
- If we talk about BVA(boundary value analysis) , positive testing is done with the positive testdata consists of value inside the boundary while negative testcases are out the bouindary.
Positive Testing (Valid)
|
Negative Testing (Invalid)
|
1. Positive Testing means testing the application or system by giving valid data.
|
1. Negative Testing means testing the application or system by giving invalid data.
|
2. In this testing tester always check for only valid set of values.
|
2. In this testing tester always check for only invalid set of values.
|
3. Positive Testing is done by keeping positive point of view for example checking the mobile number field by giving numbers only like 9999999999.
|
3. Negative Testing is done by keeping negative point of view for example checking the mobile number field by giving numbers and alphabets like 99999abcde.
|
4. It is always done to verify the known set of Test Conditions.
|
4. It is always done to break the project and product with unknown set of Test Conditions.
|
5. This Testing checks how the product and project behave by providing valid set of data.
|
5. This Testing covers those scenarios for which the product is not designed and coded by providing invalid set of data.
|
6. Main aim means purpose of this Testing is to prove that the project and product works as per the requirements and specifications.
|
6. Main aim means purpose of this Testing is try to break the application or system by providing invalid set of data.
|
7. This type of Testing always tries to prove that a given product and project always meets the requirements and specifications of a client and customer.
|
7. Negative Testing is that in which tester attempts to prove that the given product and project does, which is not said in the client and customer requirements.
|
No comments:
Post a Comment