RunningSeleniumJavaTestOnAzure

  Рет қаралды 7,557

AutomationOnTheGo

AutomationOnTheGo

Күн бұрын

Пікірлер: 45
@pratikshak987
@pratikshak987 4 жыл бұрын
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.
@veerkumarpatil
@veerkumarpatil 4 жыл бұрын
Thanks Pratiksha for your kind words.
@AnickRazibul
@AnickRazibul 4 жыл бұрын
Thank you so much Vhir! Appreciate your valuable time and effort for making this tutorials.
@pratikshak987
@pratikshak987 4 жыл бұрын
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 жыл бұрын
Hi, great video. Is there a video before this to explain the set up of the pipeline?
@veerkumarpatil
@veerkumarpatil 5 жыл бұрын
Soon Will share the video for same.
@priyankapriyadarshini9089
@priyankapriyadarshini9089 4 жыл бұрын
Do you have any video for ci/cd for angular application along with test automation set up ?
@girishnair546
@girishnair546 4 жыл бұрын
Can you create a video on how to setup the pipeline and all config required with automatic trigger if code push is done...
@Mrdavis185
@Mrdavis185 4 жыл бұрын
Yes this would b great thanks
@priyankapriyadarshini9089
@priyankapriyadarshini9089 4 жыл бұрын
Yes please
@sankarginjupalli2380
@sankarginjupalli2380 5 жыл бұрын
Hi, have you used maven project for this execution?
@veerkumarpatil
@veerkumarpatil 5 жыл бұрын
Yes it a Maven Project.
@farzadzami6394
@farzadzami6394 5 жыл бұрын
Do you know how to run the same test in the CD pipeline?
@veerkumarpatil
@veerkumarpatil 5 жыл бұрын
Soon Will share the video for the same
@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
@navyashree5274
@navyashree5274 5 жыл бұрын
Could you please explain how execute this build pipeline against the releases automatically.. Or how to integrate build pipeline in the release
@aniketwadkar4158
@aniketwadkar4158 3 жыл бұрын
Does anyone know how to filter test by tags for cucumber test on azure pipeline.
@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.
@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
@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 kzbin.info/www/bejne/o36Xi31onr2YpKc
@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 жыл бұрын
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 жыл бұрын
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 жыл бұрын
@@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 жыл бұрын
@@veerkumarpatil I'll check the option and let you know. Thanks a lot
@amargyan1988
@amargyan1988 4 жыл бұрын
nice one
@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 жыл бұрын
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. kzbin.info/aero/PLyft9liKiP9Y04k5iMZPAOCaE1n1vYX_z
@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. kzbin.info/aero/PLyft9liKiP9Y04k5iMZPAOCaE1n1vYX_z
@LazarSimonovski
@LazarSimonovski 4 жыл бұрын
Great video, please share with us code from pom.xml
@veerkumarpatil
@veerkumarpatil 4 жыл бұрын
github.com/veerpatil/testng.git contains the full code
@LazarSimonovski
@LazarSimonovski 4 жыл бұрын
@@veerkumarpatil thanks :) very useful code.
@markcuello5
@markcuello5 2 жыл бұрын
HELP
Running dotnet core Selenium Tests in Azure DevOps
17:45
Etienne Tremblay (tegaaa)
Рет қаралды 28 М.
Caleb Pressley Shows TSA How It’s Done
0:28
Barstool Sports
Рет қаралды 60 МЛН
I Sent a Subscriber to Disneyland
0:27
MrBeast
Рет қаралды 104 МЛН
Непосредственно Каха: сумка
0:53
К-Media
Рет қаралды 12 МЛН
Azure DevOps - Lesson 25 | Azure CI/CD Pipelines for Java | Deploy Web Application in Azure|
39:00
Run Selenium Test Cases Using Pipeline Job
18:49
AutomationOnTheGo
Рет қаралды 17 М.
Run Selenium Java Test Cases on Azure Pipleline
28:18
RohitAutomationTechie
Рет қаралды 6 М.
How to  Run .NET Core Selenium Tests in Azure DevOps
18:03
Imaginet
Рет қаралды 35 М.
Execute Playwright in Azure DevOps (repo and pipeline setup)
17:49
CommitQuality
Рет қаралды 12 М.
Integrating SpecFlow with Azure DevOps
28:59
Edgewords
Рет қаралды 36 М.
How to Create a CI/CD Pipeline in Azure DevOps | Azure DevOps Tutorial
54:22
12 Run Selenium Tests In Release Pipeline
9:16
AutomationOnTheGo
Рет қаралды 3,9 М.
Caleb Pressley Shows TSA How It’s Done
0:28
Barstool Sports
Рет қаралды 60 МЛН