In the previous chapter, we created methods to generate screenshots to be added to PDF reports. In this chapter, we will discuss ways we can test multiple apps and multiple versions of the same app in the same test suite. We will start by discussing a best practice you should follow.
Best Practice You Should Follow
Running multiple app versions, and especially multiple apps, in same test suite is not a good practice. Ideally, if you want to run a test suite ...