|
We write automated tests that verify the code that we write. These tests can be run at any time, quickly checking all the areas of functionality. This enables us to confidently add new requirements without affecting existing code.
These test ship with your code. As more functionality is added,
more tests are added along with that functionality. You can always
be confident that your code been thoroughly tried and used before
you get it.
Building automatic tests is just another way Intact is able to confidently
deliver higher quality code.
|