2 Ways to find appPackage and appActivity name of your App

When you write test scripts with Appium, it usually involves launching an app first and then performing some actions on it. For example, let us suppose that you are testing WhatsApp. And your test case is to verify that you can send and receive messages. To test this, your code would first launch WhatsApp and … Continue reading 2 Ways to find appPackage and appActivity name of your App