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...
Software Requirement Specification (SRS) document serves as a means of communication between the client (user) and developer because it defines the “what” and “how” of a software project. It contains the purpose, functionality, design, constraint and behavior of the...
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...
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? 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...
Once a test plan has been developed and implemented, testers have to follow this plan to ensure that tests being executed are correct, along with other requirements and other supporting documents. Once there is a change or update being requested by the users, one of...