2. Testing In SDLC Flashcards

1
Q

Unit testing

A

Testing for individual program or module

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Characteristics of unit testing:

A
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Integrated testing

A

Testing for an accurate flow of information between two or more system.
Connection of modules is tested

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

System testing

A

It’s a full-fledged test which Includes stress test, load test, volume test, recovery test, security test, and performance test

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

The primary reason for system testing

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Final Acceptance testing

A

Final Acceptance Testing includes (i) Quality Assurance Testing (QAT) & (ii) User Acceptance
Testing (UAT)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Regression testing

A

Regression = act of going back,

How well did you know this?
1
Not at all
2
3
4
5
Perfectly