Appium for Beginners | How to get appPackage & appActivity | QA Automation Alchemist

Поділитися
Вставка
  • Опубліковано 15 жов 2024
  • This video will explain about necessary installations required for Mobile test automation using Appium.
    1. Open Android Studio and start AVD (cold boot)
    2. Open Intelij and create Java maven project with appium dependency
    3. Understand how to get apppackage & appactivity
    a. start appium server
    b. adb devices
    c. adb shell
    d. dumpsys window displays | grep -E 'mCurrentFocus'
    e. dumpsys window displays | grep -E 'mFocusedApp'
    4. Run the test script
    References:
    www.automation...
    github.com/Muk...

КОМЕНТАРІ • 2

  • @red10-qh3qz
    @red10-qh3qz 2 місяці тому

    Thank you. You were successful in finding the app packages and activities.
    However, there is one exception and I have a question.
    For the apps I see, there is a short splash activity, and then it turns into the main activity.
    I know there are many apps with this process, but how should I implement it in this case?

  • @Aromal-p7q
    @Aromal-p7q 5 місяців тому

    Thank you so much bro