Regression Testing: If you don’t do it, you’re a fscking idiot.

Opinion: If you embark on building a major project without implementing some sort of automated testing/regression testing framework along side then you are a fool. What? Regression testing is nothing more than a set of automated tests that are written to test certain parts of your code. Tests can be written to test core bits […]

Marcus Povey

Opinion: If you embark on building a major project without implementing some sort of automated testing/regression testing framework along side then you are a fool. What? Regression testing is nothing more than a set of automated tests that are written to test certain parts of your code. Tests can be written to test core bits […]