Project is created to test your code for proper inputs and provide you relief to do the same
As many a times your code failed to address the same
Key benifit of the project
- Your function is tested against all possible inputs ,to make sure your functions works without any issue
- You need not to worry to test your code for all possible inputs
- Each time you update your code and add new paramters , auto tester automatically test the same.