Featured
-
Difference between Boundary Value Analysis and Equivalence Partitioning
Both Boundary Value Analysis and Equivalence Parti
by vinay.kumar -
7 Principles Of Testing
Testing shows presence of defects: Testing identi
by mayank.thapliyal -
Bug life cycle
Below are the state of any bug by which bug goes
by vishwanath.rana
Tags
What is Error Guessing & How to improve Error Guessing Techniques?
Error Guessing
This method is used in risk analysis to "guess" where the errors are likely to occur and to assign a higher risk to the error-prone areas. The success of error guessing is very much dependent on the skill of the tester, as good ...
Test Case Design Techniques
Test Case Design Techniques
These are the techniques that should be followed while writing the test cases to drive the maximum test coverage.
Following are the Test Case Design Techniques:
Error guessing.
Equivalence partitioning.
Bo...
Error Guessing
What is Error Guessing?
Error Guessing is a technique to find any bug through tester's experience. The main purpose of Error Guessing is to focus the testing activity on areas that have not been handled by other formal techniques. If the test...