Week 81
Summarize in a few sentences what you have learned this week This week I learned that larger tests are important because they can verify how entire systems work together, while unit tests only verify individual components. I also learned about the tradeoffs of larger tests, such as higher cost and longer execution time, as well as the importance of using realistic test data, maintaining clear test ownership, and choosing the right testing strategy to improve software reliability.