A story about integration test
- maxwellapex
- Sep 7
- 1 min read

In the previous article we went through integration test a bit, and I will tell you a little story about this. Once I worked with other engineers, and the integration test was his job. However, when facing bugs, he refused to fixed it because he claimed that “it is an additional function”. It is actually funny and we were not happy about this. What is the purpose of integration tests? Trying to let different models work together. So, although we do need to fix something, it doesn’t mean that we need to create something. It was a bad experience for me. But on the other hand, at least I learnt that we need to have clear goal and spec sheets for that. I will continue to express others thoughts in the future’s articles.



Comments