BDD Framework using Rspec
Coupon Details
BDD Framework using Rspec, End to End case study with Selenium Webdriver.
RSpec is a Behaviour-Driven Development tool for Ruby programmers. BDD is an approach
to software development that combines Test-Driven Development, Domain Driven Design,
and Acceptance Test-Driven Planning. RSpec helps you do the TDD part of that equation,
focusing on the documentation and design aspects of TDD.
Here we are going to Cover
– Basic BDD Concepts
– Setup Ruby and Rspec
– Write test cases in Rspec
– Generate Report
– End to End case student for Selenium-Ruby-Rspec