• Subscribe
  • Do you always add test cases for each new feature?

    Harshil Sharma
    1 reply

    Replies

    Gautham Santhosh
    I guess it depends on how many users and how big the feature. But i am a big fan of integration tests. If i see a bug in production, i add a test case for it and then fix it. So that in the future that it gets caught.