what is meant by exhaustive testing?
Answers were Sorted based on User's Feedback
Answer / pragna
Testing which covers all combinations of input values and
preconditions for an element of the software under test.
| Is This Answer Correct ? | 187 Yes | 13 No |
Answer / asn
Exhaustive testing means testing the functionality with all
possible valid and invalid data.
It is not possible to test the functionalities with all
valid and invalid data
| Is This Answer Correct ? | 115 Yes | 11 No |
Answer / chandresh
Exhaustive testing - "seeks to verify the behavior of every
aspect of an element, including all permutations.
For example:- Exhaustive testing of a given user command
would require testing the command with no options, with each
option, with each pair of options, and so on up to every
permutation of options.
| Is This Answer Correct ? | 26 Yes | 1 No |
Answer / inam
It is testing with every member of the input value space.
The input value space is the set of all possible input
values to the program.
| Is This Answer Correct ? | 23 Yes | 3 No |
Answer / piyush gupta
exhaustive testng is a testing technique where all possible input values whether valid or invalid are tested.
| Is This Answer Correct ? | 15 Yes | 1 No |
Answer / pavan
exhaustive testing means testing the all possible
combinations of functionality with valid data or invalid
data..including the permutations.
| Is This Answer Correct ? | 9 Yes | 3 No |
Answer / sai hemanth kumar
Exhaustive testing means testing the functionality with all possible valid and invalid data. It is not possible to test the functionalities with all valid and invalid data
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / shwetha
Testing for all posiible Valid Inputs and Invalid ones
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / ashish
Exhaustive testing is the testing of application with all
the possible inputs with its combinations. inputs may be
valid or invalid. if it is manual ,then it is a waste time
approach otherwise that is the real work of automation tool.
for Small application, we can do it manually.
| Is This Answer Correct ? | 2 Yes | 0 No |
what is valdiation
For any web application, what are the possible login features that should be tested?
wht is smoke testing and user interface testing
3 Answers Oneclick Testing Solutions,
How to Test a C++ and unix application is there any automated tool available,
which scripting language is used to write scripts for testdirector?only testing team can use testdirector?or other people like working on oracle(accounts) can also use this? pls answer Thanks in Advance
What are the baselined document needed to create Test case,Integration TEst case, System test case, Acceptance test case?
Describe any bug you remember. Plz Give some real examples
.In languages testing, what is the fixed part and changing part?
4. What are the three things you like best about the Web site?
This is a common login screen example with all well known fields like username, password, etc. How could you test this in Unit Testing Phase, Integration Testing Phase and System Testing Phase??
What are the Assumption while writing the test cases? Explain with the example?
How can you test the security of a web site (from hacking), both manually and by using a tool. If by a tool then which one and how?