Awesome Srikanth You have detailed out almost everything i was looking for. Keep you posted if got any doubt/questions. Once again thank you :)
@_yukatana9 ай бұрын
this tutorial saved my job. thank you so much!
@anirban10882 жыл бұрын
Thank you sir for the great explanation.. Dil se sukriya
@mahboobsiddiqui53985 жыл бұрын
Thank you so much Srikanth! It was awesome session learned many things from it...
@Udzial2 жыл бұрын
wow this is awesome.. You should create more videos and it will be very useful for all
@AleksandrBelov-c4w28 күн бұрын
at 13:10 should be kubectl expose pod, not kubectl expose deployment
@neeraj1555 жыл бұрын
Hi Srikanth is there any way I can see live UI of Pods during test run ?
@FarhanSharif-p3q Жыл бұрын
Can you create one with setting up appium with selenium?
@Udzial2 жыл бұрын
How can we do this via yaml pipelines ? so we need no to run all these commands. Good video.
@sivateja1707 Жыл бұрын
How to set up jmeter with selenium web driver in AKS
@genuser81566 жыл бұрын
Great content. Thanks a lot for this presentation and video
@FarhanSharif-p3q Жыл бұрын
How to run test cases on Azure devops with selenium with appium?
@frankfu11226 жыл бұрын
Great rundown. Would be good if we can simply deploy the sample using a ARM template to try it out.
@anishnagaraj6 жыл бұрын
Hi Srikath! Could you please share the github repo details here?
@techtalkwithsriks98606 жыл бұрын
Thanks for asking, you can find it [here] (github.com/vishwanathsrikanth/mycode/tree/master/aks-seleniumgrid)
@frankfu11226 жыл бұрын
There was a typo. Here is the correct url - github.com/vishwanathsrikanth/mycode/tree/master/aks-seleniumgrid
@amritpalsinghbhinder86175 жыл бұрын
Hello Srikanth What should we do if we have to update the version of chrome driver and chrome ?
@rahulradhakrishnan11696 жыл бұрын
Can u explain the same in Selenium- java with TestNg
@jony07825 жыл бұрын
Hi Shrikant, Does the image used here is meant to be execute Grid on port 4444 only. Other ports are not working ?
@suryaguntur23425 жыл бұрын
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
@sanjibsarkar95652 жыл бұрын
Hi Srikanth is there any way I can see live UI of Pods during test run ?
@techtalkwithsriks98602 жыл бұрын
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.