http://www.francescostrazzullo.info/blog/2016/12/monkey-testing-con-gremlins-js/
https://en.wikipedia.org/wiki/Software_testing
https://www.scrumalliance.org/community/spotlight/mike-cohn/december-2014/test-automation-let-service-be-your-middle-man
Test Automation Pyramid
https://web.archive.org/web/20150315073817/http://www.xprogramming.com/testfram.htm
describe('inner', () => { it('should add correctly', () => { expect(add(2,2)).toBe(4) }); });
const add = (a,b) => { return 4; };
You Aint Gonna Need It
https://github.com/e-xtrategy/javascript-course/
https://prometeia-spa.slack.com/ #formazione