Description
Book SynopsisLearn the principles behind test-driven development (TDD) and behavior-driven development (BDD) and see how Jasmine, RSpec and Cucumber can be used to your advantage. This book examines some of the leading technologies used for testing. You'll see how to use Jasmine's features to work with a JavaScript application. You will learn how to use Mini Test and RSpec with Ruby and Rubymine. Finally, you'll use Cucumber to develop your software using a BDD approach. Understanding test automation is a vital skill for any web developer. Practical Test Automation breaks down for you some of the important TDD and BDD technologies on the modern web. What You'll LearnTest an example JavaScript application with JasmineUse Jasmine with JS BinWork with Minitest for test-driven developmentTest an example Ruby project with RSpecUse Cucumber and Gherkin for behavior-driven developmentIntegrate Cucumber with RSpec Who This Book Is ForThis book is for anyone who wants to learn test automation and more a
Table of Contents
Practical Test AutomationChapter 1. Introduction to Jasmine
Chapter 2. Advanced Jasmine
Chapter 3. Using Minitest
Chapter 4. Introduction to RSpec
Chapter 5. Useful RSpec Tools
Chapter 6. Introduction to Cucumber
Chapter 7. Advanced Cucumber