Introduction
The article is roughly divided into four parts:
- The first part will briefly introduce some real project data, including time-consuming data before and after optimization so that friends can understand how much optimization space is there for integration testing, and highlight why integration testing needs to be optimized.
- The second part will introduce the composition of integration test execution time through some examples so that everyone knows where the time is spent.
- In the third part, I will remove the "cloud" of the Spring test framework source code, and take the friends to briefly understand the principles of Spring integration testing.
- Finally, I will give some useful suggestions for optimizing the execution time of Spring integration tests.
Integration Testing
Here are a few words. We have been pursuing automated testing for a long time. The fundamental reason is that automated testing is more reliable and cheaper than humans. Integration testing is an integral part of automated testing.
from DZone.com Feed https://ift.tt/3g2JU5H
No comments:
Post a Comment