A test script is a set of directives that will be executed on the system to test if the system functions as expected or not. A test script is the executable form of a test. It outlines the set of activities to conduct a test and it describes the expected outcome and result, which is […]
MoreTest suite, is also known as a validation suite, it is a collection of test cases that are anticipated to be used to test a software program to show that it has some specified set of behaviors. A test suite covers detailed information or goals for each collection of test cases and information on the […]
MoreBug identification is only half the job, more important is to get it fixed and in order to get it fixed you must report it. How you choose to report it, will decide how well and quick it will be resolved. It is no secret that to transfer the knowledge of existence of a bug, […]
MoreA bug-reporting tool is a tracking system that keeps track of defects in software development projects. Issue tracking provides a structured way to capture and process the various questions and defects that come up over the course of a project. Depending on their project requirements and budget constraints, there are many bug tracking systems in use today. For […]
MoreA bug or defect in a software system is an error, fault, flaw or failure of the system that can cause any deviation from the intended use resulting in unexpected conditions. The bugs are mostly introduced because of human mistakes, wrong interpretations, incorrect assumptions, lack of technical and business clarity but some may be generated […]
MoreA test design technique provides an approach to design test cases, which helps to select a good set of tests from the total number of all possible tests for a given system. There are many different types of software testing techniques. Each single technique is good at finding specific kinds of defect and comparatively poor […]
MoreA Test case is a set of conditions or variables in which a tester will conclude whether an application or software system is functioning acceptably or not. It may take many test cases to ascertain that, a software program or system is ready to be released. Reasons for writing Test Cases: To confirm thorough test […]
More