Page 1 of 1

Specflow BDD Integration with Ranorex

Posted: Mon Nov 18, 2019 7:39 am
by satz
Hello,
I have followed the below blog post for integration
https://www.ranorex.com/blog/how-to-use ... d-process/

It seems the repository https://github.com/ranorex/bdd-specflow hasn't updated for the past two years.

The step definition file not creating the binding based on the feature file.
stepdefinition.png
stepfeature.png
The definition file generated with default feature file.

Best Regards,
sathish kumar

Re: Specflow BDD Integration with Ranorex

Posted: Wed Mar 11, 2020 7:05 am
by ramanaramidi
Hi,

I am also facing the same issue. Could you please help?


Regards,
Ramana.

Re: Specflow BDD Integration with Ranorex

Posted: Thu Mar 26, 2020 3:54 pm
by ramanaramidi
Hi Team,

Could you please help in resolving the below issue?
The step definition file not creating the binding based on the feature file.

Regards,
Ramana.

Re: Specflow BDD Integration with Ranorex

Posted: Thu Mar 26, 2020 4:13 pm
by odklizec
Hi,

Have you tried the steps in troubleshooting section (at the end of integration article)?...
https://www.ranorex.com/blog/how-to-use ... d-process/

Re: Specflow BDD Integration with Ranorex

Posted: Fri Mar 27, 2020 8:53 am
by ramanaramidi
Hi Pavel,

Thanks for the response. The steps given in the trouble shooting section belongs to the C# code file generation. The C# code file "Feature1.feature.cs" is getting generated on saving feature file. But on generating step definition file (i.e from right click on the project and choose Add > New Item > Category: SpecFlow > SpecFlow Step Definition) binding with default feature file (Calculator application) is getting generated. But I have created a different feature file and expecting the step definition file with binding for the same feature file.

I observed that there is no option in feature file to generate step definition(right click -> Generate Step Definition) as it is available in visual studio.


Thanks,
Ramana.