I want to develop a network system. It is not based on rails and has no html UI.
Do I have to do BDD in this case? Does using Cucumber make sense?
I want to develop a network system. It is not based on rails and has no html UI.
Do I have to do BDD in this case? Does using Cucumber make sense?
I've used Cucumber plenty for non-Rails applications. It's useful for testing full use cases, regardless of the interface. For example, testing multiple runs of a command-line application quickly.