Systems | Development | Analytics | API | Testing

January 2024

How Does #Cucumber Help in #SoftwareTesting Life Cycle? | Maheshwaran VK | #AutomationTesting

In this video, Maheshwaran VK demystifies the Cucumber Framework, exploring its necessity, applications, and benefits in the software testing life cycle. Maheshwaran sheds light on the key aspects of Cucumber, addressing questions about its relevance, essentiality, and role in the testing process.

Behaviour Driven Development in Ruby with RSpec

RSpec is a library for writing and running tests in Ruby applications. As its landing page states, RSpec is: "Behaviour Driven Development for Ruby. Making TDD productive and fun". We will return to that last part later. This post, the first of a two-part series, will focus on introducing RSpec and exploring how RSpec especially helps with Behaviour Driven Development in Ruby. Let's dive in!