Java Project 3
In this Project I created a calendar application, which does three sort of tests, interactive,
traditional and unit testing. To test I created the main application called calendar which uses static
method. In this method I have created object, array, and used set and get method. To test, I did
interactive test first, and it was done to take the user input and then providing the day for
that specific date. This allows to test all the dates in the calendar, which would make it certain that
the code is working as intended. Traditional test was done with existing data, the dates are
initialized in the code itself. This is easier if I want to test few scenarios. Unit test was done to
make sure that what result I am excepting matches with the code output.