Appium Tutorial | Mobile Automation Testing | Run iOS Test in Appium | iOS Mobile App Testing |

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • Step-by-step guide on how to write your first iOS test in Appium Framework to click on an element in the iOS mobile application.
    iOS Demo Application - github.com/app...
    Steps:
    1. Start a new Appium session in the Inspector by using the below capabilities
    {
    "platformName": "IOS",
    "appium:automationName": "XCUITest",
    "appium:app": "/Users/xxx/IdeaProjects/AppiumTest/apps/UIKitCatalog.app"
    "appium:deviceName": "iPhone 15 Pro",
    }
    2. Inspect the element in the mobile application
    3. Copy the AccessibilityId locator value
    4. Use the element locator in your TestNG method to click on the element
    5. Run the Appium test
    GitHub Project - github.com/qas...
    -----------------------------------------------------------------------------------------------------------------------------------------------
    Online Training Courses:
    Tricentis Tosca - www.qascript.c...
    Java - karpadoschool....
    Tosca Interview Pack:
    www.qascript.c...
    Tosca Technical Support:
    topmate.io/bij...
    Follow us on Instagram:
    www.instagram....
    Join our WhatsApp Group:
    chat.whatsapp....
    Follow me on LinkedIn:
    www.linkedin.com/in/bijanpatel
    Talk to us directly:
    support@qascript.com
    -----------------------------------------------------------------------------------------------------------------------------------------------

Комментарии • 2

  • @AyyAppA_009
    @AyyAppA_009 3 месяца назад

    Thanks for the correction