Feature news

Showing posts with label Testing and Debugging. Show all posts

What Is Testing and Debugging?


Testing is process of verifying if the application matches requirements and reporting bugs; Testing is usually done by an independent testing team while debugging is a process of finding and fixing bugs with the intention of reducing bugs; Debugging is usually done by the programmer.
Learn more »

What methodologies have you used to develop test cases?


I have used following 4 types of Methodologies:

1. Boundary value analysis
2. Equivalence partitioning
3. Error guessing
4. Cause effect graphing
Learn more »