Java + Maven + IntelliJ Basic setup
23:59
How to uninstall Jenkins .war
4:46
3 жыл бұрын
Implicit Wait in Selenium
8:11
3 жыл бұрын
How to install Jenkins
6:12
3 жыл бұрын
Java + Cucumber + TestNG +IntelliJ
22:12
Пікірлер
@rakeshbade6853
@rakeshbade6853 5 күн бұрын
Nice
@rashedzaman990
@rashedzaman990 7 күн бұрын
I have watched a couple of videos on cucumber and as of now I have found this particular video is far easier to follow, understand and to say the least, easy to copy and re-produce the code from the video. The content maker certainly deserves or rather I should say has earned 3 kudos from me and those rookies interested to learn Cucumber will find this video truly informative and a great piece of learning material. Great Job Content Maker!!!! I need to watch your other videos!!!!
@KuldeepKumar-TheKool
@KuldeepKumar-TheKool 3 ай бұрын
Can we install or configure maven in any other drive instead of c drive
@EneresMaposa
@EneresMaposa 3 ай бұрын
👏 👏 thanks
@BACHPAN_KI_DUNIYA-1
@BACHPAN_KI_DUNIYA-1 5 ай бұрын
Thank you so much sir for this tutorial.
@YashadaKul
@YashadaKul 8 ай бұрын
superb! I found this video very helpful. Thanks!
@ondrejvrana2478
@ondrejvrana2478 8 ай бұрын
thank you very much
@HakanBatirhanKara
@HakanBatirhanKara 8 ай бұрын
Thanks.
@ayushthe1
@ayushthe1 9 ай бұрын
Thanks. This works
@ManasRanjanSingh-zf9lj
@ManasRanjanSingh-zf9lj 9 ай бұрын
getting Unknown lifecycle phase ".filter.tags=@Test
@yongjunjeong2994
@yongjunjeong2994 10 ай бұрын
Such a incredibly clear Explanation. Appreciate for video!!
@jorikvartanov8063
@jorikvartanov8063 Жыл бұрын
Good stuff, had to refresh my knowledge! Thanks
@prasanthkotagiri3613
@prasanthkotagiri3613 Жыл бұрын
Hi, In the above video my case is if in one of the example data set is executed successfully, it shouldn't go to next set instead it should go to next scenario outline. Is this possible ?
@RahulVagadiya-gw3hc
@RahulVagadiya-gw3hc Жыл бұрын
Thank you i was watching your videos. it’s really helpful but my framework doesn’t work some point.please advise me
@jasimaazu8773
@jasimaazu8773 Жыл бұрын
Good explanation
@hassellvinny
@hassellvinny Жыл бұрын
Great intro, thank you! Audio dropped out sometimes but still managed to follow most of it. Thank you!
@MRRelax40
@MRRelax40 Жыл бұрын
Oh My God! Thank you very much for the video. I was wondering why maven dependencies are not working for me and nobody told me in the previous 5 videos I watched to just simply right-click on dependency content and reload the project so it would download it's dependencies automatically. it works now. Saved 2 hours of my time searching!!! beside that I loved the entire video!!!!!!!!!!!!!!!
@digitallova
@digitallova Жыл бұрын
what if if wanna execute the first and 3rd example ? are we obliged to seperate examples each time ? dont you think we're losing all the benefits of scenerio outlines when using the method you showed?
@אוראליוסף-ט8ת
@אוראליוסף-ט8ת Жыл бұрын
tufk c,j,
@Chime2023
@Chime2023 Жыл бұрын
Thank for sharing
@sunnydsouza5945
@sunnydsouza5945 Жыл бұрын
Sir, in my case i do not see the adminPassword file in secrets folder. Cannot login as admin. It disappears after i freshly install jenkins.
@subhashinisamba2557
@subhashinisamba2557 Жыл бұрын
Thank you very much for this video, it so helpful. Please add more videos for IntelliJ IDE using Java, cucumber and TestNG combination to improve the knowledge of the tools.
@nihadmmmdli
@nihadmmmdli Жыл бұрын
@sunnydsouza8915
@sunnydsouza8915 Жыл бұрын
Did your complete steps as per your video . but still i am not able to uninstall a jenkins application . had installed it via the jenkins.war. looking for more solution
@Damikaize
@Damikaize Жыл бұрын
May I know what's the purpose of running "mvn test" in cmd?
@relaxmusic1011
@relaxmusic1011 2 жыл бұрын
reports were not generating while running in command line please help
@BrApocalypto
@BrApocalypto 2 жыл бұрын
When i extends the Runner class with the abstract from testng all my @Before tags are not executing. Can someone help me with this? Srry for the bad english.
@weilin4348
@weilin4348 2 жыл бұрын
Could anyone tell me .what is wrong with it ? java.lang.NoSuchMethodError: org.openqa.selenium.support.PageFactory.initElements(Lorg/openqa/selenium/SearchContext;Ljava/lang/Object;)V at pagefactory.LoginPage_PF.<init>(LoginPage_PF.java:32)
@edward_fury
@edward_fury 2 жыл бұрын
please I need your help... I have this error: META-INF/versions/9/module-info is not a class because access_flag ACC_MODULE is set
@xo_vallee
@xo_vallee 2 жыл бұрын
16:01
@mohammadahsan7873
@mohammadahsan7873 2 жыл бұрын
Very Helpful. thanks a lot.
@ruchagodbole7758
@ruchagodbole7758 2 жыл бұрын
Please tell me how to install intellij idea
@edgarmosima7395
@edgarmosima7395 2 жыл бұрын
Thanks bro
@mujaddidsislam1897
@mujaddidsislam1897 2 жыл бұрын
Thank you
@atuls1124
@atuls1124 2 жыл бұрын
thanks,, its solve my problem to run different object of class
@dev4128
@dev4128 2 жыл бұрын
sir in my case it is not working that comand is working but unable to install again
@alex_lomov
@alex_lomov 2 жыл бұрын
There is something missing. I've tried following the video, but I was able to run it from the feature file. Running the runner class or the xml file resulted in errors. The Cucumber didn't find the steps definition, while I was able to navigate from feature file to the steps definitions by holding Ctrl and clicking on a step. And at some point, the error was saying that the testing xml file is invalid.
@eyupbayiroglu
@eyupbayiroglu 2 жыл бұрын
Did you solve it? I am in the same position, i can navigate from feature file to the step definitions by clicking on a step but when i run the feature file it says step undefined
@gajendersingh4361
@gajendersingh4361 2 жыл бұрын
@@eyupbayiroglu, right click on 'steps' file that you created in 'stepsdefination' folder then click on 'Build Module'. After that it should be fixed.
@LeyliFilms
@LeyliFilms Жыл бұрын
@@gajendersingh4361 Thank you so much for your comment! I spent 2 days solving the problem, watched all possible tutorials exactly following all steps and tests didn't pass. Thank you!
@Tukomika
@Tukomika Жыл бұрын
@@gajendersingh4361 Lifesaver.
@curryographer
@curryographer Жыл бұрын
@@gajendersingh4361 Thanks a lot. i was scratching my head on this too! You are awesome!
@tioputrasalis9807
@tioputrasalis9807 2 жыл бұрын
Thank you, I hope you always healthly and safety
@HarshaVardhan-gd1po
@HarshaVardhan-gd1po 2 жыл бұрын
how to mail this testng reports to test lead from jenkins my question is this please give me the answer or a viedo in this i searches 50+ viedos i havent get the answer please.... please answer me for this question please
@Gauss6174
@Gauss6174 2 жыл бұрын
thanks dude
@hemanthk6960
@hemanthk6960 2 жыл бұрын
Hi sir.. Thanks for the video on this automation . I had been looking for the same .. Thanks
@deepsyuncle4972
@deepsyuncle4972 2 жыл бұрын
Thank you, sir. Your lessons are really helpful!
@TheCrule
@TheCrule 2 жыл бұрын
I'm getting Step undefinded error please can i get some explanation :)
@Wlazlkotnaplotek
@Wlazlkotnaplotek 2 жыл бұрын
That was AMAZING. Thank you. Was looking so long for this king of info =)
@walkiri
@walkiri 2 жыл бұрын
Thank you for this video. I missed one step from other tutorials and this one helped me :) all clearly explained
@manojmulik6151
@manojmulik6151 2 жыл бұрын
Thank You very Much you have done really great job by explaining it stepwise
@8004wind
@8004wind 2 жыл бұрын
Thanks for the nice video. But could you add how to initiate WebDriver, e.g. chromedriver?
@Nstyleonlineuk
@Nstyleonlineuk 2 жыл бұрын
Thank you ! very good Tutorial.
@saadbinsami4801
@saadbinsami4801 2 жыл бұрын
Great video. It helped alot. Thanks man.
@tahabulentdursun8701
@tahabulentdursun8701 2 жыл бұрын
thank you very much my big brother