Testing is one of my favorite subjects. For me, automated testing has two goals: Enables faster iteration loops Ensure that when I change code, the old code behaves as it did before. In the projects I'm involved in, I try to make writing and running a test easier than executing the code in the browser manually.
Thanks, Rado! It was very useful as always :)