Configuring cucumber with Radiant Application: The command > ruby script/generate cucumber does not succeed in case of Radiant application. Issues encountered: The command >ruby script/generate cucumber cannot be executed. It gives error “Couldn’t find ‘cucumber’ generator” Possible reason & solution: Seems that this is because Radiant Application does not use generator and looks for generators … Continue reading Cucumber Configuration with Radiant
Tag: cucumber
Start with Cucumber—>A utility for automated testing
Cucumber Introduction: Cucumber is the Acceptance Test Driven Development called Acceptance Test Driven Planning. In this type of testing we use customer acceptance tests to drive the development of code. Thus it is collaborative effort between the customer and the delivery team. Sometimes they are written by the delivery team and then reviewed/approved by the … Continue reading Start with Cucumber—>A utility for automated testing