Software Testing Fundamentals

Software Testing Fundamentals

KG

9 Qs

quiz-placeholder

Similar activities

RDL1-Agile Testing

RDL1-Agile Testing

Professional Development

12 Qs

Chapter 7 , Testing

Chapter 7 , Testing

10th Grade

11 Qs

2.3 Producing Robust Programs

2.3 Producing Robust Programs

10th - 11th Grade

14 Qs

TDD Extra quiz

TDD Extra quiz

University - Professional Development

8 Qs

Quizz Tests and Technical Dept

Quizz Tests and Technical Dept

University

8 Qs

2.3 Producing Robust Programs

2.3 Producing Robust Programs

10th Grade

12 Qs

Testing

Testing

University

12 Qs

quiz-junit-08-06-22

quiz-junit-08-06-22

University

10 Qs

Software Testing Fundamentals

Software Testing Fundamentals

Assessment

Quiz

Computers

KG

Medium

Created by

Akin Garagon

Used 16+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which one is NOT a type of software test?

Unit tests

Integration tests

System tests

Acceptance tests

Application Test

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Select a tool/library which is used for testing

Test Factory

JUnit

AssertEquals

3.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Please select 3 correct references in JUnit5

@Test

@BeforeEach

@Active

@Passive

@Disabled

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Please select correct method executed before each testing method

@Test

@BeforeEach

@AfterEach

@BeforeAll

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which reference is used to set a custom name of of testing method

@DisplayName

@Disabled

@Test

@AfterEach

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which is NOT a part of a test method?

Given

When

Then

So

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which is NOT an assertion?

assertEquals

assertNotNull

assertThenSo

assertNull

8.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Please select 3 steps of test driven development

Test fails

Test passes

Tests are good

Refactor

9.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which library provides opportunity to write a chain syntax?

JUnit

Lombok

AssertJ

Discover more resources for Computers