Selenium with Java using Cucumber Demo | Setup Cucumber in Eclipse & IntelliJ IDE

Topics Covered: ---------- Test Driven Development (TDD) Vs Behavior Driven Development(BDD) BDD tools- Cucumber, SpecFlow.. Cucumber Introduction Setup IntelliJ IDE/Eclipse on windows Cucumber Feature File Step Definition File JUnit Test Runner Class File Gherkin Keywords Notes: -------------- Selenium Cucumber setup on IntelliJ IDE ----------------------------------------- Step1) How Download & Install intelliJ Idea on Windows Step2) Create Maven Project Step3) Update pom.x
Back to Top