What is error guessing?
Answer / tijo george
Error guessing is one of the black box testing techniques.
1.Error guessing is based mostly upon experience, with some
assistance from other techniques such as BVA.
2.Based on experience, the test designer guesses the types
of errors that could occur in ah particular type of
software and designs test cases to uncover them.
For e.g.,if any type of resource is allocated dynamically,
a good place to look for errors is in the deallocation of
resources.Are all resources correctly deallocated or are
some lost as the software executes?
3.To make maximum use of available experience and to add
some structure to this test case design technique, it is
good idea to build a check list of type of errors. This
check list can then be used to help”guess” where errors may
occur within a unit.
4. The check list should be maintained with the benefit of
experience gained in earlier unit tests, helping to improve
the overall effectiveness of error guessing.
| Is This Answer Correct ? | 2 Yes | 0 No |
what documnets qa engineer need for starting qa?
how do i know that I am using 32 bit Windows
List out the difference between Verification and Validation.
1) What r the properties, Advantages & Disadvantages of each types of action? 2)When I can use this?
Suggest me MCQ book for Software testing
what is test condition
i completed btech in IT in 2012.i am not good at programming.i want to do software testing.am i eligible for the course and how will be my future?please help and than you
Who in the company is responsible for Quality?
Explain what is traceability matrix?
Explain bug leakage and bug release?
Adhoc testing is done ?(a)without proper testplan and without proper test cases (b)without proper testplan and with proper testcases (c)Both a & b (d) none of the above ? PLZ explain....Thanks in ADVANCE
Test scenario is written by seeing SRS or by seeing application