Module 13 - Implementation and transition Flashcards

1
Q

Categories of Testing

A

Stub testing (patching) - Not all modules will be finished at the same time.

Unit testing
Integration testing
System testing
Acceptance testing

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

White box vs black box testing

A

Being able to see inside of the function vs not being able to see in the function while testing.

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

What is unit testing?

A

Testing a module or small unit of code.

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

What does integration testing encompass?

A

User interface testing
Use-case testing
Data flow testing (test each process step by step)
System interface testing (ensure data transfer between systems)

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

What does system testing encompass?

A

Requirements testing
Usability testing
Security testing
Performance testing
Documentation testing

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

What are the two types of acceptance testing?

A

Alpha testing (performed by users to assure they accept the system)

Beta testing(Uses real data from actual users)

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

What are two types of documentation and why is it useful?

A

System documentation: Help programmers to understand and maintain the system

User documentation: Reference docs, procedure manuals, tutorials

Documentation provides information to make the system easier to use and repair.

High quality documentation takes about 3 hours per page

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

Value of Online Documentation

A

Searching is simplified
Multiple formats
Cost effective compared to paper
Online documentation is predominant today.

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

What is conversion strategy?

A

The process in which a new system is introduced into the organization.

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

What is conversion style?

A

Direct conversion: new system replaces old
Parallel conversion: Systems run in parallel until the new system proves to be reliable.

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

What are the three conversion locations?

A

Pilot conversion: One or more locations are converted before extending to other locations.

Phased conversion: Locations are converted in sets, and there is a delay in between sets to find issues.

Simultaneous conversion, all locations are converted at the same time.

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

What are conversion modules?

A

when modules are loosely coupled, they can be converted one at a time.

On the flip side, whole system conversion is required when all modules are tightly coupled.

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

What are the three factors in selecting a conversion strategy?

A

Risk
Cost
Time

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

What should new system training be focussed on?

A

It should be focussed on helping users accomplish tasks rather than the system features itself.

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

What are the three types of training?

A

One on one (high cost, high impact, low reach)

Classroom (Medium cost to deliver, cost to develop, impact, and reach)

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