ISTQB 1

ISTQB 1

Professional Development

18 Qs

quiz-placeholder

Similar activities

CCES Testing PD

CCES Testing PD

Professional Development

13 Qs

STAAR Security Quiz

STAAR Security Quiz

Professional Development

15 Qs

23-24 LISD Test Security Training Quiz

23-24 LISD Test Security Training Quiz

Professional Development

20 Qs

Cannock inspection and Testing 2

Cannock inspection and Testing 2

Professional Development

19 Qs

Season 4 #Spaic Python Weekly Quiz

Season 4 #Spaic Python Weekly Quiz

KG - Professional Development

20 Qs

Good Laboratory Practices

Good Laboratory Practices

Professional Development

15 Qs

NDT Methods Review

NDT Methods Review

Professional Development

17 Qs

TM expert ISTQB.org

TM expert ISTQB.org

Professional Development

20 Qs

ISTQB 1

ISTQB 1

Assessment

Quiz

Other

Professional Development

Medium

Created by

Quỳnh Nguyễn

Used 13+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

One of the test goals for your project is to have 100% decision coverage. The following three tests have been executed for the control flow graph shown below.

 

Test A covers path: A, B, D, E, G

Test B covers path: A, B, D, E, F, G

Test C covers path: A, C, F, C, F, C, F, G

Decision D has not been tested completely.

100% decision coverage has been achieved

Decision E has not been tested completely

Decision F has not been tested completely

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Which of the following statements about the given state transition diagram and table of test cases is TRUE?

The given test cases can be used to derive both valid and invalid transitions in the state transition diagram.

The given test cases represent all possible valid transitions in the state transition diagram

The given test cases represent only some of the valid transitions in the state transition diagram

The given test cases represent sequential pairs of transitions in the state transition diagram

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

You have started specification-based software testing. The system under test calculates the greatest common divisor (GCD) of two integers (A and B) greater than zero. [K3]

 

calcGCD (A, B);

 

The following test inputs have been specified.

Where INT_MAX is the largest Integer.

 

Which test technique has been applied in order to determine test cases 1 through 6?

Boundary Value Analysis

State Transition Testing

Use Case Testing

Decision Table Testing

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

A company's employees are paid bonuses if they work more than a year in the company and achieve individually agreed targets.

Which test cases could be eliminated in the above decision table because the test case wouldn't occur in a real situation?

T1 and T2

T3 and T4

T7 and T8

T5 and T6

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

As a Test Manager, you have the following requirements to test: 

R1 - Process Anomalies

R2 - Synchronization

R3 - Confirmation

R4 - Issues

R5 - Financial Data

R6 - Diagram Data

R7 - Changes to the User Profile

The notation to indicate any Requirement's logical dependencies is, for example, "R1->R3" meaning that R3 is dependent on R1

Which of the following options structures the test execution schedule according to the requirement dependencies?

R3 -> R2 -> R1 -> R7 -> R5 -> R6 -> R4

R2 -> R5 -> R6 -> R4 -> R7 -> R1 -> R3

R1 -> R3 -> R2 -> R5 -> R6 -> R4 -> R7

R1 -> R2 -> R5 -> R6 -> R3 -> R4-> R7

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following statements BEST describes one of the seven key principles of software testing?

Automated tests avoid exhaustive testing better than manual tests

With sufficient effort and tool support, exhaustive testing is feasible for all software

It is normally impossible to test all input output combinations for a software system

The purpose of testing is to demonstrate the absence of defects

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following statements is the MOST valid goal for a test team?

To determine whether enough component tests were executed within system testing

To detect as many failures as possible so that defects can be identified and corrected

To prove that all defects are identified

To prove that any remaining defect will not cause any failures

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?