Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 854 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 854 Bytes

About This Project

🚀 This project explores the integration of Cucumber and Ruby for test automation. It aims to create readable and collaborative tests while following an online class.

Tech Highlights

  • Cucumber: Facilitates behavior-driven development (BDD) with human-readable tests.
  • Ruby: Provides elegance to the test automation process with its dynamic, object-oriented nature.
  • Capybara: Simulates user interactions with websites for web-based test automation.
  • RSpec: Enhances test clarity with its behavior-driven development (BDD) framework for Ruby.
  • Selenium WebDriver: Empowers browser automation for testing web applications.

What to Expect

This project focuses on crafting test cases while learning from an online class. Expect insights and code snippets as I navigate testing intricacies in the Cucumber-Ruby universe.