Hello friends
In this lecture we will learn about Test Driven Development(TDD) using Ruby and RSpec. We will go through the phases or steps of TDD like Red-Green-Refactor.
Red: Write a test that fails (because the feature is not yet implemented).
Green: Write the minimum code needed to make the test pass.
Refactor: Clean up the code while ensuring all tests still pass.
And we will do it practically.
Please watch the complete lecture for a better understanding of TDD practices.
Thanks
Download
0 formats
No download links available.
Test Driven Development using Ruby and RSpec - Part 1 | NatokHD