Please enable JavaScript.
Coggle requires JavaScript to display documents.
Software Testing & SDLC - Coggle Diagram
Software Testing & SDLC
-
-
-
Testing levels
-
-
-
Component/Unit Testing
Harness & tools : API levels, freeware and commercial
-
Test Types : Functionality, resource use, performance, structural
Basis : Code, database, requirements/design, quality risks
Objective : Find bugs, build confidence and reduce risks
Test-driven development
- develop a set of unit tests
-
- Run the test and debug until tests pass