Which platform-specific capabilities should be set when testing an Android application with Appium?

  • appPackage and appActivity
  • browserName and deviceName
  • bundleId and udid
  • platformName and platformVersion
When testing an Android application with Appium, it is essential to set platform-specific capabilities like appPackage and appActivity. These capabilities specify the details of the Android app being tested, ensuring the correct application is launched on the device.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *