How to Run Selenium /UI Tests from Release Pipeline in Azure DevOps

Sdílet
Vložit
  • čas přidán 7. 09. 2024

Komentáře • 20

  • @antocharles2103
    @antocharles2103 Před 4 lety

    Good explanation..thanks

  • @tigeressxxx
    @tigeressxxx Před rokem

    Nice explanation. I have a classic pipeline and self hosted agent. How can I run my tests in visual mode in pipeline?

  • @abhilashsahoo95
    @abhilashsahoo95 Před 4 lety +1

    Great video.
    If my selenium ui test cases are in Java, do I need some other task or this VsTest task itself.

    • @techiezhub8765
      @techiezhub8765  Před 4 lety +2

      Abhilash,we are using c# and ide is visual studio hence the VsTest task. So if you are using java then the tasks will be different.

    • @powerseeker
      @powerseeker Před 3 lety +2

      You need to use Maven Task

  • @Anic21212
    @Anic21212 Před 4 lety

    Is it the same process for selenium Nunit c# framework? I mean the agent job sequence?

    • @techiezhub8765
      @techiezhub8765  Před 4 lety +1

      yes mostly the same sequence.Note down the implementation logic and that can be used across any framework.

  • @sureshkumarkothandam8527

    Hi, thanks for the video. I have my script with extent Cucumber adapter report. It works fine and generates the report in my local. But if i run it through dev ops, extent reports are not generated. Could you please let me know how to generate the same extent report through Azure dev ops?

    • @techiezhub8765
      @techiezhub8765  Před 4 lety

      Hi suresh, it will be difficult to understand the issue with out verifying the devops settings.But i would suggest you to create an agent in ur machine and run the scripts from devops and check whether the folder path is correct and the file is getting created correctly or not.

  • @bitchybahu
    @bitchybahu Před 4 lety

    Hi ,
    I am told to create Azure test pipeline to invoke API...is this the right video....? please guide

    • @techiezhub8765
      @techiezhub8765  Před 4 lety +1

      Hi Garima, i have couple of videos related to devops release and pipeline..you can view any one of them..Also this will help..Even if it is an API or UI test ,the pipeline will just look for test and trigger the pipeline so u can use this set up for UI and APi.The only pre requisite is that it should br c# vs tests

    • @bitchybahu
      @bitchybahu Před 4 lety

      @@techiezhub8765 Thanks a lot

  • @asjadshakeem9881
    @asjadshakeem9881 Před 4 lety

    I’m using maven project with Java for my selenium. Can you please let me know the tasks required?

    • @techiezhub8765
      @techiezhub8765  Před 4 lety

      Hi, i have created a video for the same..pls check the same

    • @OmkarSingh-pj2wh
      @OmkarSingh-pj2wh Před 4 lety +1

      @@techiezhub8765 you should provide the link of that video here

  • @sivanneelamana2312
    @sivanneelamana2312 Před 4 lety

    hi, can you please help to deploy node JS code and run test cases on rest assured.

    • @techiezhub8765
      @techiezhub8765  Před 4 lety

      Hi sivan,i have less experience in node js and i might
      not be able to help you with this.Sorry about that

  • @durgaponnapalli2971
    @durgaponnapalli2971 Před 4 lety

    Hi ,
    I am following the steps to create a release pipeline for running Selenium UI tests in .net framework(C#) and build failing Solution not found using search pattern 'd:\a
    1\a\**\*.sln'. Can you please add values to the above set up and show how tests are running without any failure.
    Thanks,

    • @techiezhub8765
      @techiezhub8765  Před 4 lety +1

      if you are using the same set up above,then u dont have to use any search pattern.If you click on the icon in the solution field it will popup a modal and you can select the solution.can you please provide more details so that i can help you..

    • @durgaponnapalli2971
      @durgaponnapalli2971 Před 4 lety

      @@techiezhub8765 Thank you for your response!