Thursday, February 2, 2017

Getting into JavaScript testing

https://jasmine.github.io/1.3/introduction.html

https://github.com/jasmine/jasmine/releases?after=v2.3.0

https://github.com/jasmine/jasmine#installation

https://mochajs.org/#getting-started

https://qunitjs.com/

Sara Raasch: Javascript Testing - Unit tests, TDD, BDD, IDK. | js.la July 2016
https://www.youtube.com/watch?v=Fjc_cwPDbNY
(mentions unit testing and integration testing and behaviorable driven development)

 --mentions that mocha is a behavior driven testing framework that lets you chose your assertion library (she is using chai as her assertion library)
-- get requirements from product people...

Test-driven development: Write better code in less time by Evan Dorn
 (https://www.youtube.com/watch?v=HhwElTL-mdI)
 -- write cleaner, better code, faster...

oops, I already wrote the code?

Here is a gentler introduction to Unit testing with example from Udacity:

https://www.youtube.com/playlist?list=PLAwxTw4SYaPkv4LG-0UHNfhPkKPfYacOg



No comments:

Post a Comment