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

Sdílet
Vložit
  • čas přidán 23. 08. 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...
    Interview Pack:
    www.qascript.c...
    1:1 Technical Support:
    topmate.io/bij...
    Follow us on Instagram for Career Advice & Job Search:
    www.instagram....
    Join our WhatsApp Group:
    chat.whatsapp....
    Follow us on LinkedIn:
    / qascript
    Talk to us directly:
    support@qascript.com
    -----------------------------------------------------------------------------------------------------------------------------------------------

Komentáře • 2