OSP123 / post-grad-curriculum

A curriculum for additional learning for those graduating from the university-based coding programs.
88 stars 36 forks source link

TDD/BDD #5

Open OSP123 opened 6 years ago

OSP123 commented 6 years ago
OSP123 commented 6 years ago

From @jaysonjphillips:

Testing: Types and Strategies I think unit and integration testing are crucial topics post (if not pre but that's for another repo :)) graduation that students will need more and more of for being in the marketplace and also for differientation purposes (some places in the Bay more stringently screen for testing than others, for instance, but almost all these days have testing integrated and in their workflows).

DaC00P commented 6 years ago

Frameworks to cover for front end testing: 1) Jest + Enzyme 2) Chai + Mocha 3) ..?

OSP123 commented 6 years ago

I think those are good to start off with. We would prefer to start doing testing on technologies the students have already worked with before moving on to testing on stuff like Rails.

So, React and JavaScript testing sounds great. @multishifties has actually created lesson plans on testing JavaScript with chai and mocha. I made a ridiculously long 2-hour video on this as well but I need to update it. See if you can utilize existing resources before building something new.