651 Views
How do you determine what should be tested and how much of your code should be covered? A good base for whether or not you should test a portion of code is the frequency of change if it's something that changes frequently or has a potential to be integrated with other parts of your code you want to make sure it is covered if anything breaks or fails you want to know that right away during development.
0 comments