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.
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.