Run UI Automation Tests using Selenium Grid and Azure Container Service (AKS)

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

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

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

    this tutorial saved my job. thank you so much!

  • @PrashantTiwariGoogleDoodle
    @PrashantTiwariGoogleDoodle 5 лет назад

    Awesome Srikanth
    You have detailed out almost everything i was looking for.
    Keep you posted if got any doubt/questions.
    Once again thank you :)

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

    wow this is awesome.. You should create more videos and it will be very useful for all

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

    Thank you sir for the great explanation.. Dil se sukriya

  • @mahboobsiddiqui5398
    @mahboobsiddiqui5398 5 лет назад

    Thank you so much Srikanth! It was awesome session learned many things from it...

  • @neeraj155
    @neeraj155 4 года назад +1

    Hi Srikanth is there any way I can see live UI of Pods during test run ?

  • @jony0782
    @jony0782 5 лет назад

    Hi Shrikant, Does the image used here is meant to be execute Grid on port 4444 only. Other ports are not working ?

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

    How can we do this via yaml pipelines ? so we need no to run all these commands. Good video.

  • @frankfu1122
    @frankfu1122 5 лет назад

    Great rundown. Would be good if we can simply deploy the sample using a ARM template to try it out.

  • @FarhanSharif-p3q
    @FarhanSharif-p3q Год назад

    Can you create one with setting up appium with selenium?

  • @FarhanSharif-p3q
    @FarhanSharif-p3q Год назад

    How to run test cases on Azure devops with selenium with appium?

  • @suryaguntur2342
    @suryaguntur2342 5 лет назад

    Hi Srikanth, Can you confirm if Visual studio is required for running UI tests on azure? I am using Ruby currently and virtual box on mac book to run webdriver tests on IE. Can I point the existing ruby scripts to Azure and run? Can you please let me know? Thanks in advance

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

    How to set up jmeter with selenium web driver in AKS

  • @amritpalsinghbhinder8617
    @amritpalsinghbhinder8617 4 года назад

    Hello Srikanth
    What should we do if we have to update the version of chrome driver and chrome ?

  • @genuser8156
    @genuser8156 6 лет назад

    Great content. Thanks a lot for this presentation and video

  • @rahulradhakrishnan1169
    @rahulradhakrishnan1169 6 лет назад

    Can u explain the same in Selenium- java with TestNg

  • @anishnagaraj
    @anishnagaraj 6 лет назад +1

    Hi Srikath! Could you please share the github repo details here?

    • @techtalkwithsriks9860
      @techtalkwithsriks9860  6 лет назад +1

      Thanks for asking, you can find it [here] (github.com/vishwanathsrikanth/mycode/tree/master/aks-seleniumgrid)

    • @frankfu1122
      @frankfu1122 5 лет назад +1

      There was a typo. Here is the correct url - github.com/vishwanathsrikanth/mycode/tree/master/aks-seleniumgrid

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

    Hi Srikanth is there any way I can see live UI of Pods during test run ?

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

      live is impossible AFAIK with this setup and not a common requirement in distributed mode, but you may take screen grabs and stream them to any connected storage. You may consider VM Scale sets instead of AKS where you can RDP and watch the tests running.