Unit 4 Test Design Techniques

Unit 4 Test Design Techniques

1st - 10th Grade

13 Qs

quiz-placeholder

Similar activities

Measure of Academic Progress Quiz

Measure of Academic Progress Quiz

3rd Grade

12 Qs

B Words GCSE Computer Science

B Words GCSE Computer Science

1st - 10th Grade

15 Qs

K3 [DEBUG APPLICATION CODE]

K3 [DEBUG APPLICATION CODE]

KG - University

11 Qs

Universal Tools

Universal Tools

7th - 8th Grade

10 Qs

System Life Cycle

System Life Cycle

10th - 11th Grade

10 Qs

UX Cert - Chapter 2 - Discovery

UX Cert - Chapter 2 - Discovery

KG - Professional Development

10 Qs

Quality Assurance and Regression Testing

Quality Assurance and Regression Testing

3rd Grade

10 Qs

Programming and Logic Lesson 2

Programming and Logic Lesson 2

6th - 8th Grade

16 Qs

Unit 4 Test Design Techniques

Unit 4 Test Design Techniques

Assessment

Quiz

Computers

1st - 10th Grade

Medium

Created by

Fernando Martínez

Used 8+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which one of the following techniques is structure-based?

Decision testing.

Boundary value analysis.

Equivalence partitioning.

State transition testing.

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following would be the best test approach when there are poor specifications and time pressures?

Use Case Testing.

Condition Coverage.

Exploratory Testing.

Path Testing.

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following statements about the benefits of deriving test cases from use cases are most likely to be true?


A. Deriving test cases from use cases is helpful for system and acceptance testing.


B. Deriving test cases from use cases is helpful only for automated testing.


C. Deriving test cases from use cases is helpful for component testing.


D. Deriving test cases from use cases is helpful for testing the interaction between different components of the system.

A and D are true; B and C are false.

A is true; B, C and D are false.

A and B are true; C and D are false.

C is true; A, B and D are false.

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Media Image

Name this lion cub

Mufasa

Nala

Simba

Scar

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

A system under development contains complex calculations and decision logic, and it is assessed as high risk because of the relative inexperience of the development team in the application domain. Which of the following would be the MOST appropriate choice of test design technique for component testing?

Decision testing.

Statement testing

State transition testing

Equivalence partitioning

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A common test technique during component test is

Statement and branch testing

Usability testing

Security testing

Performance testing

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment?


Assume that the two conditions are independent of each other:


if (Condition 1)

then statement 1

else statement 2

fi

if (Condition 2)

then statement 3

fi

2 Test Cases

3 Test Cases

4 Test Cases

Not achievable

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?