Unit Testing with Ruby

Go to class
Write Review

Free Online Course: Unit Testing with Ruby provided by Pluralsight is a comprehensive online course, which lasts for 3-4 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Pluralsight. Unit Testing with Ruby is taught by Rag Dhiman.

Overview
  • This course will teach you how to test your Ruby application manually and automatically, using commonly used unit test frameworks.

    Manually testing and automating the testing of your software are crucial when developing and architecting that software. In this course, Unit Testing with Ruby, you’ll learn to test your Ruby application manually and automatically. First, you’ll explore Ruby tools and techniques for manually testing and debugging your application. Next, you’ll discover commonly used unit test frameworks to test your code automatically. Finally, you’ll learn how to fake application behavior for testing purposes. When you’re finished with this course, you’ll have the skills and knowledge of manually and automatically testing Ruby applications needed to develop reliable applications.