What are the benefits of Cucumber?
1. It is helpful to involve business stakeholders who can't easily read code
2.Cucumber focuses on end-user experience
3. Style of writing tests allow for easier reuse of code in the tests
4.All of the above
A _____ is the actual code implementation of the feature mentioned in the feature file.
1.scenario outline
2.given definition
3.step definition
4.none of the above
Cucumber is released in the year of
1. 2015
2.2013
3.2014
4.2008
Cucumber is Ruby-based?
1.TRUE
2.FALSE
3. Can be true or false
4.Can not say
Cucumber Software is written in the form of
1.C
2.C++
3.Java
4.Ruby
How many files required to execute a Cucumber test scenario?
1.1
2.2
3.3
4. 4
In Cucumber, Comments will be denoted with?
1. !
2.@
3.$
4. #
Rspec is used for?
1.Regression Testing
2. Unit Testing
3.Alpha Testing
4.System Testing
What are the advanced framework design that can be used with Cucumber?
1.Page Object Model
2.Log4j
3. Extent Reporting
4.All of the above mentioned
What are the advantages of Cucumber?
1.Cucumber acceptance tests are written from user's perspective
2.Team Collaboration (Product owners, business analysts, developers, testers are all involved in writing scenarios)
3.Tests are written in plain-text English so people with less technical skills can also write scenarios
4. All of these
What are the files required to execute a Cucumber test scenario?
1. Features
2.Step Definition
3.Both A and B
4. none of the mentioned
What is feature file in Cucumber?
1.Feature
2. Scenario
3.Scenario Outline
4.All of the above
What software is needed to run a Cucumber Web Test?
1.Ruby and its Development Kit
2.Cucumber
3.IDE like ActiveState
4.All of the above
When Cucumber finds a matching Step Definition it will execute it. If the block in the step definition doesn not raise an Exception, the step is marked as ?
1. undefined step
2.successful step
3. pending step
4.skipped step
Which file extension do all Gherkin files have?
1. closure
2.feature
3.doc
4.com
Which keyword is used to combine two or more same type of action?
1.But
2. Or
3.And
4.Not
Which of the following are Advantages of Cucumber?
1.You can involve business stakeholders who cannot code
2.End-user experience is a priority
3.High code reuse
4.All of the above
Who are the developers for the Cucumber Software?
1. Aslak Hellesoy
2.Joseph Wilk
3.Matt Wynne
4.All of the above
You can generate the output/report of the cucumber using different cucumber commands.
1.TRUE
2.FALSE
3. Can be true or false
4.Can not say
_____ are the sticky notes you’ve put on pages you want to be able to find easily.
1.Object
2.Attribute
3.Tags
4.None of the above