TDD, BDD & ATDD

TDD, BDD & ATDD

Professional Development

7 Qs

quiz-placeholder

Similar activities

Review Class 11

Review Class 11

Professional Development

7 Qs

Testing

Testing

Professional Development

9 Qs

6 - Frameworks

6 - Frameworks

Professional Development

10 Qs

semana 3 quiz 5

semana 3 quiz 5

Professional Development

12 Qs

TDD Extra quiz

TDD Extra quiz

University - Professional Development

8 Qs

TDD und CleanCode

TDD und CleanCode

Professional Development

10 Qs

PHP Tours Meetup #22 (Super Apéro)

PHP Tours Meetup #22 (Super Apéro)

University - Professional Development

10 Qs

STRV ATD

STRV ATD

Professional Development

10 Qs

TDD, BDD & ATDD

TDD, BDD & ATDD

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Assaf Halevi

Used 4+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first stage of TDD?

Write code

Run tests

Write tests

Refactor code

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the benefit in writing failing tests?

One should only write passing tests

Failing tests increase coverage

Failing tests should be ignored

Failing tests indicate the code is not ready

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

BDD is all about

Having conversations

Discovering bugs at an early stage

Writing the correct code

Increasing coverage

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which are true according to TDD?

Tests verify the correct code is written

Development revolves around unit tests

Tests verify the required code is written

Tests define the scope and purpose of the code

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

____ Verifies the requirements are clear

ATDD

BDD

TDD

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ATDD focuses on

Verifying the correct code is written

Writing E2E test

Verifying the requirements are clear

Developing code that meets the acceptance criteria

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

According to Liz Keogh, which is more important?

Capturing the conversation

Having the conversation

Automating the conversation