InterviewSolution
Saved Bookmarks
| 1. |
Cucumber Execution Starts From Where ? |
|
Answer» Cucumber execution will starts from SUPPORT. In support first it will LOAD the env.rb file then it will load hooks.rb and then it will START execute FEATURE file scenario STEPS. Cucumber execution will starts from support. In support first it will load the env.rb file then it will load hooks.rb and then it will start execute feature file scenario steps. |
|