Please enable JavaScript.
Coggle requires JavaScript to display documents.
Testing, Consists of a unique identifier, requirement references from a…
Testing
Testing artifacts
Test Plan
Test case
Test run
Test Script
Testing levels
Unit Testing
tests that verify the functionality of a specific section of code, usually at the function level.
Integration testing
seeks to verify the interfaces between components against a software design
System Testing
tests a completely integrated system to verify that the system meets its requirements
Testing Types
There are more than 100 testing types each of them designed to evaluate a certains metric
Acceptance Testing
Accessibility Testing
Automated Testing
Could be classified by developing the following questions
What test
When test
why test
who test
how test
where test
Consists of a unique identifier, requirement references from a design specification, preconditions, events, a series of steps to follow, input, output, expected result, and the actual result.
A report of the results from running a test case or a test suite
A test script is a procedure or programming code that replicates user actions
It is a document detailing the approach that will be taken for intended test activities
Process conducted to provide stakeholders with information about the quality of the software product or service under test
Examples