All IT Courses 50% Off
QA Tutorials

EXHAUSTIVE TESTING

SOFTWARE TESTING

Exhaustive testing is type of software testing approach where all the possible data combinations are used for testing. It is a quality assurance testing in which all scenarios or data is used for testing. Exhaustive testing is a process to ensure that the product cannot be crashed or destroyed for random circumstances.

Though practically, the exhaustive testing is impossible, the software testing techniques like risk based testing, structure based testing, specification based testing etc can be used. Hence, software testing cannot prove the absence of defects but can show presence of defects and reduce the risk of failure.

Exhaustive testing considers all possible inputs and scenarios. It is very rare for products to completely pass the exhaustive testing but there may be few failures it can be considered as unlikely scenario it is called as low priority bug with very unlikely to occur and it occurs for very small population of users. When a software or hardware passes the exhaustive testing it is considered as perfect and robust for its application. It includes the data combinations implied on the present in the state of software to start testing.

Consider an example of an application which accepts the password with 4 characters with no consecutive repeated entries. With alphabets there are 26 characters with 4 input permutations as 26*26*26*26. Input characters including special and standard characters there are 256*256*256*256 input combinations. As the name suggests it is very exhaustive. We use all permutations and combinations of the input.

All IT Courses 50% Off

Another example, a software with 4 pages, 3 menus with 2 options each, each option has 5 fields, 2 types of inputs each fields, each input type has 50 possible values. The total test conditions for exhaustive testing: 4 pages * 3 menus * 2 options * 5 fields * 2 types * 50 values = 30000 tests.

Each element of code is verified under this process. The exhaustive testing is done when the scope of project is small for bigger projects this test is impractical and time consuming. The exhaustive testing is done in depth for all possible values which is very time consuming.

Click here to continue…

Facebook Comments

7 Comments

  1. Exhaustive testing is type of software testing approach where all the possible data combinations are used for testing. It is a quality assurance testing in which all scenarios or data is used for testing.

    Consider an example of an application which accepts the password with 4 characters with no consecutive repeated entries. With alphabets there are 26 characters with 4 input permutations as 26*26*26*26. Input characters including special and standard characters there are 256*256*256*256 input combinations. As the name suggests it is very exhaustive.

  2. 1.Testing all the combination and permutation of the software is called Exhaustive Testing.
    2.The scenario of Exhaustive testing is for any login all the combination is tested with all the possibilities.
    3.The principles of Exhaustive testing is it is less supportive,tests more and make it simpler.
    4.The difference between both is:
    The Exhaustive Testing is not practical in real time, cost ineffective,time consuming and complex.
    The Effective Testing is practical,cost effective,less time consuming and not complex.

  3. Exhaustive testing is type of software testing approach where all the possible data combinations are used for testing. It is a quality assurance testing in which all scenarios or data is used for testing.
    Exhaustive testing is a process to ensure that the product cannot be crashed or destroyed for random circumstance.
    Each element of code is verified under this process. The exhaustive testing is done when the scope of project is small for bigger projects this test is impractical and time consuming.
    The exhaustive testing is done in depth for all possible values which is very time consuming.

  4. Exhaustive testing is type of software testing approach where all the possible data combinations are used for testing. It is a quality assurance testing in which all scenarios or data is used for testing. Exhaustive testing is a process to ensure that the product cannot be crashed or destroyed for random circumstances.

  5. Exhaustive testing is a type of software testing approach where all the possible data combinations are used for testing. It is a process to ensure that the product cannot be crushed or destroyed for random circumstances. Though practically, exhaustive testing is impossible.

  6. 1. Exhaustive testing is a software testing approach where all the possible data combinations and scenarios are considered for testing.
    2. For a software that requires a password with 8 characters and only alphabetical characters, exhaustive testing can be performed to test all 208,827,064,576 (26^8) possible input combinations.
    3. Exhaustive testing is a complicated task because it is done in depth for all possible permutations and data combinations. Due to the potentially large number of possible input combinations, it can be very time consuming.
    4. The principle of exhaustive testing is that it is impossible. It is not possible to validate the software’s compatibility with every system by combination and permutation.
    5. Exhaustive testing considers every possible data combination, while effective testing covers the most essential and high-risk areas.

Leave a Reply to Indu Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Related Articles

Back to top button