Video 26-Basics of Cucumber-Part 1 Execution | Selenium Forum
J
Jai Jagadeesha Posted on 25/05/2020

J
Jai Jagadeesha Replied on 25/05/2020

Hi

I started working on part1 section for video 26-Basics of cucumber.

The following steps i completed.

1. Feature file defined with scenario

2.Step defination: Step definations are defined for above created feature file steps.

3.Test Runner class

During each test  run, the on console it defining step definations for feature file's steps. Even though i already defined previously.

Let me know the solution for it. Because for it am unable to proceed further on remaining work.

Thanks

Jai Jagadeesha


A
Ashish Thakur Replied on 25/05/2020

1) Package names should always be in lower case - java naming conventions

2) You have given this code in Runner -glue= {"com.qtpSelenium.stepDef"},

Your package name is "qtpselenium"

 

This is the issue


J
Jai Jagadeesha Replied on 26/05/2020

Tx. Its working fine


Related Posts