QuestionQ116

Advanced UI automation

In the configuration screen shown, what is the function of the App package and App activity fields?

Question Image

  • A They represent additional capabilities that control the device settings.
  • B They define the unique identifier and entry point of the Android application to be launched on the device.
  • C They define the start page and entry point of the Android application to be launched on the device.
  • D They specify the package version and class name of the application to be launched on the device.
Explanation

An Android package name uniquely identifies the application, and an activity name identifies the application component to start. Appium uses appPackage and appActivity to launch that specified activity in the specified Android application.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!