T2 Flashcards

1
Q

Functional Requirement

A

Specifies what the system must do for the specific application.

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

Non Functional

A

Specifies an additional condition the system must meet.

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

Design

A

The purpose of the design stage is to design and implement a System Specification,
it will detail on several design components:
v Data capture methods for the system including screen designs, storyboards etc.
v Data Processing within a system
v Data structures such as Database structure, DFD’s etc.
v Programme Documentation

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

Devokpment

A

To implement the design, to create the code and create the data structure

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

Purpose of Testing

A

To ensure the system works as described in the system specification. It should demonstrate.
all parts work as intended irrespective of the data that’s been imputed. Errors and limitations
may be identified and corrected.

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

Use of Storyboarding

A

A storyboard is a diagram that shows the planned sequence of screen displays in a user
interface, the storyboard may be a branching diagram showing the different paths available to
the user. Identifies both inputs and outputs.

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

Prototyping in UI

A

Initial user interface that is not functional,
there’s no database involved,
Additional interaction is added after the feedback has been gained from the user.

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

Data Model

A

It is a ‘first cut’ model which will focus on processes and the IO required so relationships can
be found. Testing is an important part of system development to ensure the system is of high
quality.

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

System Testing

A

preformed in house by the development team, using the test plan white and black box testing can be used

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

Alpha Testing

A

Carried out in house by developers, includes module testing, system and black/whitebox testing and uses the test plan

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

Beta

A

Preformed by potential users using a prerelease version to identify any last errors before released to public

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

Acceptance Testing

A

Preformed by the user using real volumes of data to test that the system meets the User Requirements so it can be signed off as completed.

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

Purpose of test plan.

A

Produced at design stage, detailed document used by a group of users and will include references to the part being tested and expected result with a record kept of successful results.

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

Main components of a test plan

A

the item being tested, how the test will be carried out, the test data that will be used and the expected result

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

Valid Data

A

Data the program will accept

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

Boundary

A

Data that’s on the limits of acceptability

17
Q

Invalid Data

A

Data that should not be accepted by the program