Self studying

7 curriculums
42 study items

Defect Management

Defect Management is a systematic process to identify and fix bugs.
Defect Report is a document reporting on any flaw in a component or system that can cause the component or system to fail to perform its required function. Defect tracking is the process of tracking …

Test closure/completion

Test completion activities collect data from completed test activities.
Test completion activities occur at project milestones such as when a software system is released, a test project is completed (or cancelled), an Agile project iteration is finished, a test level is …

Test Execution

During test execution, test suites are run.
During this phase the test suites and individual test cases are executing; outcome of test execution are logged; actual results are compared with expected results; discrepancies are reported as Defec…

Test Implementation

Test implementation is procedure that answers the question 'do we now have everything in place to run the tests?'
During test implementation, the testware necessary for test execution is created and/or completed, including sequencing the test cases into test procedures.

Test Design

Test design is a process that describes “how” testing should be done.
Test design (TD) consists of creating and writing a collection of test cases, grouping them into a test suite(s), for testing a piece of software. It’s important to analyse what must be tested and de…