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-TheKool3 ай бұрын
Can we install or configure maven in any other drive instead of c drive
Such a incredibly clear Explanation. Appreciate for video!!
@jorikvartanov8063 Жыл бұрын
Good stuff, had to refresh my knowledge! Thanks
@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 Жыл бұрын
Thank you i was watching your videos. it’s really helpful but my framework doesn’t work some point.please advise me
@jasimaazu8773 Жыл бұрын
Good explanation
@hassellvinny Жыл бұрын
Great intro, thank you! Audio dropped out sometimes but still managed to follow most of it. Thank you!
@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 Жыл бұрын
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ת Жыл бұрын
tufk c,j,
@Chime2023 Жыл бұрын
Thank for sharing
@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 Жыл бұрын
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 Жыл бұрын
@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 Жыл бұрын
May I know what's the purpose of running "mvn test" in cmd?
@relaxmusic10112 жыл бұрын
reports were not generating while running in command line please help
@BrApocalypto2 жыл бұрын
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.
@weilin43482 жыл бұрын
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_fury2 жыл бұрын
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_vallee2 жыл бұрын
16:01
@mohammadahsan78732 жыл бұрын
Very Helpful. thanks a lot.
@ruchagodbole77582 жыл бұрын
Please tell me how to install intellij idea
@edgarmosima73952 жыл бұрын
Thanks bro
@mujaddidsislam18972 жыл бұрын
Thank you
@atuls11242 жыл бұрын
thanks,, its solve my problem to run different object of class
@dev41282 жыл бұрын
sir in my case it is not working that comand is working but unable to install again
@alex_lomov2 жыл бұрын
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.
@eyupbayiroglu2 жыл бұрын
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
@gajendersingh43612 жыл бұрын
@@eyupbayiroglu, right click on 'steps' file that you created in 'stepsdefination' folder then click on 'Build Module'. After that it should be fixed.
@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 Жыл бұрын
@@gajendersingh4361 Lifesaver.
@curryographer Жыл бұрын
@@gajendersingh4361 Thanks a lot. i was scratching my head on this too! You are awesome!
@tioputrasalis98072 жыл бұрын
Thank you, I hope you always healthly and safety
@HarshaVardhan-gd1po2 жыл бұрын
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
@Gauss61742 жыл бұрын
thanks dude
@hemanthk69602 жыл бұрын
Hi sir.. Thanks for the video on this automation . I had been looking for the same .. Thanks
@deepsyuncle49722 жыл бұрын
Thank you, sir. Your lessons are really helpful!
@TheCrule2 жыл бұрын
I'm getting Step undefinded error please can i get some explanation :)
@Wlazlkotnaplotek2 жыл бұрын
That was AMAZING. Thank you. Was looking so long for this king of info =)
@walkiri2 жыл бұрын
Thank you for this video. I missed one step from other tutorials and this one helped me :) all clearly explained
@manojmulik61512 жыл бұрын
Thank You very Much you have done really great job by explaining it stepwise
@8004wind2 жыл бұрын
Thanks for the nice video. But could you add how to initiate WebDriver, e.g. chromedriver?