Parallel Execution in Appium in just 15 minutes! || Automation || TestNG || Mobile Apps || Java

Поделиться
HTML-код
  • Опубликовано: 20 дек 2020
  • Almost every company has its own app and we cannot manually test everything everytime, so there comes the need to do automation and if you are automating multiple flows in your app then it will take a lot of time for the whole execution to be completed, so there comes the need to do parallel execution.
    By parallely executing the script, we can save our time and we can also increase the test coverage by running the same script on multiple devices and multiple OS at the same time.
    In this video we will learn how to do parallel execution in appium step by step.
    If you want to learn how to build an automation framework from scratch, you can watch the video from here: • Building Selenium Auto...
    If you want to learn how to do parallel execution in selenium, you can watch the video from here: • Parallel Execution in ...
    Did you know that I rejected the offer from Adobe? Do you want to know the reason and do you want to know the questions that they ask in their interview process? You can watch the video from here to get all the insights: • When I rejected the of...
    Please like, share and subscribe and do let me know the feedback in the comments section.
    Thank you!

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

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

    Fantastic walk thru. Thank you!

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

    Thank you Sameer, nice explanation.

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

    Nicely explained..!! Thanks for the video..

  • @sujeetkumar-dt7xk

    Thanks bhai

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

    Very helpful!

  • @rameshkala5741
    @rameshkala5741 2 года назад

    Hi Sameer, First of all, thanks for the nice video that you made for parallel execution. My question is what are the different maven dependencies added in this parallel execution project, could you tell me those exact version numbers and what is the Appium server version you have installed?

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

    How would you convert a page object model framework over to use this setup which uses PageFactory vs ElementFetch?

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

    Awesome video. Maybe somebody knows, what if I need to get "startActivity" specific to AndroidDriver during the test, to validate changes in another app? ((AndroidDriver) driver).startActivity doesn't work because of ThreadLocal as I think.

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

    Hello Sameer, i understand u use port number for different devices, however if my device are on browser stack or some other cloud like seetest, i just need to provide the same url coz in that case there is no port number to be parameterized right?

  • @payalgoyal6346
    @payalgoyal6346 3 года назад

    Hi Sameer, Thanks for the explanation. In this video, You have explained how to run 2 different test cases on 2 deices. How can we make 1 test case to run on multiple deices in parallel?

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

    Hi, How can I make a test suite to run on multiple devices in parallel? For example, i want 5 tests run in 2 devices randomly.

  • @katdareshruti
    @katdareshruti 2 года назад

    Any reason why initiateDriver is in @BeforeMethod and not @BeforeClass?

  • @automationtester5555
    @automationtester5555 3 года назад

    Great Video...Sameer how we can take the screenshot because Takescreenshot method needs static driver but in our case its not static

  • @sakshamsinghal1688

    Hi Sameer , actually my 2 emualtors are open but system is crashing at the same time can you please suggest some solution

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

    Hi Sameer, very nice and explained video. Thanks a lot for it.

  • @annasonita1186
    @annasonita1186 3 года назад

    Thanks you very much for sharing. Could you share the source code?

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

    how he set KEY and automatically change to CapabiltyName??

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

    Thanks for sharing the knowledge. Do you have any other videos or planning to record more videos on Appium? Thanks in advance

  • @piggy-piggy
    @piggy-piggy 3 года назад

    please share complete framework git url

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

    Hi sameer hope u r doing good can you please share github link of this code