You are very very good at being clear. i didnt have to play it again.
@IyadKhuder7 ай бұрын
Very good introduction that explains clearly the role of Jenkins in the CI/CD cycle. Thanks.
@akanshaagarwal24892 жыл бұрын
Very clear explanation
@mrdesigner45903 жыл бұрын
Thank you sir for new series
@softwaretestingmentor3 жыл бұрын
So nice of you
@SwaraliRGS Жыл бұрын
Very informative session, thank you sir
@softwaretestingmentor Жыл бұрын
Glad you liked it. Keep watching and sharing.
@Sam-pk9re2 жыл бұрын
It was very clearly thought bro, thank you so much..
@softwaretestingmentor2 жыл бұрын
Thank you very much Sam! I am glad it is helpful!!
@arkadeepkundu50623 жыл бұрын
Sir how much Jenkin Knowledge is require to be a software tester as a fresher.
@undefined36 Жыл бұрын
Is it required to have JAVA knowledge to learn Jenkins? Im a tester and use python in my daily work.
@JeyasankarA11 ай бұрын
Thank you for sharing your knowledge. I am very grateful for watching your videos. I have a question: How do I set the screen size of browsers in Jenkins? While executing on my local Windows, all my test cases passed, but on Jenkins, they failed because the screen size did not change (1044,788). In my Java Selenium code, I have set the dimensions as follows: Dimension newSize = new Dimension(1936, 1048);.
@skreddy85403 жыл бұрын
TQ sir
@colinmaharaj5 ай бұрын
How do I test my native C++ GUI client applications?
@anilBC-z7z2 ай бұрын
How to create jobs for sanity and regression suits
@mrdesigner45903 жыл бұрын
Sir what you taught can I applied in selenium with Java
@softwaretestingmentor3 жыл бұрын
Yes absolutely, Git and Jenkins tutorials will be applicable for any automation code irrespective of programming language. Thanks, Manish
@beslandaur7729 Жыл бұрын
I don’t understand. Devs are working on a new feature and once they commit changes in their code, then automation test should kick off. But how is the automation tester supposed to have test cases ready and automated for a new feature that was not even deployed yet and has not been tested manually, let alone automating it. Totally confused.
@juanrios-lm3it9 ай бұрын
You usually use the test automation to automate the regression testing, the smoke testing, the test cases that are critical for the bussiness... so when the developer integrates the new changes, u make sure that the existing features still work as expected.