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

Поділитися
Вставка
  • Опубліковано 15 гру 2024

КОМЕНТАРІ • 22

  • @_yukatana
    @_yukatana 8 місяців тому

    this tutorial saved my job. thank you so much!

  • @YoutubeWaleChicha
    @YoutubeWaleChicha 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 :)

  • @anirban1088
    @anirban1088 2 роки тому

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

  • @Udzial
    @Udzial 2 роки тому

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

  • @mahboobsiddiqui5398
    @mahboobsiddiqui5398 5 років тому

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

  • @sivateja1707
    @sivateja1707 Рік тому

    How to set up jmeter with selenium web driver in AKS

  • @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?

  • @neeraj155
    @neeraj155 5 років тому +1

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

  • @Udzial
    @Udzial 2 роки тому

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

  • @frankfu1122
    @frankfu1122 6 років тому

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

  • @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

  • @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 ?

  • @rahulradhakrishnan1169
    @rahulradhakrishnan1169 6 років тому

    Can u explain the same in Selenium- java with TestNg

  • @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

  • @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 6 років тому +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.