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.
Excellent tutorial. Clearly explaining the need for each package and class. Haven't found one like this so far. Can you also show how to use JUnit inplace of TestNG? Thanks
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.
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.
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 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!
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.(LoginPage_PF.java:32)
Great intro, thank you! Audio dropped out sometimes but still managed to follow most of it. Thank you!
Such a incredibly clear Explanation. Appreciate for video!!
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.
Thank You very Much you have done really great job by explaining it stepwise
Good stuff, had to refresh my knowledge! Thanks
Thank you, I hope you always healthly and safety
Thank you for this video. I missed one step from other tutorials and this one helped me :) all clearly explained
I appreciate this video and tutorial, I have subscribed for more. Stay well.
very clearly explained. Thanks a lot!
Thank you, sir. Your lessons are really helpful!
thank you my friend. It was very helpful!!
Excellent tutorial. Clearly explaining the need for each package and class. Haven't found one like this so far. Can you also show how to use JUnit inplace of TestNG? Thanks
Thanks for suggestion. I would be uploading it shortly
Thank you ! very good Tutorial.
Thank you i was watching your videos. it’s really helpful but my framework doesn’t work some point.please advise me
thank you very much my big brother
Thank you, very useful tutorial for me)
Thank for sharing
very easy to understand
Glad to hear that :)
Thanks for the nice video.
But could you add how to initiate WebDriver, e.g. chromedriver?
May I know what's the purpose of running "mvn test" in cmd?
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
While doing i am getting error as undefined exception
haaaaaaaaaaa me salvaste gracias
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.
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.
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
@@eyupbayiroglu, right click on 'steps' file that you created in 'stepsdefination' folder then click on 'Build Module'. After that it should be fixed.
@@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!
@@gajendersingh4361 Lifesaver.
@@gajendersingh4361 Thanks a lot. i was scratching my head on this too! You are awesome!
excellent tutorial! is there a follow up?
thanks dude
you have not mentioned about cucumber plugin in intelliJ , Please do the needful.
I'm getting Step undefinded error please can i get some explanation :)
Error: Could not find or load main class cucumber.cli.Main
I am also getting same error
16:01
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.(LoginPage_PF.java:32)