In the previous chapter, we added localization testing capability to our framework, which allows us to test a multilingual app. In this chapter, we will discuss how to spawn and manage multiple driver instances. This will be useful when running tests in a device cloud for parallel execution. Let’s see how to manage multiple sessions in the next section.
Managing Multiple Sessions
Parallel execution requires the triggering of the test suite in multiple devices, ...