Hi guys, if you like the content of the channel then plz share with your friends learning automation. ✅ Recent Uploads := kzbin.info/aero/PLlc_LrU50tljOnB-LUofJpBkeSMskcQVd ✅ Selenium series videos Playlist := kzbin.info/aero/PLlc_LrU50tliMZrnSa0a9geljzCijPDfq ✅ Maven Tool videos playlist := kzbin.info/aero/PLlc_LrU50tlgWOrybr-Ppffg6T_1cXeUb ✅ Java Language Concepts := kzbin.info/aero/PLlc_LrU50tliq2RV-1Yhr2IjJ5RqXCQjU ✅TestNG Framework Videos:= kzbin.info/www/bejne/Y3yomGVmhJuArtU ✅ Become Master in Xpath:= kzbin.info/www/bejne/jaeUmXuCndmhsNk ✅ Protractor series videos playlist := kzbin.info/aero/PLlc_LrU50tlim53VdVwAmCnBr8M2x38y8 ⚡️ Thanks for your support !! ⚡️
@brian_m18923 жыл бұрын
Thank you very much AJ for making this excellent tutorial ! It was 100% very helpful for a beginner like me. I'm now a subscriber to your channel. Thank you again. Namaste
@AJAUTOMATION3 жыл бұрын
Namaste Brian 🙏, thanks for your valuable feedback 👍. I am glad to see that video was helpful. Plz don't forget to like and share the content whichever you find informative to reach more candidates.
@giridharanrangasami29513 жыл бұрын
All your explanation videos is Excellent
@AJAUTOMATION3 жыл бұрын
Thanks for the feedback..
@UrosGavric2 жыл бұрын
Thank you very much. Made parallel executions from TestNG, but was stuck with parallel execution from Maven.
@AJAUTOMATION2 жыл бұрын
Thanks for watching @urosgavric 🙂.. Plz share the content whichever you find informative to reach more people...
@basavakeerthi41072 жыл бұрын
Hi, how to pass dynamic values from properties file to pom.Xml
@AJAUTOMATION2 жыл бұрын
Try passing parameters at run time - kzbin.info/www/bejne/g4XYp3WhaNakb5Y Also if you are using jenkins parameters, their values can be changed in pom or any other files using shellscript...
@basavakeerthi41072 жыл бұрын
Can i plz contact you in anyway as my need is bit different?
@nawazpasha25052 жыл бұрын
How to control number of instances like how many number of browsers it should launch?
@AJAUTOMATION2 жыл бұрын
On local machine we can use thread count and parallel attribute. While running from Jenkins with docker selenium grid , we can make a use of Jenkins parameter lets say "Thread-count" along with thread count and parallel attribute. With shell script we will replace the thread count number equal to the Jenkins parameter value and accordingly we will create browser nodes containers and tests will run in parallel. So if we set Thread-count=3 then 3 chrome / FF browsers will open. Thanks for asking @nawaz
@ruchimishra38264 жыл бұрын
Thanks for informative video, Please suggest how we can run testng.xml parallelly having multiple suite-files inside it. Example - Here testng.xml has suite-files where each suite-file has again multiple tests. What settings should be done to run testng1.xml and testng2.xml parallelly.
@AJAUTOMATION3 жыл бұрын
Hi @Ruchi, Thank you for taking the time to comment, and I'm glad you found my content helpful. Sorry for late reply, I missed ur comment. for ur Scenario , There are two ways 1. do following configuration in sureFire plugin. Add under suiteXmlFiles TestNG2.xml TestNG.xml and add under properties:= suitethreadpoolsize 2 Now run with mvn test, u will see tests both testng XMLs are running in parallel. 2. Another way is to create a TestngRunner.xml and add := now again go to pom.xml and give TestngRunner.xml in surefire plugin and keep suitethreadpoolsize 2 or more. I will create video on this soon.
@roopadolli19103 жыл бұрын
Sir please cover CI-CD pipeline concept..
@AJAUTOMATION3 жыл бұрын
Yes, will try to start Jenkins series soon. We should not start CICD directly. First I will cover Jenkins basics so that understanding CICD would be easy. Thanks for asking.
@roopadolli19103 жыл бұрын
@@AJAUTOMATION Thanks for your response sir... Please cover jenkins tutorial with respect to automation..