InterviewSolution
Saved Bookmarks
| 1. |
Define What Is Step Definition In Cucumber? |
|
Answer» A step DEFINITION is the actual CODE implementation of the FEATURE mentioned in feature file. A step definition is the actual code implementation of the feature mentioned in feature file. |
|