Cucumber Oct16

You might also like

You are on page 1of 1

Cucumber:

1) What is cucumber ?

Cucumber is testing frame work , its supports BDD .

2) what is future file ?

Cucumber can describe its behaviour using pain english in a file called future file
.

3) inside future file ?

we have text file with .feature extension,

Feature ,
scenario,
Given ,
when,
And ,
Then.

4) what is Step Definitions ?

Step definition give definition for future file, by writing java code (Feature ,
scenerio, Given,when,And,then, these are steps)

5) what is runner class?

Runner class is gule (which combine feature file and step defintions)

6)

we have files on feature file and step definition,

You might also like