CI with Jenkins for Javascript: Part 2: Static Analysis

2014-11-15 7 min read Longer Tales Javascript Workplace Tales
Part one So. We’re up, we’re unit testing, we’re publishing results. But unit testing is only as good as the tests themselves, and that depends heavily on the programmers’ ability to write good tests. Maybe we want more than that. Maybe we want a metric that isn’t essentially self-reported. Maybe we want static analysis. What is Static Analysis Static Analysis is a category of testing techniques that covers any metric of code that can be collected without executing the code. Continue reading

CI with Jenkins for Javascript: Part 1: Unit Testing

2014-11-01 6 min read Longer Tales Javascript Workplace Tales
In a lot of ways, the Javascript world feels like it’s trapped in the year 2k: the dot com bubble is swelling huge, and nobody has time for best practices, it’s time to reinvent everything and strike it rich. As an SQA professional, it’s immensely frustrating to outline a technique and be told “Javascript doesn’t do that.” (That’s one of three answers that ought to be banned from a webdev’s vocabulary; the other two are “I think jQuery does that” and “Maybe with Node? Continue reading
Newer posts