BDD can't execute my feature file

Hi,

I wanted to test the BDD with katalon (I would like to automate my test).
I 've dowloaded the example (BDD Cucumber Tests) to try. It works.

So, I wanted to created my own test and I create a feature file, a groovy script file but when I try to run it … it doesn’t work.

No error but the scenario didn’t run

what’s wrong ?

The example works, but not your script. I think you need to double check on the script. I do not know what is wrong with your script.

thanks for the answer.
I don’t see something wrong in the script :frowning: see below

and what is your feature file?

Sorry,

here it is (it simple, it was just to understand how it works )

image

and how you run it?

by clicking on the run button (green button)

Could you remove the word ‘Outline’ from ‘Scenario Outline’?

It goes better but a parsing error

what is your feature file now?

the same

ok it’s a space char between scenario and :

thanks a lot for your precious help

now I can work with Katalon to improve my test

:smiley:

1 Like

I also facing the same issue with the script

If it was the same issue as @MarieD, then the solution that was given to her would also apply to you. Since it doesn’t seem to apply, how about giving us more information about your issue, such as a look at your scenario, or you telling us more about what is at issue.

Edit: ahh. I see you have opened your own question and supplied some screenshots there. Good.

The issue has been resolved now. I got the solution, it was mistake in the cucumber keywords which I used to run the file.