Automated Testing (TDD) with Ruby, RSpec, and Guard

preview_player
Показать описание
What is automated testing and test driven design? In this video I'll cover testing automation a little more in depth and show how it can improve your confidence as your write code. Good automated tests run quickly and show you that you are not introducing regressions. This is critical for limiting the bugs that you introduce into your software. These concepts are universal and should for most languages.

❤️ Support the channel!
----------------------------------------------
* I make a commission when you use this link. It doesn't cost you anything. Win-win!

🔍 Find me online
----------------------------------------------
Рекомендации по теме
Комментарии
Автор

thanks for a good explanation, it is hard to follow the cli just because the camera window hides it.

Автор

Question: How can one implement the GUI behind a Sinatra app, using TDD? It seems like you would still have to submit using html forms for capture by the app, etc. So wouldn't validations just work as well?

BeeRich