We have two Applications - Web app and Android Native app. Changes Done in web application affecting on Android application and vice versa. I want to run a test with Selenium WebDriver that will check if Android application is responcible to Web Application changes.
What i thing is: 1. Setup Selenium WebDriver and Appium for Android. 2. Implement the Test so that I can run two instances (Web and Android) 3. Implement the Test so that I can check in one Test that changes done in Web App affect in Android app.