FitNesse and Cucumber support in RQM
Are there any plans or integrations with FitNesse (acceptance testing vs unit testing) and Cucumber (Behavior driven development testing)?
http://wiki.github.com/aslakhellesoy/cucumber http://behaviour-driven.org/ http://fitnesse.org/ |
2 answers
Hello, I'm trying to view the link that Marc posted above about how he started cucumber test using the command line interface. However I see that this post is almost 9 years old so it looks like it does not work anymore. I was wondering if anyone knows if there are any other updated references related to this subject. Im trying to create an automated testing environment using Cucumber integrated with ETM/RQM and it sounds like that's achievable using CLA. I can't find any good resources online, and Im very new to ETM/RQM so anything can help. Thanks! Comments
Ralph Schoon
commented Oct 15 '22, 12:58 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
https://jazz.net/library/article/809 is still available. I would suggest to start there. The command line adapter works and it is not that complicated. I think the key is to understand that you have to make the location containing the script accessible as a shared location.
Darlene Espiritu
commented Oct 26 '22, 7:56 p.m.
Hello, thank you for your response. I've done this before with a simple bat script but never with any other application. The article states that the instructions will invoke the test tool/application. The test tool/application is the .bat file - can it only be a .bat file? If Im integrating cucumber test scripts, do I need to turn those into a .bat file? Thank you. Why would this even be a concern? If you can call a script, the script can call more tools, script, exe, whatever. Otherwise just try to replace the script with your exe and see what happens. There is no specific integration adapter. There is no indication that there is no way to create an integration. You can use the command line adapter to create integrations to tools that can be called.
Darlene Espiritu
commented Oct 27 '22, 9:25 a.m.
Thanks. And I did ask my own and no one responded there. Sorry to hear.
showing 5 of 6
show 1 more comments
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Benjamin, there are options to start cucumber test using the cmdline interface. It works pretty well! Having the scenarios managed by rtc must give a robust combination. Ive documented my experience on this combination at http://business.vanlint5.nl/html2/cucumber.html