Chapter 3 Static Testing

Chapter 3 Static Testing

University

9 Qs

quiz-placeholder

Similar activities

Software Design Prefinal Quiz 2

Software Design Prefinal Quiz 2

University

10 Qs

Inheritance

Inheritance

University

10 Qs

Software Testing

Software Testing

University

10 Qs

VERVAL-2

VERVAL-2

1st Grade - University

10 Qs

QUIZ 1 (SVV - QUIZ 1)

QUIZ 1 (SVV - QUIZ 1)

University

10 Qs

Java Static

Java Static

University

10 Qs

javaquizvivek

javaquizvivek

University

12 Qs

Java Control Flow statements

Java Control Flow statements

University

10 Qs

Chapter 3 Static Testing

Chapter 3 Static Testing

Assessment

Quiz

Computers

University

Medium

Created by

Yunli Lee

Used 51+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following artifacts can be examined by using review techniques?

Software code

Requirements specification

Test designs

All of the options

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which statement about the function of a static analysis tool is true?

Gives quality information about the code without executing it.

Checks expected results against actual results.

Can detect memory leaks.

Gives information about what code has and has not been exercised.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which is not a type of review?

Walkthrough

Inspection

Informal review

Management approval

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What statement about reviews is true?

Inspections are led by a trained moderator, whereas technical reviews are not necessarily.

Technical reviews are led by a trained leader, inspections are not.

In a walkthrough, the author does not attend.

Participants for a walkthrough always need to be thoroughly trained.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main difference between a walkthrough and an inspection?

An inspection is led by the authors, whilst a walkthrough is led by a trained moderator.

An inspection has a trained leader, whilst a walkthrough has no leader.

Authors are not present during inspections, whilst they are during walkthroughs.

A walkthrough is led by the author, whilst an inspection is led by a trained moderator.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following characteristics and types of review processes belong together?

1. Led by the author

2. Undocumented

3. No management participation

4. Led by a trained moderator or leader

5. Uses entry and exit criteria

s. Inspection

t. Technical review

u. Informal review

v. Walkthrough

s = 4, t = 3, u = 2 and 5, v = 1

s = 4 and 5, t = 3, u = 2, v = 1

s = 1 and 5, t = 3, u = 2, v = 4

s = 5, t = 4, u = 3, v = 1 and 2

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What statement about static analysis is true?

With static analysis, defects can be found that are difficult to find with dynamic testing.

Compiling is not a form of static analysis.

When properly performed, static analysis makes functional testing redundant.

Static analysis finds all faults.

8.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following statements about early test design are true and which are false?

1. Defects found during early test design are more expensive to fix.

2. Early test design can find defects.

3. Early test design can cause changes to the requirements.

4. Early test design takes more effort.

1 and 3 are true. 2 and 4 are false.

2 is true. 1, 3 and 4 are false.

2 and 3 are true. 1 and 4 are false.

2, 3 and 4 are true. 1 is false.

9.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Static code analysis typically identifies all but one of the following problems. Which is it?

Unreachable code

Undeclared variables

Faults in the requirements

Too few comments