Software testing - LogeshVel/learning_resources GitHub Wiki

Complete Testing documents


Defect/Bug Life Cycle

Software Testing Life Cycle (STLC)

image

image

image

image

image

image

image

image

image

image

image

image

Levels of Testing

image

image

image

image

image

image

White box testing is done at the lower levels of testing such as unit testing and integration testing, whereas black box testing is done at a higher level testing such as system testing, acceptance testing, security testing,..

Types of testing

types-software-testing

atlassian - types-of-software-testing

smoke testing vs sanity test

image

Deferred bug

image

Severity and Priority

Severity and Priority

image

image

image

image

image

image

Difference Between Retesting and Regression Testing

Retesting is done to check that the initial bug which was found and fixed is working as it should, while regression testing is used to sweep the application for defects that may have arisen from the change or other unknown residual bugs.

image

image

image

Functional and Non functional testing

image

image

image

image

image

Agile Vs Waterfall

Agile methodology

image

image

image

Waterfall Methodology

image

image

image

image

image

image

image

image

image