Software Engineering - Week 2

Week 2 has been a lot of coding and teamwork with our software development assignment. The project entails making a functioning REST Backend with Spring Boot Java and JPA project that acts as a University System for enrollments, assignments, and grades. The majority of our time this week went into Assignment 2. Figuring out the RESTful backend using Spring Boot Java and JPA was a formidable yet rewarding task. Working with the team and keeping communication was a major factor in us making everything work well together as a team.

Testing everything with Postman was tough and very time-consuming but it showed that everything was working properly or if we had to work out bugs, which we had many.  I learned a lot and am excited to get into React next week!

A Mock object, in unit testing with JUnit, is a simulated version of a real object. It allows for controlled and predictable behavior during testing. The primary purpose of using mocks in unit testing is to isolate the code under test. You can focus on testing the specific code unit being tested, without worrying about the behavior of external components. This makes it easier to identify and fix bugs in the code being tested and ensures that test results are consistent and reliable.

Comments

Popular posts from this blog

Learning Journal Final Entry...

Software Engineering - Week 8

Computer Networks - Week 8