In a previous article, I focused on the lowest level of the test pyramid, the unit tests. Today, I’ll move to the other end of the spectrum and show some examples of how to build high-level tests.
What is a high-level test?
To get it out of the way,…