March 2024
Intermediate to advanced
264 pages
7h 8m
English
This chapter covers
In chapter 6, we discussed unit testing in Rust. In this chapter, we’ll discuss how to use integration testing in Rust, and how it compares to unit testing. Both unit testing and integration testing are powerful strategies to improve the quality of your software. They are often used together with slightly different goals.
Integration testing can sometimes be a little more difficult because it may require more work to create harnesses and test cases, depending ...
Read now
Unlock full access