Selenium Cucumber Java BDD Framework 1 Setup, Step by Step, Raghav Pal
Free Tutorials Quiz Step 1, create a maven project: 0:003:12 Step 2, download maven dependencies: 3:136:53 Step 3, create file structure: 6:548:19 Step 4, 5, 6, create feature file: 8:2017:20 Step 7: 17:2119:19 Step 8, glue code: 19:2027:38 Step 9, runner class: 27:39 Step 1 Create a new maven project Step 2 Add maven dependencies Cucumber Java, Cucumber JUnit, JUnit, Selenium Java Step 3 Create a folder Features under src, test, resources Step 4 Under features folder create a new feature file Step 5 Download cucumber plugin from Eclipse Marketplace Step 6 Create feature file and add contents Feature Scenario Steps Scenario Outline Example Tags Comments Step 7 Try to run the feature file Step 8 Add Step Definitions, Glue Code under src, test, java package Step 9 Create a Runner class import
|