Home / CSE MCQs / Cucumber ::

CSE MCQs :: Cucumber

  1. What are the files required to execute a Cucumber test scenario?
  2. A.
    Features
    B.
    Step Definition
    C.
    Both A and B
    D.
    None

  3. Cucumber Software is written in the form of
  4. A.
    C
    B.
    C++
    C.
    Java
    D.
    Ruby

  5. What is feature file in Cucumber?
  6. A.
    Feature
    B.
    Scenario
    C.
    Scenario Outline
    D.
    All of the above

  7. What software is needed to run a Cucumber Web Test?
  8. A.
    Ruby and its Development Kit
    B.
    Cucumber
    C.
    IDE like ActiveState
    D.
    All of the above

  9. What are the advantages of Cucumber?
  10. A.
    Cucumber acceptance tests are written from user's perspective
    B.
    Team Collaboration (Product owners, business analysts, developers, testers are all involved in writing scenarios)
    C.
    Tests are written in plain-text English so people with less technical skills can also write scenarios
    D.
    All of these

  11. What are the advanced framework design that can be used with Cucumber?
  12. A.
    Page Object Model
    B.
    Log4j
    C.
    Extent Reporting
    D.
    All of the above mentioned

  13. What are the benefits of Cucumber?
  14. A.
    It is helpful to involve business stakeholders who can't easily read code
    B.
    Cucumber focuses on end-user experience
    C.
    Style of writing tests allow for easier reuse of code in the tests
    D.
    All of the above

  15. Who are the developers for the Cucumber Software?
  16. A.
    Aslak Hellesoy
    B.
    Joseph Wilk
    C.
    Matt Wynne
    D.
    Gregory Hnatiuk
    E.
    All of the above

  17. Cucumber is released in the year of
  18. A.
    2015
    B.
    2013
    C.
    2014
    D.
    2008

  19. Which file extension do all Gherkin files have?
  20. A.
    closure
    B.
    feature
    C.
    doc
    D.
    com