DEV Community

Discussion on: Test-driven development in JavaScript

Collapse
 
gregorgonzalez profile image
Gregor Gonzalez

That's exactly what I'm thinking when I code. Everything should work or fail as expected.

When I make big reports I test a lot, specially with dates and SQL and verifying groups of records.

One of our task it's try to predict when something could fail. With experience you become better at it. Since I work with a programmer team I want to know more about testing automation and QA