DEV Community

Discussion on: March 11th, 2022: What did you learn this week?

Collapse
 
canro91 profile image
Cesar Aguirre

I learned to use test data as real as possible when doing testing locally or on development environments. I had a bug in a SQL query where I passed the wrong parameters, but it seemed to work fine because I used "1" in all columns as the test value for my local tests. I only realized until I populated my tests with "almost" real data.

Collapse
 
nickytonline profile image
Nick Taylor

BB-8 giving a thumbs up