Тёмный

School Of Basics | What is CI CD | What is CI CD Pipeline | Interview questions 

Automation Step by Step
Подписаться 530 тыс.
Просмотров 307 тыс.
50% 1

Опубликовано:

 

26 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 517   
@paveltrufanov2259
@paveltrufanov2259 3 года назад
So far this is the best explanation of the CI \ CD processes I've seen!
@syedaliraza8744
@syedaliraza8744 3 года назад
Agreed 1000%
@RaghavPal
@RaghavPal 3 года назад
Thanks a lot Paulo and Syed, humbled
@oklakazy
@oklakazy 2 года назад
its like opening my brain up and storing all you explained in, it it really stuck. You are a born teacher Raghav ! Cant thank you enough.
@RaghavPal
@RaghavPal 2 года назад
So happy & humbled to hear that
@srikanthmaganti4959
@srikanthmaganti4959 3 года назад
"Never stop learning" , love this statement!
@RaghavPal
@RaghavPal 3 года назад
Me too Srikanth
@Nykster
@Nykster 2 года назад
I normally get bored following RU-vid instructors, but your videos are so interesting and reivetting!
@kalpeshganekar
@kalpeshganekar 3 года назад
This was really helpful to understand CI CD in short with example.
@RaghavPal
@RaghavPal 3 года назад
So happy to know Kalpesh
@srikrithisanthanam1933
@srikrithisanthanam1933 27 дней назад
Very clear explanation! Definitely recommended for an in-depth understanding of CI/CD
@RaghavPal
@RaghavPal 27 дней назад
Glad it was helpful Srikrithi
@dzirampapka
@dzirampapka 3 года назад
Please can you make a video about CI CD pipline automation testing with selenium for gitlab 😓 thank you for all the tutorials
@RaghavPal
@RaghavPal 3 года назад
Sure, I will try this, There are separate videos on this on my channel, but I will try for a complete process
@bismarckandu6069
@bismarckandu6069 2 года назад
Hello thanks for this clarification
@RaghavPal
@RaghavPal 2 года назад
You're welcome Bismarck
@shivprakashtripathi8028
@shivprakashtripathi8028 3 года назад
Hi Raghav, it was really good explanation. I have few doubts, it will be really helpful if you please clear them 1. Devloper after building the application in dev env, does a CI for dev env, where he builds his application and performs unit testing against the same. And then he deploys the application to Test environment. 2. In Test env, test team perform CI for the application where they perform automation testing against the application deployed. Once , the CI is successful and with no issues, Dev deploy the application to staging (Pre prod) env. 3. Code written by automation team then runs in Pre prod env. Also, acceptance testing is done. 4. If this is successful then it is deployed to prod env, and given to customer. 5. Then application is monitored and given is looked for the changes, if there are changes then it is taken care in next release. And cycle continues. Please let me know if my understanding is correct. If not let me know correct behaviour. Thank u 😊
@RaghavPal
@RaghavPal 3 года назад
Hi Shiv. yes this is right, the process may vary a little in diff organizations, but overall this is the general process
@shivprakashtripathi8028
@shivprakashtripathi8028 3 года назад
@@RaghavPal Thank you sir
@vimalaangelus9503
@vimalaangelus9503 2 года назад
Thank you Raghav would like to hear about AWS certification process and how to go about preparing for it.
@RaghavPal
@RaghavPal 2 года назад
I will plan to do a video Vimala, thanks for watching
@rushikeshhulsurkar8935
@rushikeshhulsurkar8935 3 года назад
Hi Sir, What is role of QA in in CI? Run sanity pack right. Means unit n code integration test will be done by dev team. QA can run sanity script after above dev work is completed?
@RaghavPal
@RaghavPal 3 года назад
Hi Rushikesh, yes so not just Sanity, we can run all functional, regression tests that are automation, performance, security etc can also be a part of CI CD, So just think like this, all the stages required to certify a build ready for production deployment
@rushikeshhulsurkar8935
@rushikeshhulsurkar8935 3 года назад
@@RaghavPal I more clear now. Thanks Raghav.
@prabv143
@prabv143 Год назад
I literally typed down word by work for my interview prep. god bless you. love for chennai.
@RaghavPal
@RaghavPal Год назад
All the best
@menakaramasamy8936
@menakaramasamy8936 2 года назад
Wonderful explanation. Now I got the essence of CI/CD pipeline. Thanks a lot
@RaghavPal
@RaghavPal 2 года назад
Most welcome Menaka
@tkevasu989
@tkevasu989 2 года назад
Sir, Now only i come across to see your school of Basic video on CI CD. Unmatch. High clarity and Professional presentation. Great.
@RaghavPal
@RaghavPal 2 года назад
Thanks for watching
@aasthavidushi132
@aasthavidushi132 3 года назад
Excellent, many thanks for this series. Please, explain topics like REST API, Microserices Architecture, DOCKER, Kubernetes with interview point of view.. same like this vdo. You may also explain one or two commonly asked questions on these topics during interview for experienced candidates. Thanks again.
@RaghavPal
@RaghavPal 3 года назад
Sure I will do Aastha
@shruthib3366
@shruthib3366 3 года назад
I have a very big presentation to give tomorrow. Found this video at the correct moment. Thanks a ton!
@RaghavPal
@RaghavPal 3 года назад
So happy to know this Shruthi
@nityaranjan6714
@nityaranjan6714 3 года назад
Here I am having a doubt Raghav. I got clear CI part. But after that how continuously we test the new build all of sudden in automated wY. As devloper newly release the new build, we dont have any automation code ready to check the new functionality in automated way(like in selenium) . So how we can achieve continuous testing for new builds here??
@RaghavPal
@RaghavPal 3 года назад
Hi Nitya, for planned changes we have a process, as the dev team is coding, the test team creates functional tests, When the new code is released, if the new tests are ready, they are executed, else the set of regression tests are executed and the new tests are added later and tested
@nityaranjan6714
@nityaranjan6714 3 года назад
@@RaghavPal Still its unclear for me. Let take an example : In a application dev team is added a newly functionality lets suppose added phonepay option for payment which was not there previously. So for this functionality Automation testers dont have any code for testing it through automation. I am not telling about functional testers. How we can achieve a pipeline here to test this functionality when a developer commits that change in code??
@RaghavPal
@RaghavPal 3 года назад
Generally for new changes, in automation testing, we can add that in the next sprint, so new changes in automation gets added 1 sprint later
@nityaranjan6714
@nityaranjan6714 3 года назад
@@RaghavPal If for new changes in Automation testing we add that in next sprint. Then here we are not achieving continuous testing right. As continuously it is not tested the new functionality when devloper changes the code. You got my point right? I just wanted to ask where we are achieving continuous testing for new functionality in a pipeline?
@automationselenium1331
@automationselenium1331 2 года назад
Thank you so much! I have been watching your videos for quite some time, its very informative and always helped me at work
@RaghavPal
@RaghavPal 2 года назад
You're very welcome!
@moazelsawaf2000
@moazelsawaf2000 2 года назад
Thanks a lot ❤ Great video that clears the thin line between both the CI and the CD
@RaghavPal
@RaghavPal 2 года назад
You are welcome!
@Dravig
@Dravig 3 года назад
Hello Raghav, many thanks for the video) Good luck!
@RaghavPal
@RaghavPal 3 года назад
Thanks Valentyn
@gautambhosale1798
@gautambhosale1798 2 года назад
I watched many videos for CI , CD but now after watching our videos i am able to understand it. thank you so much
@RaghavPal
@RaghavPal 2 года назад
You are most welcome Gautam
@pranayverma2325
@pranayverma2325 3 года назад
Thanks for coming up with this School of Basics series. This is really very helpful. I would vote for RPA- Robotic Process Automation as the topic for the next episode. Would like to know how it is different from the normal test automation.
@RaghavPal
@RaghavPal 3 года назад
Thanks for voting Pranay, I will plan on it and I will explain all about this in the video
@LearnTestAutomatewithMe
@LearnTestAutomatewithMe 3 года назад
Hi Raghav, Thanks for sharing this. I have 1 basic question..When a new feature is developed, unit test cases will be triggered as a part of CI, but the Test Automation script is not ready. Will it be a stable set of Regression Test cases that will run in the 1st iteration iteration and from next cycle we will make sure we have added the test script in our existing Regression pack? Is there a risk as the functionality has not been properly tested and signed off, before moving to the next stage?
@iasoto
@iasoto 3 года назад
Brilliant explanation , as always. Thank you very much!
@RaghavPal
@RaghavPal 3 года назад
Most welcome
@EverydayGuy23
@EverydayGuy23 Год назад
So far the best explanation for CI/CD I've ever seen, thanks a lot.
@RaghavPal
@RaghavPal Год назад
So happy and humbled to see this. Thanks Sai
@ms007nj
@ms007nj Год назад
Raghav thanks for a detailed explanation
@RaghavPal
@RaghavPal Год назад
Most welcome Murli
@ravichauhan3555
@ravichauhan3555 2 года назад
Our company as well moved to CI /CD process every Friday we're releasing on production, the drawback of CI/CD is intense work pressure on automation QA, Maintenance now is more tedious and time-consuming.
@RaghavPal
@RaghavPal 2 года назад
Hi Ravi, we need to have all our processes and apps to be mature and ready for CI CD. So that a continuous and smooth pipeline can be created. If any process or step in the pipeline is not ready, it can impact the complete ci cd process. I will plan to create a session on how to make your processes ready for CI CD
@ravichauhan3555
@ravichauhan3555 2 года назад
@@RaghavPal Yes please sir , Sir please please make a video on APPIUM + parallel execution.
@srini580
@srini580 2 года назад
Best explanation on CI/CD.
@RaghavPal
@RaghavPal 2 года назад
Glad it was helpful!
@vaibhavkshirsagar4471
@vaibhavkshirsagar4471 3 года назад
Very simplistically you have explained CICD process. Thanks.
@RaghavPal
@RaghavPal 3 года назад
You are most welcome Vaibhav
@ankitmisra0711
@ankitmisra0711 6 месяцев назад
One of best basic video on CI-CD, thanks
@RaghavPal
@RaghavPal 6 месяцев назад
Thanks Ankit
@susanmcintyre7210
@susanmcintyre7210 2 года назад
Loved this video. Very helpful for someone who is NOT technical but plays with others who are technical. Thank you!
@RaghavPal
@RaghavPal 2 года назад
Glad it was helpful!
@RajibLama
@RajibLama Год назад
Beautifully explained about the CICD pipeline. Thank you Raghav sir. 🙏🙏
@RaghavPal
@RaghavPal Год назад
Thanks Rajib
@jehanzaibiqbalkhan5319
@jehanzaibiqbalkhan5319 2 года назад
Sir your clarifications are perfect to learn. Please arrange some online training sessions for the new learners. Thanks
@RaghavPal
@RaghavPal 2 года назад
Sure Jehan
@JohnWick-l6r
@JohnWick-l6r Год назад
Thanks a lot, great video honestly now understand what is CI/CD pipeline!!!
@RaghavPal
@RaghavPal Год назад
You're welcome John
@chandureddy2280
@chandureddy2280 3 года назад
I think most understandable explanation i never ever seen this type of explanation keep it up
@RaghavPal
@RaghavPal 3 года назад
So happy to see this Chandu
@sandeepsohal1543
@sandeepsohal1543 3 года назад
Once again thank you very much for a wonderful explanation. God Bless you
@RaghavPal
@RaghavPal 3 года назад
You are very welcome Sandeep
@EnochMaheshsilva
@EnochMaheshsilva 2 года назад
Really a great explanation. Thanks a lot. So basically this CI/CD process works fully automatically if there is no manual testing involved right ? If not after the delivery there is a testing phase by QA team with manual tests and the process will continue from then onward again. Is it ? So in real world can we have the 100% Continuous Delivery ?
@RaghavPal
@RaghavPal 2 года назад
In real world, although it is rare to see a complete 100% automated delivery pipeline, but it can be achievable.
@EnochMaheshsilva
@EnochMaheshsilva 2 года назад
@@RaghavPal But in that case, we don't have manual testing phase as the pipeline doesn't wait to complete such a testing right ?
@RaghavPal
@RaghavPal 2 года назад
Manual Testing will be needed in different scenarios and ways, sometimes on new changes, we first need to write test cases and test them and automate them in the next release cycle or sprint
@Lorenzo_786
@Lorenzo_786 2 года назад
Teaching way is amazing.
@RaghavPal
@RaghavPal 2 года назад
Thanks a lot Indrajit
@sureshhosamani8383
@sureshhosamani8383 2 года назад
Very clear and crisp explanation cor beginner. Thank you
@RaghavPal
@RaghavPal 2 года назад
Most welcome Suresh
@abhijeetagrawal4092
@abhijeetagrawal4092 2 года назад
Very clear and simplified explanation. Thanks a lot..
@RaghavPal
@RaghavPal 2 года назад
Most welcome Abhijeet
@bhagi533
@bhagi533 3 года назад
Hi Raghav you are a wonderful teacher this video is really helpful for preparing interviews thanks a lot plz do more videos on this type of content
@RaghavPal
@RaghavPal 3 года назад
Thank you, I will
@manishahegadi7550
@manishahegadi7550 2 года назад
Thanks a lot for this tutorial. I am from a non tech background however it was very easy for me to understand.
@RaghavPal
@RaghavPal 2 года назад
Most welcome Manisha
@priyat7720
@priyat7720 3 года назад
Thanks for sharing, can you explain difference between Git, Github and Gitlab
@RaghavPal
@RaghavPal 3 года назад
Thanks Priya, I will do a session on that
@MoheeJarada
@MoheeJarada 3 года назад
Excellent and well done video to explain in pure and simple english these complex IT definitions. Appreciate it and you saved me reading many online wasted tutorials! Thanks a lot. Mohee from Doha @ 45C
@RaghavPal
@RaghavPal 3 года назад
Most welcome
@sujitgates
@sujitgates Год назад
Good explanation and clearly articulated.
@RaghavPal
@RaghavPal Год назад
Glad it was helpful!
@e.ch.vidyasagarkorada7341
@e.ch.vidyasagarkorada7341 2 года назад
Thank you #SchoolOfBasics for this video tutorial, helps a lot #SchoolOfBasicsKnowledgeSharing #SchoolOfBasicsCICDTutorial.
@RaghavPal
@RaghavPal 2 года назад
You are welcome!
@vipingupta3965
@vipingupta3965 3 года назад
How testing has been performed in Continuous integration ( CI ).Can you give some practical exposure about this and how testing tool is work in CI.
@RaghavPal
@RaghavPal 3 года назад
I will plan a session
@niteshpandey8207
@niteshpandey8207 3 года назад
best video who want to start work on devops
@RaghavPal
@RaghavPal 3 года назад
Thanks a lot Nitesh, humbled
@adityanjsg99
@adityanjsg99 2 года назад
That's a great effort in background, to prepare the lecture at this level of abstraction!
@RaghavPal
@RaghavPal 2 года назад
Thanks Aditya
@fikadie2250
@fikadie2250 2 года назад
Nice explanation by far. God bless you
@RaghavPal
@RaghavPal 2 года назад
Thanks and welcome
@manishaverma4405
@manishaverma4405 2 года назад
Thanks for this very clear explanation 😇
@RaghavPal
@RaghavPal 2 года назад
Most welcome Manisha
@passtimepass1119
@passtimepass1119 3 года назад
best video for ci/cd
@RaghavPal
@RaghavPal 3 года назад
Thanks Prajwal
@syedaliraza8744
@syedaliraza8744 3 года назад
Keep the good work up man, this was the best ever explanation
@RaghavPal
@RaghavPal 3 года назад
Thanks Syed
@poolgameplay6979
@poolgameplay6979 Год назад
Loved your explanation
@RaghavPal
@RaghavPal Год назад
Glad it was helpful!
@gaddipatiprabhakar2889
@gaddipatiprabhakar2889 2 года назад
Thank you sir, Really Helpful
@RaghavPal
@RaghavPal 2 года назад
Happy to know that
@gss445
@gss445 Год назад
Very well explained in simple terms
@RaghavPal
@RaghavPal Год назад
Thanks
@rohitthorat888
@rohitthorat888 4 месяца назад
best explanations..... can u make a video that shows how the tools are used using dummy files.
@RaghavPal
@RaghavPal 4 месяца назад
I will plan Rohit
@ziyadsalim6413
@ziyadsalim6413 3 года назад
Brief and clearly explained, keep up the good work bro
@RaghavPal
@RaghavPal 3 года назад
Glad you liked it Ziyad
@mukulrana1616
@mukulrana1616 2 года назад
Best explanation on the internet!
@RaghavPal
@RaghavPal 2 года назад
Thanks Mukul, humbled
@kishorekumaryadala
@kishorekumaryadala 3 года назад
Hi Raghav this is Kishore Kumar I have a question for you will give a class on AWS & AZURE Security comparison important thing as you know that? Thank you 👍.
@RaghavPal
@RaghavPal 3 года назад
Hi Kishore, I will plan on this
@Kidpunk98
@Kidpunk98 2 года назад
Fantastic explanation, first time anyone has explained it this easy!
@RaghavPal
@RaghavPal 2 года назад
Most welcome Abed
@ravinadhb9219
@ravinadhb9219 3 года назад
Thnx for the clear explanation
@RaghavPal
@RaghavPal 3 года назад
Glad it helped Ravinadh
@aabharaut327
@aabharaut327 2 года назад
Very well explained.. Thank you for the video
@RaghavPal
@RaghavPal 2 года назад
You are welcome Aabha
@saahil29
@saahil29 2 года назад
explained very well and in such a simple language .... many thanks 😇
@RaghavPal
@RaghavPal 2 года назад
Most welcome Sahil
@followerOfJesus723
@followerOfJesus723 2 года назад
Thanks for making this video. The information is very good. Keep it up!!!👍🏾
@RaghavPal
@RaghavPal 2 года назад
most welcome
@NihoosWorld
@NihoosWorld 2 года назад
Nice explanation. Can you also share in which phase can we have Smoke, Sanity Testing? CI or CDelivery?
@RaghavPal
@RaghavPal 2 года назад
I will add more details soon
@ragirags
@ragirags 2 года назад
very clear concepts.. awesome.. concise..
@RaghavPal
@RaghavPal 2 года назад
Glad it helped!
@ajayrathode7553
@ajayrathode7553 3 года назад
Thanks for explaining this. Irritated by seeing this in job roles and resumes. So came here to end it once for all. Thanks bro. Very clearly explained.
@RaghavPal
@RaghavPal 3 года назад
Most welcome Ajay
@MAli-vf6cf
@MAli-vf6cf 2 года назад
Ajay bro, saw you commented this 6 months ago. Any luck on finding a cloud role? beginning my journey now
@Abha-com
@Abha-com 2 года назад
@@MAli-vf6cf No Bro, I am not looking for cloud roles. But wanted to learn things generally. Also make sure your resume contains keywords of cloud, Update naukri, update Linkedin, grow your linkedin network, apply for jobs taking help of referrals etc… I am sure done right, you will be able to get a job. Now market is hot
@MAli-vf6cf
@MAli-vf6cf 2 года назад
@@Abha-com thank you bro
@priyavenkatesan1804
@priyavenkatesan1804 2 года назад
Very concise and informative. Can you please provide some guidance on what categories of tests will be executed in each env and how frequently it should be run? For (e.g) if we have to release to prod after every 2 week sprint, how frequently do we have to deploy to test env? When during the sprint will we have to deploy to stage? Thanks in advance!
@RaghavPal
@RaghavPal 2 года назад
Hi Priya, good question, I will take it up in a session
@rosembassi9694
@rosembassi9694 2 года назад
Thanks for the CICD pipeline explanation. Can you help us with AwS As a console or a platform
@RaghavPal
@RaghavPal 2 года назад
Sure Rose, will plan for it
@shikhar_anand
@shikhar_anand 3 года назад
Thank you very much.. Amazingly simple..
@RaghavPal
@RaghavPal 3 года назад
Thanks for watching Shikhar
@yugpatel9938
@yugpatel9938 6 месяцев назад
Thanks for easy explanation
@RaghavPal
@RaghavPal 6 месяцев назад
You are welcome Yug
@Sazia_Cooking_Creativity
@Sazia_Cooking_Creativity 3 года назад
very informative, thanks
@RaghavPal
@RaghavPal 3 года назад
Most welcome
@AbsolutelyNOW
@AbsolutelyNOW Год назад
Awesome content.You make it so easy to understand.Thanks a ton!!!
@RaghavPal
@RaghavPal Год назад
Most welcome :)
@tanyamarcus9941
@tanyamarcus9941 2 года назад
Thank you so much! This was a huge help.
@RaghavPal
@RaghavPal 2 года назад
You're welcome!
@paramjeetgill1558
@paramjeetgill1558 3 года назад
Excellent way of teaching.
@RaghavPal
@RaghavPal 3 года назад
Thanks Paramjeet
@shnugourav
@shnugourav 2 года назад
Thanks for the session..
@RaghavPal
@RaghavPal 2 года назад
Always welcome
@sitasrikanth1765
@sitasrikanth1765 3 года назад
Very well explained Thanks
@RaghavPal
@RaghavPal 3 года назад
Most welcome Sita
@bhabeshkumarpanda5177
@bhabeshkumarpanda5177 2 года назад
Deserve a thumbs up !! :)
@RaghavPal
@RaghavPal 2 года назад
Thanks
@akintolavictor9020
@akintolavictor9020 2 года назад
nice and direct
@RaghavPal
@RaghavPal 2 года назад
Thanks
@pragyakansal9017
@pragyakansal9017 2 года назад
Thank you so much for this explanation, it was extremely helpful!
@RaghavPal
@RaghavPal 2 года назад
Glad it was helpful Pragya
@kiranshingare
@kiranshingare 3 года назад
Very nice explanation very helpful
@RaghavPal
@RaghavPal 3 года назад
Thanks Kiran
@catherinebundy467
@catherinebundy467 2 года назад
Thank you, Raghav. This had been very helpful!
@RaghavPal
@RaghavPal 2 года назад
You're most welcome Catherine
@myworldlovesme
@myworldlovesme 3 года назад
Thank you kindly Raghav!
@RaghavPal
@RaghavPal 3 года назад
Most welcome
@anshubhardwaj2005
@anshubhardwaj2005 Год назад
Simple and clear
@RaghavPal
@RaghavPal Год назад
Thanks for watching Anshu
@amkhatri28
@amkhatri28 2 года назад
Thanks for this session. You can also conduct a session on TDD (Test Driven Development) and BDD (Behavior Driven Development).
@RaghavPal
@RaghavPal 2 года назад
I will plan Amit, I have a playlist on BDD and it has BDD vs TDD video - ru-vid.com/group/PLhW3qG5bs-L_hJZ3Nfg70ejkH3ktyzy34
@pradeepsatyam
@pradeepsatyam 2 года назад
Great Video...Simple and clear explanation 👍👌
@RaghavPal
@RaghavPal 2 года назад
Glad it was helpful Pradeep
@rinkuk7924
@rinkuk7924 3 года назад
Nice simple explanation. Thank you
@RaghavPal
@RaghavPal 3 года назад
You are welcome
@sreedhargourisetty9324
@sreedhargourisetty9324 2 года назад
Great Explanation...
@RaghavPal
@RaghavPal 2 года назад
Thanks
@mohammadtajuddin7115
@mohammadtajuddin7115 3 года назад
Superb explanation bro....thank you so much...keep doing 💐💐💐💐
@RaghavPal
@RaghavPal 3 года назад
Welcome 😊
@punithapunipun
@punithapunipun 3 года назад
Hi Raghav, for Continous delivery is a kind of manual deployment like It manager approval is needed to deploy to prod where as continous deployment is a auto deployment where in the approvals are not needed to deploy to prod .. Am i correct Not sure on this can you please reply back .. Thanks in advance
@RaghavPal
@RaghavPal 3 года назад
Not exactly Punitha, Can check this - ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-UwpDoUyUbj8.html
@karishmasamantaaray565
@karishmasamantaaray565 3 года назад
Thank you ..!! very informative & very helpful.
@RaghavPal
@RaghavPal 3 года назад
You are welcome Karishma
@Culo91sija
@Culo91sija 2 года назад
Really nice and clear!
@RaghavPal
@RaghavPal 2 года назад
Thank you! Cheers!
@nitikverma4809
@nitikverma4809 Год назад
Can you please tell me the difference between stages and environment
@RaghavPal
@RaghavPal Год назад
Hi Nitik, Env is the hardware and software configuration (setup) needed to run the application/project Stages are the phases of the project/app like Dev Test Deployment Release
@RaterisimoCBA
@RaterisimoCBA 2 года назад
Very good and clear explanation , very visual easy to follow. Thank you !
@RaghavPal
@RaghavPal 2 года назад
Most welcome
@Ian-tg3vm
@Ian-tg3vm 3 года назад
Nice video sir I have one que How continues testing is performed ? In cicd Is devops engineer have responsibility to test the code? I
@RaghavPal
@RaghavPal 3 года назад
I will create a session, Also check this - ru-vid.com/group/PLhW3qG5bs-L8HKqfIp6qcAeGb3FAGDNLA
@rktripathi4008
@rktripathi4008 3 года назад
Great to watch details in short
@RaghavPal
@RaghavPal 3 года назад
Glad you liked it Ravi
@akhilaakhi8112
@akhilaakhi8112 3 года назад
when coming to Continuous Deployment You said that the every release that passes through automated tests will directly deployed to prod environment right. These changes will go from CI stage till Continuous Deployment stage or just after automated tests deployed directly to prod?
@RaghavPal
@RaghavPal 3 года назад
Hi Akhila, the build or release that is tested completely at all stages goes to production, Now based on the needs and the process, some org can deploy after successful automation testing, some may have other tests involved, like performance, security, compatibility etc
@cleadbetter9911
@cleadbetter9911 3 года назад
These topics are so helpful, thank you!! Do you know if there is a test automation tool that can be used with Windows based applications (.Net) thanks!!
@RaghavPal
@RaghavPal 3 года назад
Hi There are tools for desktop applications like TestComplete, Katalon studio etc Can check this too - ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-hzzGzZRj9XI.html
@cleadbetter9911
@cleadbetter9911 3 года назад
@@RaghavPal Thank you so much 🙏 👍
@cleadbetter9911
@cleadbetter9911 3 года назад
@@RaghavPal One more thing...Can you make a video on negative testing. ..how to think in terms of "breaking" things .. backend testing and api's. Thanks for all of your amazing content.
@RaghavPal
@RaghavPal 3 года назад
Sure I will plan
@itsniquez
@itsniquez 2 года назад
Another fantastic explanation! Great Stuff Raghav. Thank you for sharing!
@RaghavPal
@RaghavPal 2 года назад
Most welcome
@bhawnaverma3160
@bhawnaverma3160 2 года назад
Thank you, Tons for this beautiful explanation.
@RaghavPal
@RaghavPal 2 года назад
You are very welcome Bhawna
Далее
DevOps Career Roadmap - Part 1
10:04
Просмотров 441 тыс.
+1000 Aura For This Save! 🥵
00:19
Просмотров 4,1 млн
How to design a modern CI/CD Pipeline
9:59
Просмотров 133 тыс.