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.
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
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
@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
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
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
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
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.
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?
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
@@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?
@@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.
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
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.
Thanks Pratiksha for your kind words.
Thank you so much Vhir! Appreciate your valuable time and effort for making this tutorials.
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.
Hi, great video. Is there a video before this to explain the set up of the pipeline?
Soon Will share the video for same.
Do you have any video for ci/cd for angular application along with test automation set up ?
Please make a video from basics - installation, setting up VM, adding code to git, raising PR and then testing 🙏🙏
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
Can you create a video on how to setup the pipeline and all config required with automatic trigger if code push is done...
Yes this would b great thanks
Yes please
Does anyone know how to filter test by tags for cucumber test on azure pipeline.
Could you please explain how execute this build pipeline against the releases automatically.. Or how to integrate build pipeline in the release
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
@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
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
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
Hi, are you providing online classes for azure devops for testing
What you need DIBYA we can connect. my email id is patil.veerkumar@outlook.com
Should I not install gecko or chrome driver in the agent
You can use webdriver manager. It will do all drive dependency management. Also latest azure agents have chrome already installed.
Do you know how to run the same test in the CD pipeline?
Soon Will share the video for the same
Hi, have you used maven project for this execution?
Yes it a Maven Project.
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
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.
@@veerkumarpatil thanks. Yes the files are in the repo.
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?
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
@@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?
@@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.
@@veerkumarpatil I'll check the option and let you know. Thanks a lot
nice one
can you provide me power shell script
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
Great video, please share with us code from pom.xml
github.com/veerpatil/testng.git contains the full code
@@veerkumarpatil thanks :) very useful code.
HELP