DEV Community

Discussion on: The Testing Introduction I Wish I Had

Collapse
 
priteshusadadiya profile image
Pritesh Usadadiya • Edited

Writing a test that passes isn't always good. There's been cases where I get a test passing, but when I deliberately change it to fail, it still passed and I realized it was busted.

Always, always, always beware of False Positive.

Awesome introduction to Testing @maxwell_dev . Didn't knew about Percy. i will surely check it out

Collapse
 
maxwell_dev profile image
Max Antonucci

I have a few False Positive horror stories, and I actually wish I'd called them that since it's a great way to sum up that testing issue!

And definitely check out Percy, part of me hopes it can be a more reliable, mainstream VR tester for programmers someday.