Software Engineering - Week 4
This week in my Software Engineering Class, I learned about Selenium System Testing and using the Chrome Driver to create automated tests. I wrote 5 unit tests this week using SpringBootTest and the MockMVC framework. I learned a lot about how tests should be laid out and testing one method at a time so everything is contained and other methods don't affect each other and the tests don't affect each other. Using Selenium and the Chrome Web Driver was something new that I hadn't had experience with before and I enjoyed learning about creating automated tests. I have loved learning a lot of new things every week and look forward to learning more in the coming weeks.