2.3 - Testing

2.3 - Testing

11th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

BTEC National U2 - Testing Tables (Paper - Part A)

BTEC National U2 - Testing Tables (Paper - Part A)

12th Grade

10 Qs

Unit 1- Experience & Narrative

Unit 1- Experience & Narrative

9th - 12th Grade

10 Qs

OCR Computer Science 2.3 Testing

OCR Computer Science 2.3 Testing

8th - 11th Grade

7 Qs

The Design Process

The Design Process

10th - 12th Grade

8 Qs

Software Development Life Cycle Quiz

Software Development Life Cycle Quiz

12th Grade

10 Qs

Khan Academy - Syntax, runtime, and logic errors

Khan Academy - Syntax, runtime, and logic errors

12th Grade

8 Qs

Program Development Life Cycle (PDLC) Part 1

Program Development Life Cycle (PDLC) Part 1

11th Grade

10 Qs

Computer science - Software development lifecycle

Computer science - Software development lifecycle

11th Grade

10 Qs

2.3 - Testing

2.3 - Testing

Assessment

Quiz

Computers

11th - 12th Grade

Medium

Used 16+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Describe the purpose of testing programs

Testing during a programs development and making changes.

Check the program works as intended. Allows errors to be fixed.

When the development is (almost) complete after iterative testing. Before software is released

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Define what is meant by 'iterative' testing

Testing during a programs development and making changes.

Check the program works as intended. Allows errors to be fixed.

When the development is (almost) complete after iterative testing. Before software is released

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Define what is meant by 'final' or 'terminal' testing

Testing during a programs development and making changes.

Check the program works as intended. Allows errors to be fixed.

When the development is (almost) complete after iterative testing. Before software is released

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

In terminal/final testing, what is 'alpha' testing?

Testing by in-house engineers.

Testing by a group of target users.

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

In terminal/final testing, what is 'beta' testing?

Testing by in-house engineers.

Testing by a group of target users.

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

You are asked to enter a username with between 1 and 10 characters.

You test it by using a username with 1 character and a username with 10 characters. What type of test data did you use?

Normal/Valid

Boundary/Extreme

Erroneous/Invalid

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

You are asked to enter a username with between 1 and 10 characters.

You test it by using usernames with characters and letters - what type of test data is this?

Normal/Valid

Boundary/Extreme

Erroneous/Invalid

8.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

You are asked to enter a username with between 1 and 10 characters.

You test it by using a username with 13 characters. What type of test data is this?

Normal/Valid

Boundary/Extreme

Erroneous/Invalid