ReqNRoll standalone runner and dynamic feature definitions #45
-
I'm not sure if this is a new idea per se, but am interested in your knowledge of our proposed use case.
The specific case is that we have a complex set of applications with varying configurations, such as URL, hostname, port, etc. We want to be able to execute a command line task to verify specific behaviors of the system as a whole, typically subsets of defined features. Could anyone share any thoughts or feedback on this idea? Perhaps there is some more suited tool, or ReqNRoll is entirely suited for this via some specific methods, I am unsure! Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi @JonAdamsFromNC, I've been using Specflow for a few years, in quite complex projects, for backend and frontend testing and I've already tested the same projects with Reqnroll, and the result was equally satisfactory. I can share my experience:
I don't know if I was able to help with these points, but it has worked very well, maintaining responsibility for the documentation feature, but allowing full flexibility in relation to environments and test sets being executed. And this works locally or in a pipeline, where the configuration json file has environment variables for each environment in which the test will be executed. The only point that I haven't yet migrated my personal study projects to Reqnroll is that I need the HTML Report, in the case of Specflow, LivingDoc, but other than that the tool has just been launched but it is very powerful and I am confident that it will become even more shortly! So I really encourage its use out there! And you can be sure that having an HTML report I retire Specflow and migrate to Reqnroll. |
Beta Was this translation helpful? Give feedback.
@JonAdamsFromNC For that need, please check the ExternalData plugin. (You can replace the external data between executions, so with that you can achieve an almost dynamic behavior.)