Home »
MCQs »
Cucumber Testing MCQs
What is/are TRUE about Cucumber Testing?
6. What is/are TRUE about Cucumber Testing?
- Gherkin or plain English text may be written inside a feature file and read by the Cucumber tool.
- Every step in the step definition file is searched for an exact match.
- It is important that the code for the software developed matches the scripts for the tests defined by BDD.
- All of the above
Answer: D) All of the above
Explanation:
The things TRUE about Cucumber Testing are -
- Gherkin or plain English text may be written inside a feature file and read by the Cucumber tool.
- Every step in the step definition file is searched for an exact match.
- It is important that the code for the software developed matches the scripts for the tests defined by BDD.