What is error guessing?
Answer Posted / hemali
Error Guessing is a software testing design technique based
on the ability of the tester to draw on his past experience,
knowledge and intuition to predict where bugs will be found
in the software under test.
Error Guessing is a test case design technique where the
tetser has to guess what faults remaining in the program.
Some typical error areas to guess are: empty or null
strings, zero instances, occurrences, blank or null
characters in strings, negative numbers.
There are no specific tools and techniques to use for Error
Guessing:
test cases can be designed depending on the situation,
either drawing from functional documents or when an
unexpected/undocumented error is found while testing operations.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the qualities needed by a software tester?
When we use integration testing for any new system so why we required system testing.
What is the Testing strategy for testing client server applications/products?
Write the test cases for yahoo home page
what r the measure bugs found in your project??? Give some example abt this.
What is test closure?
What is the term ‘quality’ mean when testing?
What is the most important phase in STLC and Why
Give me an example of something you tried at work but did not work out so you had to go at things another way.
we are about to implement a Test tool to test the performance of website, so what script does a tester should know (friends plz help me)
Hi, what do you mean by internal auditing? what are the things they do in internal auditing?what they review? THNX in Advance
can u plz give an example for regression testing with example.
what type of testing techniques are using after accept the build?
What is junit & api?
What are the bugs we cannot find in black box?