Cucumber

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

Cucumber

............

1. Create Maven Project


2. Goto Maven Repo
3. copy Dependencies for "Cucumber Java" from maven repository.
4. create a folder under src/test/resources as "Features"
5. install cucumber plugin from market place
6. create a feature file as "login.feature"
7. Try to feature file
8. Add Step "Defenation/glucode" file under "src/test/java"
9. Create runner class
10.copy Dependencies for "Cucumber Junit" and "Junit" maven repository.

You might also like