Please enable JavaScript.
Coggle requires JavaScript to display documents.
Testing Strategy - Coggle Diagram
Testing Strategy
Gather the information
Environment (Browser, OS)
VM if necessary
Devices
App version
target audience
App main purpose
BTS, TTS
Access to the app (credentials, test env)
Deadlines
Scope and priorities
Types of tests
The level of automation
Automated
Manual
Depth level
Smoke test - testing of the
main
functionality of the app using
valid
data
Minimal acceptance test (MAT) - testing of
all functionality
of the app using
valid
data
Acceptance test (AT) - testing of
the whole app
of the app using
invalid
data
Coverage (width)
Regression testing (smoke/mat/at - depending on the changes to the code / time / capacity)
NFT - new feature testing (AT level)
DV - defect validation - checking the resolution of the defect is correct (no depth)
The way of presenting the results
Additional tools (for testing)
Requirements / specification / tech task
Prototype and designes
Previous test documentation
Previous test results
Analyse the requirements
Check if the reqs cover everything
Ask questions and clarify everything
Study the similar apps
App decomposition
Create test documentation
Define the type of test documentation
Checklist
Acceptance Sheet
Test Cases
Test Survey
based on Requirements
based on the similar apps OR the common sense and logic
based on the existing TD
Test the app
Provide the results / report
Find out the person to contact