For this project we did all communication and planning through MS Teams. We used a group chat and the Team Page as well to coordinate and see where everyone was in their tests. The most important parts to our overall communication are the weekly meetings through MS Teams group calls and our multitude of tabs on our page such as our wiki and meeting agenda. This makes sure that we are all on the same page and that we can go through the different requirements of the project to make sure everything gets done. Those that cannot attend the call will have everything we talked about in the Team channel. We also regularly talked and asked questions throughout the week so there was no lack of communication.
Actually completing the project was not entirely difficult for me and it seems the rest of the group had very little problems as well. Sitting down and doing the tests were not super difficult. Looking at the included tests from the professor for the LinkedList class helped in seeing what kind of formatting and details was required. I did have a list of assertions for JUnit open in a tab so that I can see what all the assertions were and what they did to make sure I was using the right ones. On that note I will say that the assertThat() assertion that was used in the LinkedListTest class was something that I could not get to work perfectly. Not the biggest of problems since I just used other types of assertions. I had fun creating these tests and creating all the tests that were needed to test the methods was a nice problem to solve. On a personal note creating tests for the methods (for any class or assignments) always has me worried if I am being thorough enough. However I do believe I reached the thoroughness needed for the respective Cyclomatic Complexity of the method.
Everyone was finished with their tests by Tuesday which allowed us to merge everything and test everyone’s tests to make sure they merged and worked well in everyone’s environments. On Wednesday we did the final merge and wrapped all the necessary parts of the project.
I have no complaints for this project. Everyone in my group completed their tests, communicated when they were done and asked questions when they needed help. Working with Github was easy (especially using Gitkraken) and merging and pulling were quick and easy to do.