BDD & Cucumber Quiz

BDD & Cucumber Quiz

Professional Development

7 Qs

quiz-placeholder

Similar activities

Python Loop Statements

Python Loop Statements

Professional Development

10 Qs

HSSE Festival Day 3

HSSE Festival Day 3

Professional Development

10 Qs

GD&T ETS5

GD&T ETS5

Professional Development

10 Qs

Confirmation Test Hino Product Knowledge

Confirmation Test Hino Product Knowledge

Professional Development

10 Qs

SQM - MTP Workshop

SQM - MTP Workshop

Professional Development

10 Qs

SAFe for Teams - Exam like questions #2

SAFe for Teams - Exam like questions #2

12th Grade - Professional Development

10 Qs

[IET PSB] Smart Nation - An IET Outreach Program Quiz A

[IET PSB] Smart Nation - An IET Outreach Program Quiz A

Professional Development

7 Qs

Case Studies - CG Castle

Case Studies - CG Castle

Professional Development

9 Qs

BDD & Cucumber Quiz

BDD & Cucumber Quiz

Assessment

Quiz

Other

Professional Development

Medium

Created by

a a

Used 12+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the files required to execute a Cucumber test scenario?

Features

Step definitions

Scecario Outline

Features and Step definitions

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does Gherkin do?

Checks reliability of computer codes

Translates computer codes for people to understand them

Writes code in a computer-readable way

Provides simple documentation of the code under test

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Same scenario can be executed for multiple sets of data using

Scenario outline

Scenario

Example

All of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Not a Behavior-Driven Development tools -

Concordion

JBehave

SpecFlow

Concordation

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which option check if all the steps have the step definition before execute ?

monochrome

strict

dryrun

validate

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following keyword is NOT used while writing the Cucumber scenario ?

Given

Then

But

If

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the file extension of feature files ?

*.feature

*.features

*.spec

*.specs