Reporting Tools to Report Your Testing Activity – Part 2

This is in continuation of our series of article on reporting tools that can help us in reporting activity. Run Charts Run chart is composed of a group of data (observation) in sequential order demonstrating shifts or movement in the central tendency (average). Before...
What is a Test Case and How to Write a Test Case?

What is a Test Case and How to Write a Test Case?

What is a Test Case? A test case is a set of procedures, conditions, executions, and expected results verifying the software compliance with the requirements. It is ideally prepared by testers at the early stage of the development cycle which helps to identify the...
What Should be Done After a Bug is Found?

What Should be Done After a Bug is Found?

The primary goal of any tester is to detect as many bugs as possible irrespective of the techniques (s)he uses. Once a bug has been found, a tester is required to submit a bug report. Hence, a bug report should be well documented. Make it easy and clear to let the...

What is Exploratory Testing?

What is Exploratory Testing? Exploratory testing – a term coined by Cem Kaner – is a software testing method that implements learning, test design, and test execution at the same time simply because you explore while testing. It really doesn’t follow a set of...