2. Testing In SDLC Flashcards
Unit testing
Testing for individual program or module
Characteristics of unit testing:
Testing is done by the developer as and when individual program or module is ready. No need to wait till completion of full software. · White box approach (i.e. testing of internal program logic) is applied in unit testing
Integrated testing
Testing for an accurate flow of information between two or more system.
Connection of modules is tested
System testing
It’s a full-fledged test which Includes stress test, load test, volume test, recovery test, security test, and performance test
The primary reason for system testing
The primary reason for system testing is to evaluate the entire system functionality. System testing includes (i)Recovery testing (ii)Security testing (iii) Load testing (iv)Volume testing (v)Stress testing
& (vi)Performance testing.
Final Acceptance testing
Final Acceptance Testing includes (i) Quality Assurance Testing (QAT) & (ii) User Acceptance
Testing (UAT)
Regression testing
Regression = act of going back,