SvensQA -ISTQB- QUIZ1

SvensQA -ISTQB- QUIZ1

Professional Development

10 Qs

quiz-placeholder

Similar activities

PTS & PSM Integrity Amazing Race Quiz

PTS & PSM Integrity Amazing Race Quiz

Professional Development

10 Qs

Complete Recovery  EQ DAY 2

Complete Recovery EQ DAY 2

Professional Development

10 Qs

Design Thinking - Quiz

Design Thinking - Quiz

Professional Development

15 Qs

CORONA QUIZ

CORONA QUIZ

Professional Development

10 Qs

Behavioral Test

Behavioral Test

Professional Development

10 Qs

Social Empowerment & Employability

Social Empowerment & Employability

Professional Development

10 Qs

Anime 99

Anime 99

9th Grade - Professional Development

13 Qs

Redmi Note 10 Series

Redmi Note 10 Series

Professional Development

12 Qs

SvensQA -ISTQB- QUIZ1

SvensQA -ISTQB- QUIZ1

Assessment

Quiz

Professional Development

Professional Development

Hard

Created by

Prabhakaran Muruganantham

Used 50+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which one of the following is the BEST description of statement coverage?

It is a metric which is used to calculate and measure the percentage of test cases that have been executed.

It is a metric, which is used to calculate and measure the percentage of statements in the source code which have been executed.

It is a metric, which is used to calculate and measure the number of statements in the source code which have been executed by test cases that are passed.

It is a metric that give a true/false confirmation if all statements are covered or not.

2.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

Given the following:


Switch PC on

Start "outlook"

IF outlook appears THEN

Send an email

Close outlook


how many tests are required for 100% statement coverage?

2

1

3

none of the above

3.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

Given the following:


Switch PC on

Start "outlook"

IF outlook appears THEN

Send an email

Close outlook


how many tests are required for 100% branch coverage?

2

1

3

4

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Given the following code, which is true:

how many test cases are required for 100% statement coverage?


IF A > B THEN

C = A – B

ELSE

C = A + B

ENDIF

Read D

IF C = D

ThenPrint "Error"

ENDIF

1

3

2

4

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Given the following code, which is true:

how many test cases are required for 100% branch coverage?


IF A > B THEN

C = A – B

ELSE

C = A + B

ENDIF

Read D

IF C = D

ThenPrint "Error"

ENDIF

1

3

2

4

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Given the following code, which is true:

how many test cases are required for 100% path coverage?


IF A > B THEN

C = A – B

ELSE

C = A + B

ENDIF

Read D

IF C = D

ThenPrint "Error"

ENDIF

4

3

2

5

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A program validates a numeric field as follows: values less than 10 are rejected, values between 10 and 21 are accepted, values greater than or equal to 22 are rejected. Which of the following covers the MOST boundary values?

9,10,11,22

9,10,21,22

10,11,21,22

10,11,20,21

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?