CST 438 - Week 6
This was our sixth week in CST 438 - Software Engineering. Reflection Last week we coded the front end for our group project, making the web services fully functional (at least when being ran locally). This week we added system tests to portions of the website. Instead of testing individual methods with like unit tests, the system tests we wrote test that the services that make up the website work correctly when running. I wrote a system test that logged in as an instructor, created an assignment, and graded said assignment. The code reveiw for my code went well, with only minor changes being suggested. We also read about CaaS, which a wrote a little about below. SAG Ch. 25 CaaS stands for Compute as a Service , and involves either buying or renting the computing power to run programs. Overtime an organization may experience an increase in the following metrics: Number of different applications to be managed Number of copies of an application that needs...