Setup IOS simulators and run Appium test with latest version

Поделиться
HTML-код
  • Опубликовано: 22 сен 2022
  • #appium_java_tutorial_qavbox #appium #java-client #mobiletesting
    This video will explain how to Setup IOS simulators and run Appium test with latest version.
    Appium server - 2.x
    Appium java-client - v8.x
    Xcode ios simulator
    Complete tutorial - bit.ly/qav_appiumtutorial
    code base - github.com/sunilpatro1985/App...
    Subscribe to this channel -
    bit.ly/youtube-qavbox
    Blog posts -
    qavalidation.com
    Make me awake & feel fresh always, so I can bring lot's of interesting topics for you all, Buy me a coffee?
    buymeacoffee.com/qavalidation

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

  • @sedahayrapetyan-zn7iq
    @sedahayrapetyan-zn7iq 8 месяцев назад

    Thank you, you helped me so much :)

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

    A good tutorial,, thank you.. In latest Xcode ,it is not allowed to drag and drop and install .ipa , How can I handle it ?

  • @SuperMeGo0
    @SuperMeGo0 Год назад

    Brother can yoy help me with how to set iOS clipboard by the code with java 8 ?
    you will be appreciated 🙏..

  • @arsalan208
    @arsalan208 8 месяцев назад

    Appium inspector not launching device xcodebuild erorr 65..

  • @Coc692
    @Coc692 Год назад

    Thanks for the helpful video. But I have a question: Is it possible for multiple developers to access a single Real Device via Appium Server?

    • @qavbox
      @qavbox  Год назад

      Hello, appium sever is used to run tests on mobile bile device, didn't get your point of why the Devs want to access?

    • @Coc692
      @Coc692 Год назад

      @@qavbox It's done! I wanted to set up the Appium server so that an iOS device is always accessible to multiple developers so they can test their apps on that device. It would work, but doesn't make sense because only one session can run on the device and the new session breaks the previous one! This affects our workflow.

  • @prabhasvlogs29
    @prabhasvlogs29 6 месяцев назад

    Hmm

  • @radwa7555
    @radwa7555 Год назад

    So I don't need to change anything in the WebDriverAgent?

    • @qavbox
      @qavbox  Год назад

      To use updated appium server you don't need to make any changes.
      If getting any issues with webdriveragent installation you can refer to qavalidation.com/2021/01/appium-error-unable-launch-webdriveragent-because-of-xcodebuild-failure.html/

  • @kavitha-99
    @kavitha-99 11 месяцев назад

    what are the desired capabilities when a real device is used instead of simulator for appium inspector?
    {
    "platformName": "iOS",
    "appium:platformVersion": "16.6",
    "appium:udid": "xxx000a1223",
    "appium:app": "fullpath for ipa file",
    "appium:automationName": "XCUITest",
    "appium:deviceName": "my iPhone"
    }
    Is this good enough? Can you please clarify?

    • @qavbox
      @qavbox  11 месяцев назад

      That should be enough, but your app must be signed and eligible to install on iPhone real device,
      If app is pre-installed then you can use bundleID instead of apoium:app
      If you want to install the app explicitly, then follow the instructions as here github.com/appium/appium-xcuitest-driver/blob/master/docs/real-device-config.md

  • @leaautoman
    @leaautoman Год назад

    may I know what is the name of this code editor? (timer 11:33)

    • @qavbox
      @qavbox  Год назад +1

      It's inteliJ editor with dark theme

  • @vikramvikki4265
    @vikramvikki4265 Год назад

    How to do the same in tvOS?... While running the code am getting error "no UDID found"

    • @qavbox
      @qavbox  Год назад

      Are you using real device or simulator?

    • @vikramvikki4265
      @vikramvikki4265 Год назад

      @@qavbox on real device....sir, I have mailed you regarding this issue...please help if possible....

  • @hemantpatil2511
    @hemantpatil2511 Год назад +1

    Is there any way by which we can do ios testing on windows?
    If yes let me know
    Thanks

    • @qavbox
      @qavbox  Год назад +1

      No you can't, but if you have cloud providers like browserstack or saucelabs, you don't need macOS to run ios tests!

    • @moomoo5198
      @moomoo5198 Год назад

      @@qavbox yes you can i just did it. It has to be done through remote. your test will be sitting on windows. You remote appium to mac sim from windows system. windows -> appium framework -> appium server (sitting on mac) -> ios App (sitting on mac)

    • @dhamotharanr658
      @dhamotharanr658 Год назад

      @@moomoo5198 do you have any reference video for that

  • @Parth_Patel_7
    @Parth_Patel_7 4 месяца назад

    getting this error any solution ?
    Failed to create session. An unknown server-side error occurred while processing the command. Original error: Unable to launch WebDriverAgent because of xcodebuild failure: xcodebuild failed with code 70. This usually indicates an issue with the local Xcode setup or WebDriverAgent project configuration or the driver-to-platform version mismatch. Consider setting 'showXcodeLog' capability to true in order to check the Appium server log for build-related error messages.

    • @qavbox
      @qavbox  4 месяца назад

      This probably happens if you recently upgraded the iOS version of iPhone.
      Better uninstall and install the appium using npm command and retry!

  • @RaffaeleSellittoNiInF
    @RaffaeleSellittoNiInF 10 месяцев назад

    It is necessary an Apple Developer account ?

    • @qavbox
      @qavbox  10 месяцев назад +1

      Not required if you want to run tests on simulators, but to run the tests on real device you need apple dev account for app signing.