Parallel test execution is crucial for when we want to scale our testing efforts and reach a faster time to market.
When testing dual-way communication apps, such as Whatsapp or Telegram, sender and receiver tests needs to be synchronized.
In this short session, we will see how such tests can be created and executed in parallel on two iOS devices, in parallel.
One test will be running the "sender" part sending a message, and another will be the "receiver" end, awaiting it.
The tests will run on iOS 15 physical devices, using Appium and Windows operating system.