MarieD
March 19, 2019, 7:35am
1
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.
MarieD
March 19, 2019, 8:15am
3
thanks for the answer.
I don’t see something wrong in the script see below
and what is your feature file?
MarieD
March 19, 2019, 8:21am
5
Sorry,
here it is (it simple, it was just to understand how it works )
MarieD
March 19, 2019, 8:27am
7
by clicking on the run button (green button)
Could you remove the word ‘Outline’ from ‘Scenario Outline’?
MarieD
March 19, 2019, 8:41am
9
It goes better but a parsing error
what is your feature file now?
MarieD
March 19, 2019, 8:51am
12
ok it’s a space char between scenario and :
MarieD
March 19, 2019, 8:53am
13
thanks a lot for your precious help
now I can work with Katalon to improve my test
1 Like
I also facing the same issue with the script
shahrukh.shaikh:
the same issue
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.