BDD concept was given by : Dan North
BDD stands for : Behaviour Driven Development TDD is derived from BDD: False
What does POM stand for? : Project Object Model What does CLI stand for? Command Line Interface
Gherkin supports : around 60 well known languages But is used to : Remove repetitive Then
To define the random digit, . : \\d+
In our script file @Given ends with .: $
Cucumber dependencies need . : All the options Gherkin is . : Both simple and light weight Gherkin is a - language : Line-oriented
Scenario is used in file for : define description
To define the executable java file we call it in . : @RunWith()
Maven command to create Java project is : -DgroupID DartifactID (both capitalized) Cucumber supports .: All the options
Description is used in file for . : Write description about feature Cucumber supports only on Ecplise IDE: False
Cucumber acts as a bridge between the business and development : True Cucumber dependencies need . : ALl the options
In our script file @Given ends with . : $
Given is used to define . : it defines scene of the scenario.
To get a random variable, : (?:love|hate|like)
Gherkin supports for the language : Supports around 60 well knows languages In our script file @Given starts with . : ^
Which one of the following option is true about BDD framework : 2,4 But is used to : Remove repetitive Then
Tag is used for . : All these options are true.
Command to install and run cucumber test is . : mvn clear install
is a BDD tool : All of the options Feature file extentions is : .feature Gherkin will take care of the requirement: True
Command to run the Cucumber file is : @RunWith(Cucumber.class) And is used to . : Remove repetitive feature
To comment, we use . : #comment
Scenario is used in file for : business rule
When is used to define . : It defines the event or an action Data table is separation can be done using . :|data|
Gherkin has two sections namely . :Both feature and Scenario Cucumber feature file is written in . : Gherkin
Post a Comment