3.2 Testing In SDLC (Doshi) 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

(1) Testing is done by the developer as and when individual program or module is ready.
(2) No need to wait till completion of full software.
(3) 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

(1) Testing for an accurate flow of information between two or more system.
(2) 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.

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
8
Q

System testing includes:

A

(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
9
Q

ISACA will try to confuse us with three terms i.e. regression testing, sociability testing and interface testing.

A

Please remember difference between the three.

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

Regression

A

(dictionary meaning- ‘to return’) is test to check again that changes/modifications have not introduced any new errors.

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

Sociability

A

(dictionary meaning- ‘’ability to have companionship with others’) is test to determine adoptability of new system to settle in existing environment.

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

Integration

A

(dictionary meaning-‘to connect’) is test to ensure flow of information between two or more system is correct and accurate.

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

In any given scenario, for unit testing appropriate strategy is

A

white box approach (as both involve testing of internal logic).

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

In any given scenario, test data should be

A

designed as per live workload for accurate test result.

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

In any given scenario, test environment

A

should always be used (i.e. test should not be conducted in live/production environment).

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