Sail E0 Webinar

MCQs

Total Questions : 10
Question 1. What are the files required to execute a Cucumber test scenario?
  1.    Features
  2.    Step Definition
  3.    Both A and B
  4.    None
 Discuss Question
Answer: Option C. -> Both A and B




Question 2. 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
 Discuss Question
Answer: Option D. -> All of the above




Question 3. What is feature file in Cucumber?
  1.    Feature
  2.    Scenario
  3.    Scenario Outline
  4.    All of the above
 Discuss Question
Answer: Option D. -> All of the above




Question 4. Cucumber Software is written in the form of
  1.    C
  2.    C++
  3.    Java
  4.    Ruby
 Discuss Question
Answer: Option D. -> Ruby




Question 5. 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
 Discuss Question
Answer: Option D. -> All of these




Question 6. 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
 Discuss Question
Answer: Option D. -> All of the above mentioned




Question 7. Who are the developers for the Cucumber Software?
  1.    Aslak Hellesoy
  2.    Joseph Wilk
  3.    Matt Wynne
  4.    Gregory Hnatiuk
  5.    All of the above
 Discuss Question
Answer: Option E. -> All of the above




Question 8. Cucumber is released in the year of
  1.    2015
  2.    2013
  3.    2014
  4.    2008
 Discuss Question
Answer: Option C. -> 2014




Question 9. 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
 Discuss Question
Answer: Option D. -> All of the above




Question 10. Which file extension do all Gherkin files have?
  1.    closure
  2.    feature
  3.    doc
  4.    com
 Discuss Question
Answer: Option B. -> feature




Latest Videos

Latest Test Papers