DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Self Improvement Integration Testing With ScalaTest and MongoDB

Our path to integration testing on Scala project using Play! framework, ScalaTest and MongoDB.

Software The Evolution of Good Code

A talk describing how best practices for writing code have changed throughout the last 21 years. What do we think of as good code, and how has our perception of good code…

Software All you need know about testing

A guide of good practices on testing and how write good tests.

Software Where to test first?

Don't start writing JavaScript code with unit tests! And let's find out why... :) #OdessaJS, Lightning talk at OdessaJS 2014 For English speakers: 8 — describe("puddle",…

Software Building unit tests correctly with visual studio 2013

Unit testing is now considered a mainstream practice, but that does not mean it is as common, pervasive or as well understood as it could or should be. Many programmers struggle…

Technology Unit testing (eng)

● What is Unit Testing? ● Benefits ● What is Test Driven Development? ● What is Behavior Driven Development? ● Categories of (Unit) Tests / Software Testing Pyramid,…