I am very lucky that i found your channel and it really encourages me to start my carrer after 8 years of my btech and it's a blessing for me that i come across your channel and a huge respect to you for making a carrer of lot of students who cant go outside for training .
Best teacher on RUclips for all testing related learning!!! you teach us every concept so easily and every new technology seems so interesting with your teaching .. hatsoff to your teaching sir .. God bless you for all the good work you are doing.
I have been working in testing for a very long time especially in automation but never seen such a nice, super way of teaching and presentation. Love your videos and I am a big fan of yours. Thanks a lot. you are 100/100 , Greeting from UK.
Thank you for the wonderful work you have released to the public. You have done to the academic sector a valuable job. You have also recovered the negative experience many of us had with those people that record session but are not able to teach. Many times I stopped learning a topic in RUclips because the person had hidden valuable information. With this series of videos, you have released, I am able to follow everything and I am learning Automation Testing from the beginner as a totally beginner. You are an amazing teacher! You are better than many professors that only carry the title but are not able to do the job. Thank you!
Hello thank you so much for this. I almost forgot how to write a cucumber file from scratch but this video gave me all the confidence to write one again. Great video for beginners or people who need to refresh their mind.
@01:09 - TDD means @03:44 Disadvantage of TDD @5:15 - BDD means @5:52 TDD tools @6:13 BDD tools @6:41 difference between functional and acceptance @13:08 Cucumber means @17:23 Advantage of Maven @20:26 IntelliJ installation @21:50 Changing IntelliJ theme @23:21 Create Maven Project in IntelliJ @28:05 Updating pom.xml with required dependencies in IntelliJ @37:39 Adding Cucumber for JAVA plugin in IntelliJ @42:43 Add Junit and Hamcrest JARS in IntelliJ @48:18 Create Maven Project in Eclipse @49:05 Deleting unnecessary packages in Eclipse @49:13 Updating pom.xml in Eclipse @50:12 Adding tools dependency in pom.xml (Eclipse) @53:31 Adding Cucumber plugin in Eclipse @58:04 How TestNG works @58:17 How Cucumber works @01:08:30 Creating feature file in IntelliJ @01:14:47 Adding Gherkin language to feature file in IntelliJ @01:18:20 Creating package for Step Definition and Test Runner file in IntelliJ @01:19:47 Creating Step Definition class in IntelliJ @01:31:43 Creating Test Runner class in IntelliJ
Hello, First of all thank you for your effort in preparing such a comprehensive lecture. Second, I have follow the same steps but the scenario was undefined and the steps are too. I have tried and google it but I didn't find any solution, If you have any idea please post it. it will be appreciated.
Thank you for taking your time to create this, I followed every step with intelij and I have the following results: WARNING: No features found at file:/C:/Users/assur/Documents/ManageMy/ManageMy-Automation-Cucumber/Features/MMLogin.Feature 0 Scenarios 0 Steps Can you or anyone else help with this please as I cannot get it to run.. I guess some config is missing or incorrectly setup
Great detail explaination. Please make a video about tools and technology combination for testing mobile or desktop apps using the open source resources out there. Thank you.
Excelent tutorial with clear explanations on how to setup Cucumber and create a simple example to demonstrate it's usage. Subscribing to the channel, thanks for the video!
Hi sir , i have add the all the dependency in pom.xml but in Dependency i am facing this error 'net.sourceforge.cobertura:cobertura:2.1.1' not found, how to resolve this error sir
Thank you for your presentation. I'm going into testing since I find that more fun, but haven't had any experience in automated testing, only manual, so this give me a good walkthrough of how it works! Just a question, you said that we can generate a report with the TestRunner class. Where is this report output? Is this a file or something? Thanks!
Also i followed the same steps for writing test cases in cucumber in Gherkin language, but the test-output folder is not getting generated any idea what should be done for resolving the issue with cucumber
Exception in thread "main" cucumber.runtime.CucumberException: No backends were found. Please make sure you have a backend module on your CLASSPATH. I am getting this error when running the feature file
Thank you for the amazing explanation! I get this error on running feature file for generating snippets - Any idea on how can I resolve this issue? java.lang.AbstractMethodError: Receiver class cucumber.runtime.java.JavaBackend does not define or inherit an implementation of the resolved method abstract getSnippet(Lgherkin/pickles/PickleStep;Ljava/lang/String;Lcucumber/runtime/snippets/FunctionNameGenerator;)Ljava/lang/String; of interface cucumber.runtime.Backend.
Hello Sir, The video is very good and you have given step by step explanation. I have followed all the steps and while running the first feature file, getting the below error. Can you please help me? Error: Could not find or load main class cucumber.cli.Main Caused by: java.lang.ClassNotFoundException: cucumber.cli.Main
Hey Paven, I walked through all of this in intelliJ but after I make the Steps file and put my glue code in there. It still show as yellow. The Feature File cannot find the StepsFile.. Any suggestions?
Very Helpful. I have one questions here, chromdriver.exe file path and url path is given directly. can we store it somewhere in configuration file ? if yes where and how can we access ?
Thank you for this video. This helps me a lot as beginner. I encountered a problem while adding the Cobertura dependency. Error showing as Missing artifact com.sun:tools:jar:0. Need help how to overcome this issue. Thanks .
Great Lecture. Awesome content. However, there is lot of repetition! You tend to repeat a lines multiple times which can be frustrating sometimes. Kudos on the content though!
Hi Pavan, i followed all the steps as per your tutorial for intelliJ, But getting error when i execute OrangeHRM feature file, as - Exception in thread "main" java.lang.NoClassDefFoundError: io/cucumber/plugin/ConcurrentEventListener Could you please help? Thanks
I am not able to generate report html folder, only json and XML folder are generated. When trying to generate html folder, it's generating some unknown file. For html using plugin = {"pretty", "html:report-folder"}
I get this error message when I run from Test Runner ...1:36 I tried to check my dependencies. because StackOverflow says this type of issue can solve by dependencies. Like jvm, java and junit dependencies must be same version. I did but still same. Do u have any idea how can I solve. java.lang.NoSuchMethodError: io.cucumber.core.runtime.ObjectFactoryServiceLoader.(Ljava/util/function/Supplier;Lio/cucumber/core/backend/Options;)V
@01:09 - TDD means @03:44 Disadvantage of TDD @5:15 - BDD means @5:52 TDD tools @6:13 BDD tools @6:41 difference between functional and acceptance @13:08 Cucumber means @17:23 Advantage of Maven @20:26 IntelliJ installation @21:50 Changing IntelliJ theme @23:21 Create Maven Project in IntelliJ @28:05 Updating pom.xml with required dependencies in IntelliJ @37:39 Adding Cucumber for JAVA plugin in IntelliJ @42:43 Add Junit and Hamcrest JARS in IntelliJ @48:18 Create Maven Project in Eclipse @49:05 Deleting unnecessary packages in Eclipse @49:13 Updating pom.xml in Eclipse @50:12 Adding tools dependency in pom.xml (Eclipse) @53:31 Adding Cucumber plugin in Eclipse @58:04 How TestNG works @58:17 How Cucumber works @01:08:30 Creating feature file in IntelliJ @01:14:47 Adding Gherkin language to feature file in IntelliJ @01:18:20 Creating package for Step Definition and Test Runner file in IntelliJ @01:19:47 Creating Step Definition class in IntelliJ @01:31:43 Creating Test Runner class in IntelliJ
Hi Sir I am working on Intellij +Gradile+Cucumber +Sellinum I have add plugins add per your flow Writen sample features file (Note but Not created defination) I tried to run feature file by click right click and showing error message Error: Could not find or load main class cucumber.cli.main Please guide me sir
I am very lucky that i found your channel and it really encourages me to start my carrer after 8 years of my btech and it's a blessing for me that i come across your channel and a huge respect to you for making a carrer of lot of students who cant go outside for training .
I'm so glad!
Best teacher on RUclips for all testing related learning!!! you teach us every concept so easily and every new technology seems so interesting with your teaching .. hatsoff to your teaching sir .. God bless you for all the good work you are doing.
It's my pleasure
I have been working in testing for a very long time especially in automation but never seen such a nice, super way of teaching and presentation. Love your videos and I am a big fan of yours. Thanks a lot. you are 100/100 , Greeting from UK.
After learning basics selenium, should I go for testNg Or cucumber?
Thank you for the wonderful work you have released to the public. You have done to the academic sector a valuable job. You have also recovered the negative experience many of us had with those people that record session but are not able to teach. Many times I stopped learning a topic in RUclips because the person had hidden valuable information.
With this series of videos, you have released, I am able to follow everything and I am learning Automation Testing from the beginner as a totally beginner. You are an amazing teacher! You are better than many professors that only carry the title but are not able to do the job.
Thank you!
The only video on RUclips whuch guides completely from basic I found. Thanks for your hardwork.
You’re welcome
Hello thank you so much for this. I almost forgot how to write a cucumber file from scratch but this video gave me all the confidence to write one again. Great video for beginners or people who need to refresh their mind.
Sir... You are God for all the testers
thanks
Officially.....You are the best!!!Thanx a millions
Welcome
@@sdetpavan Sir,What does "Example Feature" does as i am bit confused?
@01:09 - TDD means
@03:44 Disadvantage of TDD
@5:15 - BDD means
@5:52 TDD tools
@6:13 BDD tools
@6:41 difference between functional and acceptance
@13:08 Cucumber means
@17:23 Advantage of Maven
@20:26 IntelliJ installation
@21:50 Changing IntelliJ theme
@23:21 Create Maven Project in IntelliJ
@28:05 Updating pom.xml with required dependencies in IntelliJ
@37:39 Adding Cucumber for JAVA plugin in IntelliJ
@42:43 Add Junit and Hamcrest JARS in IntelliJ
@48:18 Create Maven Project in Eclipse
@49:05 Deleting unnecessary packages in Eclipse
@49:13 Updating pom.xml in Eclipse
@50:12 Adding tools dependency in pom.xml (Eclipse)
@53:31 Adding Cucumber plugin in Eclipse
@58:04 How TestNG works
@58:17 How Cucumber works
@01:08:30 Creating feature file in IntelliJ
@01:14:47 Adding Gherkin language to feature file in IntelliJ
@01:18:20 Creating package for Step Definition and Test Runner file in IntelliJ
@01:19:47 Creating Step Definition class in IntelliJ
@01:31:43 Creating Test Runner class in IntelliJ
i did nt find hamcrest jar in lib folder can u help bro
sir you explain and teach every thing in well efficient manner. everything is perfect except only one thing, and that is voice quality.
Thank you sir. Guru is next to God and you deserve that place.
Very detailed explanation , as a beginner I understood it clearly
No one can explain like him ,adorable
Thanks
Pavan, you are the hero we didn´t know we wanted, but we desperately need...
Hello, First of all thank you for your effort in preparing such a comprehensive lecture. Second, I have follow the same steps but the scenario was undefined and the steps are too. I have tried and google it but I didn't find any solution, If you have any idea please post it. it will be appreciated.
Really helpful… I truly appreciate the hard work you put in your videos! You are a life saver
thanks
I had that com.sun.tools problem for intellij not for eclipse. Thanks for that tip, it really helped! You live longer!
In the latest version of cucumber ver4/ver5 it is not required.
@@sdetpavan Sir can u pls share tools.jar file?
@@John12685 Bro Did you get that file... please help me out in this....
@@vikramv1874 No bro me too didn't find this. Sir pavan didn't share it.
Excellent teaching. Thank you 🙏
You are very welcome
Thank you for the wonderful video. Have question: If we don't see Hamcrest, how to proceed?
Sir, it is a very detailed explained video. Thank You.
Welcome
Very helpful videos for automation. Good jod sir.
Thanks
Thabks it worked first time for me 😅
Good to hear
Ultimate session sir!!!!! :)
Thanks
Thank you for all the hard work, learnt from your lectures/videos
You are welcome!
Awesome tutorial! I did step by step as it is shown in video and it worked perfectly for me.
Very nice materials.so easy to learn and understand for beginners in Automation.Any new videos related to cucumber framework ?
Thank you so much for the beautiful explanation
My pleasure
Sir ur awesome Thank you for such an amazing tutorial.
You are most welcome
Awesome explanation sir. Thanks a lot for making these videos.
Thanks and welcome
Thank you for ur time for an excellent explanation
You are welcome!
hi Pavan, Please let me know where I can find the depencies list for this Cucumber project?
Great work sir 🎉🎉
Thanks
Thank you for taking your time to create this, I followed every step with intelij and I have the following results:
WARNING: No features found at file:/C:/Users/assur/Documents/ManageMy/ManageMy-Automation-Cucumber/Features/MMLogin.Feature
0 Scenarios
0 Steps
Can you or anyone else help with this please as I cannot get it to run.. I guess some config is missing or incorrectly setup
No words.... Great Lecture
Thanks a lot
Very Clear explanation Thank you
You are welcome
is this the first video we have to watch in this playlist?
Great detail explaination. Please make a video about tools and technology combination for testing mobile or desktop apps using the open source resources out there. Thank you.
Very nice. Very helpfull. THANKS
You are welcome!
Hey, thank you for explaining so well. Could you please also share other videos related to this session.
You can watch full playlist here: ruclips.net/video/d56lRIAwQEI/видео.html
@@sdetpavan thank you, but they are done on eclipse software and not intellij. Do we have anymore tutorials done using Intellij?
Excelent tutorial with clear explanations on how to setup Cucumber and create a simple example to demonstrate it's usage.
Subscribing to the channel, thanks for the video!
Is this video covers whole cucumber framework syllabus ?
Good teaching sir
Thanks
Thank you very much for your detailed explanations. can you please make a video on cucumber hooks for page object framework. Thanks
Hello, thank You for the video. But i could not find Hamcrest-core library in JetBeans lib folder. What to do in such cases?
i am having same problem, did you get solution? ,please share,
thanks
I can't find Step5) We need to add JUnit & Hamcrest libraries to your project from IntelliJ installation location(lib folder). what can I do?
very helpful.................
thanks
He is the best thank you very much sir
most welcome
Thank you very much Sir! 🙏🏼
Most welcome!
Excellent, it's very helpful thank you
Welcome
Really helpful :) Thanks a lot for the good work, appreciate it. I followed everything and I could make things run.
Thank you SDET! You are the best!
My pleasure
lai bhari sir
Thanks a lot , followed every step and created successfully my project :) really you explained very basics and step by step process :)
Thank you
Welcome
Hi sir , i have add the all the dependency in pom.xml but in Dependency i am facing this error 'net.sourceforge.cobertura:cobertura:2.1.1' not found, how to resolve this error sir
Where I find those dependency files please upload dependency in description it is very helpful
Thank you for your presentation.
I'm going into testing since I find that more fun, but haven't had any experience in automated testing, only manual, so this give me a good walkthrough of how it works! Just a question, you said that we can generate a report with the TestRunner class. Where is this report output? Is this a file or something? Thanks!
Thanks for the tutorials,can you please explain why im getting error in stepdefination file with the "driver" ,how to resolve it.
Also i followed the same steps for writing test cases in cucumber in Gherkin language, but the test-output folder is not getting generated any idea what should be done for resolving the issue with cucumber
Exception in thread "main" cucumber.runtime.CucumberException: No backends were found. Please make sure you have a backend module on your CLASSPATH.
I am getting this error when running the feature file
unable to configure the pom xml on Eclipde IDE. WHERE CAN I DOWNLOAD OLDER VERSIONS OF JDK WITH THE TOOLS PATH?
Thank you for the amazing explanation!
I get this error on running feature file for generating snippets - Any idea on how can I resolve this issue?
java.lang.AbstractMethodError: Receiver class cucumber.runtime.java.JavaBackend does not define or inherit an implementation of the resolved method abstract getSnippet(Lgherkin/pickles/PickleStep;Ljava/lang/String;Lcucumber/runtime/snippets/FunctionNameGenerator;)Ljava/lang/String; of interface cucumber.runtime.Backend.
Amazing sir
Thanks and welcome
Hello Sir, The video is very good and you have given step by step explanation. I have followed all the steps and while running the first feature file, getting the below error. Can you please help me?
Error: Could not find or load main class cucumber.cli.Main
Caused by: java.lang.ClassNotFoundException: cucumber.cli.Main
Very well explained. Thank u so much sir
Hey Paven, I walked through all of this in intelliJ but after I make the Steps file and put my glue code in there. It still show as yellow. The Feature File cannot find the StepsFile.. Any suggestions?
io.cucumber
cucumber-junit
4.3.0
test
io.cucumber
cucumber-picocontainer
4.3.0
test
org.seleniumhq.selenium
selenium-java
4.0.0-alpha-5
io.cucumber
cucumber-html
0.2.7
org.hamcrest
hamcrest-core
2.2
test
net.masterthought
cucumber-reporting
5.1.1
io.cucumber
cucumber-jvm-deps
1.0.6
provided
io.cucumber
cucumber-testng
5.5.0
org.junit.jupiter
junit-jupiter-api
5.6.1
test
io.github.bonigarcia
webdrivermanager
3.8.1
@@rahulkantjha Where is tools.jar dependency?
Hello sir, the videos available in playlist content is sufficient enough to crack interview?
Hello! I am getting this error in my pom.xml, i'm not sure what to do :(
"Unresolved dependency: 'com.sun:tools:jar:0'"
Thanks for this. May I know what is the latest version of gherkin supported by cucumber?
Hi @Okechukwu Bright Onwumere I am also getting the same issue as @Vishal Shrivastava.
please guide what to do next.
Natural plugIn isnt available now, what to do or is it included in cucumber plugIn only?
Very Helpful. I have one questions here, chromdriver.exe file path and url path is given directly. can we store it somewhere in configuration file ? if yes where and how can we access ?
Hello sir the instructions in this video are only for intellij not eclipse.. do we follow the same instructions to set up in eclipse?
Thank you for this video. This helps me a lot as beginner. I encountered a problem while adding the Cobertura dependency. Error showing as Missing artifact com.sun:tools:jar:0. Need help how to overcome this issue. Thanks .
found any solution?
Great Lecture. Awesome content. However, there is lot of repetition! You tend to repeat a lines multiple times which can be frustrating sometimes. Kudos on the content though!
Hello sir, I don't have tools.jar file. Could you please provide it and also tell the dependency for tools.
Thank you.. Really helpful.
Welcome
I am getting an error like "Test framework quit unexpectedly" while run the feature file. how can be resolved this?
Thanks Pavan for nice video, Could you please let me know when you planning to start C# automation series
I have plan for this. Available soon.
@@sdetpavan Sir pls c# with Selenium and related TDD and BDD frameworks like NUnit and Specflow etc pls pls highly recommend
Thanks for your videos.U are so helpfull but isnt this is so outdated?I wish u update all these.
Hi Pavan, i followed all the steps as per your tutorial for intelliJ, But getting error when i execute OrangeHRM feature file, as - Exception in thread "main" java.lang.NoClassDefFoundError: io/cucumber/plugin/ConcurrentEventListener
Could you please help? Thanks
Excellent sir..thanks you so much!
Welcome
Do Junit and Hamcrest libraries are added by default in eclipse?
I am not able to generate report html folder, only json and XML folder are generated. When trying to generate html folder, it's generating some unknown file.
For html using plugin = {"pretty", "html:report-folder"}
Hey Everyone.. Its Working :)
Is there a way to resolve "Error: Could not find or load main class cucumber.cli.Main" on running feature file?
Open Feature file> Click on the Edit Configuration option(Right side beside build option) > Select the Scenario..
Hope, this works..
Thanku so much sir for this tutorial
Welcome
Could you kindly help me to fix the error "Undefined scenarios:"
I have already defined the steps in feature file....pls help!!!
I get this error message when I run from Test Runner ...1:36
I tried to check my dependencies. because StackOverflow says this type of issue can solve by dependencies. Like jvm, java and junit dependencies must be same version. I did but still same. Do u have any idea how can I solve.
java.lang.NoSuchMethodError: io.cucumber.core.runtime.ObjectFactoryServiceLoader.(Ljava/util/function/Supplier;Lio/cucumber/core/backend/Options;)V
Facing exception undefined scenario in when trying to execute from test runner but same is working fine from feature file
Sir can you please tell me the video name for selenium with TestNG........ is Selenium with Java and TestNG are same
Perfect!! one ....Thank You so much
Hi Sir, Can we use scenario outline and data table together in the same feature file ???
Hello Sir,
after adding cobertura dependency getting error in POM.XML file. could you please suggest.
@01:09 - TDD means
@03:44 Disadvantage of TDD
@5:15 - BDD means
@5:52 TDD tools
@6:13 BDD tools
@6:41 difference between functional and acceptance
@13:08 Cucumber means
@17:23 Advantage of Maven
@20:26 IntelliJ installation
@21:50 Changing IntelliJ theme
@23:21 Create Maven Project in IntelliJ
@28:05 Updating pom.xml with required dependencies in IntelliJ
@37:39 Adding Cucumber for JAVA plugin in IntelliJ
@42:43 Add Junit and Hamcrest JARS in IntelliJ
@48:18 Create Maven Project in Eclipse
@49:05 Deleting unnecessary packages in Eclipse
@49:13 Updating pom.xml in Eclipse
@50:12 Adding tools dependency in pom.xml (Eclipse)
@53:31 Adding Cucumber plugin in Eclipse
@58:04 How TestNG works
@58:17 How Cucumber works
@01:08:30 Creating feature file in IntelliJ
@01:14:47 Adding Gherkin language to feature file in IntelliJ
@01:18:20 Creating package for Step Definition and Test Runner file in IntelliJ
@01:19:47 Creating Step Definition class in IntelliJ
@01:31:43 Creating Test Runner class in IntelliJ
Hi Sir
I am working on Intellij +Gradile+Cucumber +Sellinum
I have add plugins add per your flow
Writen sample features file (Note but Not created defination)
I tried to run feature file by click right click and showing error message
Error: Could not find or load main class cucumber.cli.main
Please guide me sir
Parallel execution is not stable while opening the browser as browser count varying everytime could have help me
The tools dependencies path , how to give for Mac device? please let me know
what are the cucumber , selenium dependencies to add in pom.xml for java version 13.0
Hi sir, i do not have eclipse market place option in help in my eclipse. what is the problem?
while running features file getting Error running 'OrangeHRM.feature': Please specify Node.js interpreter