--
Posting rules: http://cukes.info/posting-rules.html
---
You received this message because you are subscribed to the Google Groups "Cukes" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cukes+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks Andrew. I am writing my tests in JAVA, and I still have a few questions (please pardon my Cucumber knowledge-level).
1. Say I have a feature file (named as exitingUserLogin.feature) that has two scenarios each for login and login (both are tagged as @login & @logout respectively). I now have another feature file (inbox0.feature) that has a scenario that asks the User to login and go to the Settings screen and then log out. in this case I basically need to reuse the @login and @login from the other feature file in order to run my scenarios. If I understand correct you are suggesting that this is where I need to use helper method(s), correct? I am not sure what a helper method is or how to use that. So any way you can provide help with that?
2. I still would end up with a bunch of feature files containing all the scenarios. Obviously they will be run based on the Alphabetical order. But what if I wanted to run them in a particular order. Is that even possible?
If you could please…I would appreciate if you could provide the answers in that order (1. & 2.).
Thanks in advance!