Welcome to the world of seamless REST service testing with Rest Assured! If you are a developer or automation engineer seeking a reliable solution to validate RESTful APIs, you have come to the right place! Rest Assured is not just another testing tool. It is an open-source Java DSL designed to simplify the testing process … Continue reading Rest Assured Framework: A Guide to Using Cucumber/BDD and Java Language
Tag: cucumber
Cucumber Configuration with Radiant
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
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
