what is meant by exhaustive testing?

Answers were Sorted based on User's Feedback



what is meant by exhaustive testing?..

Answer / sandeep poddar

Exhaustive testing, testing all the possible test cases
(which is in many cases not possible due to time and budget
factors)

Is This Answer Correct ?    1 Yes 1 No

what is meant by exhaustive testing?..

Answer / chandrasekhar g

Exhaustive testing describes all the possible permutations
and combination of valid and invalid data, for example if
we consider age field with the range 18-60.In this case we
need not to check each and every value ,use equivalence
partitioning technique and in real business scenarios we
need not to check each and every invalid data.

Is This Answer Correct ?    0 Yes 0 No

what is meant by exhaustive testing?..

Answer / deepa

This is the testing principle. According to this principle
testing (all combination of inputs and preconditions)

Is This Answer Correct ?    0 Yes 1 No

what is meant by exhaustive testing?..

Answer / sitam jana

Exhaustive testing is a test approach in which the test suite
comprises all combinations of input values and preconditions.

In practical sense, exhaustive testing is impossible which is
also a testing principle. It can be also termed as complete
testing.

Is This Answer Correct ?    0 Yes 1 No

what is meant by exhaustive testing?..

Answer / ivandurak

It's such kind of testing when program under test becomes
exhausted and fails to work. It's often used to train
programs to be able to function 24x7.

Is This Answer Correct ?    3 Yes 22 No

what is meant by exhaustive testing?..

Answer / meghana

All the testers are exhausted.
All the planned tests have been executed.
Exercising all combinations of inputs and preconditions.

Is This Answer Correct ?    10 Yes 38 No

what is meant by exhaustive testing?..

Answer / ketan trivedi

Exhastive testing is the testing where we Execuite single
testcase for multiple test data.It means if we r using
single testcase for diff product or module under manual
testing it means we r wasting our time in manual testing ,
from here arise the concept of Automation testing bcz we do
Automation testing when single testcase Execuited for
multiple test data.

Is This Answer Correct ?    23 Yes 62 No

what is meant by exhaustive testing?..

Answer / moagley

No, No fellas, you are all wrong.

Exhaustive testing is the process that
causes carbon monoxide to be emitted from
ones exhaust.

You must take care if testing in larger teams,
as the amount of noxious gasses produced can be harmful.

When testing exhaustively, please do so by an
open door or window, or even better in the open,
maybe a field or alongside a river jetty.

As a sub note, and through caution, when planning
testing activities, ensure your team members have
not been eating spicy foods such as curries, babies
heads or fish and chips the night before testing
execution is planned.

I hope this post is helpful, if anything else springs
to mind regarding exhaustive testing or any related subject
then I will also post that information of usefulness.

Best regards.

Moagley Jakanoarey

Is This Answer Correct ?    10 Yes 148 No

Post New Answer

More Manual Testing Interview Questions

Will a tester get involved in preparing Metrics?If yes,what will they do & how?

3 Answers   iSoft,


Who will close the bug and how it is closed..........?

11 Answers   HP, IBM,


What is a testbed in manual testing?

0 Answers  


what exactly done parallely in v-model with verification.

2 Answers  


The company has software running in its production environment that was designed and tested on its quad- processor servers with 16 GB of RAM. In order to meet budget constraints, its disaster recovery plan calls for this same software to be installed on functionally identical servers, which are dual-processor with 12 GB of RAM. The test group has been tasked with confirming that the software is going to work on the hardware proposed in the disaster recovery plan. -what testing types is being used in the scenario above?

2 Answers  






In front end if you enter one record it will be inserted in to 20 tables in back end.so How you are going to test in Manually whether data is going properly in to concern data tables or not? Is there any better solution to do that instead of opening the table and checking individually?

4 Answers  


After testing the application May I have to keep a Test Log of the application ? If Yes then how? And What is the format for it?

1 Answers  


Hi, Please tell how to write system test cases for between two modules. please ans real time expirience people... thanks in advance..

0 Answers  


Can anyone tell me the test scenario for railway reservation online booking. I need all test scenario.... please friends help me.

1 Answers   Accenture,


Anyone tell me the test cases of Shopping Favorite

0 Answers   ABI,


what is the diff between BVA & ECP and also advantages about thease techniques..& i want some proper examples... from sekhar yadav sunkara svsekhar2003@gmail.com

1 Answers   iGate, TCS,


do we need to write test cases for workflow of the product for instance: there is 2 module "TRAINING ASSIGN MODULE" and "EMPLOYEE" in TRAINING assign MODULE iam assigning training to employee setp is 1.selct traning "oracle" 2.select employee u want assign "peter" 3.apply. now to check whether training assign or not GOTO EMPLOYEE module 1.click on "peter" 2.click on 'view assign to employee'link.now this is a flow do i need to write test cases for this fllow.plz help me guy mail me nirmal_rawatt@rediff.com

0 Answers  


Categories