RunningSeleniumJavaTestOnAzure

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

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

  • @pratikshak987
    @pratikshak987 4 года назад +2

    Instructor is very knowledgeable , humble, soft spoken and very helpful. I had few issues regarding CI/CD as I had never worked on azure DevOps but instructor cleared each and every doubt patiently. Even 5 start rating would not be enough. I would rate 10 on 5 and cannot thank you him enough.

  • @AnickRazibul
    @AnickRazibul 4 года назад +2

    Thank you so much Vhir! Appreciate your valuable time and effort for making this tutorials.

  • @pratikshak987
    @pratikshak987 4 года назад +3

    Do you have a video on how to set up CI pipelines to run test cases on Azure. Video is very useful but it doesn't have details about setup.

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

    Hi, great video. Is there a video before this to explain the set up of the pipeline?

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

    Do you have any video for ci/cd for angular application along with test automation set up ?

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

    Please make a video from basics - installation, setting up VM, adding code to git, raising PR and then testing 🙏🙏

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

      Thanks Pranita for your suggestion. I am planning few videos around creating own Build Agent and using that to execute test cases. Meanwhile you can check the below playlist which talks about Azure Devops from basic also covers creating repo, pushing the code to repo and running the test. ruclips.net/p/PLyft9liKiP9Y04k5iMZPAOCaE1n1vYX_z

  • @girishnair546
    @girishnair546 4 года назад +2

    Can you create a video on how to setup the pipeline and all config required with automatic trigger if code push is done...

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

    Does anyone know how to filter test by tags for cucumber test on azure pipeline.

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

    Could you please explain how execute this build pipeline against the releases automatically.. Or how to integrate build pipeline in the release

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

    Can you share me PowerShell Script? i am having problem regarding selenium. it fails on very 1st stage of release While initializing but build is sucess

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

      @Aayam i think with latest azure agents you dont need to install the browser. Please refer to the another video ruclips.net/video/mM4ZJ2iXenE/видео.html

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

    Hi I am facing issue while running chromedriver from devops pipeline. Can you please tell about path error. The driver executable doesn't exist. Please reply

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

      Use webdriver manager inorder to get the driver. It will help also devops has been updated to have chrome. so no need to perform the step for chrome installation

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

    Hi, are you providing online classes for azure devops for testing

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

      What you need DIBYA we can connect. my email id is patil.veerkumar@outlook.com

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

    Should I not install gecko or chrome driver in the agent

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

      You can use webdriver manager. It will do all drive dependency management. Also latest azure agents have chrome already installed.

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

    Do you know how to run the same test in the CD pipeline?

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

    Hi, have you used maven project for this execution?

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

    Hi , I have a hybrid framework with some Excel file to store the data and test cases(which are usually on local machines and then we give the path in the code), will that also work or do we have do some other configuration changes?
    Thanks in Advance

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

      If you have the files are part of your code repository then you don't need to do anything. If they are not then you might need to include them and then try to execute. May be I will try to create an video with input data file.

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

      @@veerkumarpatil thanks. Yes the files are in the repo.

  • @SureshKumar-no7rs
    @SureshKumar-no7rs 4 года назад

    Hi, Thanks for the video. This is the first time I'm using Azure. I've setup CI/CD. I've used extent reports cucumber adapter. If I run the script from eclipse the extent.html report is generated in test-output folder and Screenshots folder has all the images captured. But if I execute it from Azure (using Build/Release pipeline), the report is not generated and also the Screenshots are not updated. I've the code in Azure Repo and both Build/Release pipeline are configured to use the Repo. Could you please let me know how to generate the report in Azure while executing it from Build/Release pipeline?

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

      Hi Suresh. The report is generated by default if you can check your logs you will see the details about it. What you have to do is you have to publish your build artifact. The reports can't be viewed on Azure Devops directly

    • @SureshKumar-no7rs
      @SureshKumar-no7rs 4 года назад

      @@veerkumarpatil Many thanks for your reply. I tried to use publish build artifacts, but the build got failed. Probably I'm missing something in terms of the where I need to publish. Do you have any resource to refer the settings?

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

      @@SureshKumar-no7rs Before publish artifact add task for copy files and under contents add **/* it will copy all the files. Once your build is successful you will find a drop folder that will contain your all files, including your extent reports. Hope this will solve your problem.

    • @SureshKumar-no7rs
      @SureshKumar-no7rs 4 года назад +1

      @@veerkumarpatil I'll check the option and let you know. Thanks a lot

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

    nice one

  • @AbhishekPandey-vu8qi
    @AbhishekPandey-vu8qi 3 года назад

    can you provide me power shell script

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

      Hey Abhishek this not required now as all the agents are having browser installed on it. I had created one more video.
      ruclips.net/p/PLyft9liKiP9Y04k5iMZPAOCaE1n1vYX_z

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

    Great video, please share with us code from pom.xml

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

      github.com/veerpatil/testng.git contains the full code

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

      @@veerkumarpatil thanks :) very useful code.

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

    HELP