InterviewSolution
| 1. |
What Is A Scenario In Cucumber? |
|
Answer» Each FEATURE is made of a collection of SCENARIOS. A single scenario is a flow of events through the Feature being described and maps 1:1 with an executable test CASE for the system.[18] Keeping with the example ATM withdrawal feature, a scenario might describe how a user requests MONEY and what happens to their account. Each Feature is made of a collection of scenarios. A single scenario is a flow of events through the Feature being described and maps 1:1 with an executable test case for the system.[18] Keeping with the example ATM withdrawal feature, a scenario might describe how a user requests money and what happens to their account. |
|