Test Bootcamp

BDD ile Test otomasyonu

Requirements

  • Intellij IDE should be installed

  • IntelliJ IDEA Gherkin and Cucumber For Java plugins should be installed

  • DemoFeature.feature file at src/test/java/tests should be run and the response should be verified on the log console.

  • mvn test -Dtest=MyRunner command should be executed on terminal and the response should be verified on the log console.