Junit Testing

When ever you write code it is very important to test the various components and classes. If you are using Java then Junit Testing is the most popular and by far the effective methodology for testing. The test classes have to be written and this will enable you to spot any erroneous snippet

Leave a Reply