XCUITEST AUTOMATION

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

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

  • @AkashGaikwad-p4h
    @AkashGaikwad-p4h 5 месяцев назад

    This video was really helpful, Thank you Prashant!!

  • @tamilbiker
    @tamilbiker 2 года назад +1

    Hi Prashant its one of the useful video keep doing more videos

  • @AmitSingh-nr8jz
    @AmitSingh-nr8jz 2 года назад +1

    awesome explanation

  • @bhavanas9166
    @bhavanas9166 2 года назад +1

    Thanks for these videos . And Can you make a video on XCTest HTML reports

  • @Tonkuz
    @Tonkuz 3 года назад +1

    Good one, thanks

  • @okey1317
    @okey1317 3 года назад +1

    Thanks a ton Prashanth!
    Three questions
    1. When using Appium to automate iOS, is Appium utilizing this same XCUITTEST library?
    2. Does all the test cases start from launching the app? We cant directly launch and test some specific page right?
    3. When the final app is release are all these test cases bundled with the app?

    • @iammikeDOTorg
      @iammikeDOTorg 2 года назад +2

      1. Yes. Appium is a layer atop the native frameworks.
      2. Typically, yes. If you work with your development team they could potentially provide you hooks to various screens and states in the app, which you can get to by providing launchArguments, but in my experience this is difficult to get done. If you application is complex you can write a sort of launch helper that will perform all the steps to get to various states. It will be slow, but is reusable.
      3. No, these live within their own project target.

    • @okey1317
      @okey1317 2 года назад +1

      @@iammikeDOTorg I loved that late reply. Thanks your a lot

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

    Thank you bro