Hi guys, The tutorial is 8hours people might think for spending 8hours on cucumber , but i can tell you guys this tutorial is awsome very good explanation. Arun covered POM explanation+Framework creation+ cucumber+code enhancing + git+jenkins. No where i see very good tutorial. And he followed Industry standard Just follow without any doubt. Thanks for your help Arun. Much appreciated to your work
Hi Arun, many thanks for great study sources here on TH-cam and also on Udemy. Is it possible to use this Cucumber framework on example with TestNG in your previous session -> Learn Selenium Java Hybrid Framework in 12 hours (TestNG, POM, PF, ExtentReports,Git,GitHub,Jenkins)?
Thanks Arun, but i am not getting any related step definition codes after running feature file as cucumber feature , time stamp 56:16 Thanks in advance.
Hello, thank you very much for this material, query, what is the name of the application you use to create the mind map with each step of the course, it is shown at point 1:05:34 of the video.
Hlo, We have been written 3 feature files ( Login page, Signup page, & search of any products page), if we run this then 1st login page will run and 2nd signup page and then 3rd search page will run, suppose if i want to run the same program but 1st signup page should run and 2nd login page should run and then 3rd search page should run, how it can bee written can any one help me out of this.. if there is any video for it then attach a link here.. it can help to lot of them... Thanks.
Hi, driver = DriverFactory.getDriver() statement already defined in MyHooks , then do we need to define again the same statement in all 3 java classes( defined as first line in all 3 classes)?.
i have this error , Duplicate step definitions in stepdefinitions.Login.User_enters_valid_email_address_into_email_field(java.lang.String) and stepdefinitions.Login.user_enters_valid_email_address_into_email_field(java.lang.String) when execute cucumber feature in Run As
Thank you, Arun. Thanks for video, really appreciate it. Could you create a video about Rest Assured, or suggest the best channel to learn it? Please suggest me ,i want to learn API so.
how to resolve the below error while running feature file pls help Error: Could not find or load main class cucumber.api.cli.Main Caused by: java.lang.ClassNotFoundException: cucumber.api.cli.Main
I have followed same steps Arun While Running the My runner its getting error it is showing as Test Class not found in selected project . How to Resolve this???? Or Anyone can help in this
hi all, why i am getting this exception Duplicate step definitions in Stepdefinetion.Login.User_should_get_successfully_loggin() and Stepdefinetion.Login.User_should_get_warning_messageb() while running as a cucumber feature but author is not getting this error he has also used in all the scenarios User navigates to Register Account Page. Help
Many thanks for this video. At 2 h 13 min, in the first execution of the test, why do I have the message "java.lang.NullPointerException: Cannot invoke "org.openqa.selenium.WebDriver.findElement(org.openqa.selenium.By)" because "this.driver" is null" ? I did exactly what you did. Followed step by step. Any ideas?
For any doubts, live training updates and free Courses please join our Telegram channel t.me/qafoxoriginal
Hi guys, The tutorial is 8hours people might think for spending 8hours on cucumber , but i can tell you guys this tutorial is awsome very good explanation. Arun covered POM explanation+Framework creation+ cucumber+code enhancing + git+jenkins. No where i see very good tutorial. And he followed Industry standard Just follow without any doubt.
Thanks for your help Arun.
Much appreciated to your work
Thanks for that
Thank you very much for this video..i am looking for this type of video for long time..Thanks
Most welcome 😊
Thanks Arun, Thank you very much for this video.
My pleasure
Dear sir , u r teaching and explained very well but speak little bit slowly because U speak fast and i need to hear it at the speed of 0.75 😄.
Sorry, sometimes I can't help myself. I will consider this for future videos.
Hi Arun, many thanks for great study sources here on TH-cam and also on Udemy. Is it possible to use this Cucumber framework on example with TestNG in your previous session -> Learn Selenium Java Hybrid Framework in 12 hours (TestNG, POM, PF, ExtentReports,Git,GitHub,Jenkins)?
Paid for courses in udemy no instructor gives this much detail
Thanks Arun, but i am not getting any related step definition codes after running feature file as cucumber feature , time stamp 56:16 Thanks in advance.
Hello, thank you very much for this material, query, what is the name of the application you use to create the mind map with each step of the course, it is shown at point 1:05:34 of the video.
Its xmind.
Hlo,
We have been written 3 feature files ( Login page, Signup page, & search of any products page), if we run this then 1st login page will run and 2nd signup page and then 3rd search page will run, suppose if i want to run the same program but 1st signup page should run and 2nd login page should run and then 3rd search page should run, how it can bee written can any one help me out of this..
if there is any video for it then attach a link here..
it can help to lot of them...
Thanks.
Hi, driver = DriverFactory.getDriver() statement already defined in MyHooks , then do we need to define again the same statement in all 3 java classes( defined as first line in all 3 classes)?.
Hi, can we create different cucumber projects in same work space?
Nice explanation
Thank you :)
i have this error , Duplicate step definitions in stepdefinitions.Login.User_enters_valid_email_address_into_email_field(java.lang.String) and stepdefinitions.Login.user_enters_valid_email_address_into_email_field(java.lang.String) when execute cucumber feature in Run As
Thank you, Arun. Thanks for video, really appreciate it. Could you create a video about Rest Assured, or suggest the best channel to learn it? Please suggest me ,i want to learn API so.
Hi Arun In elements Utils class do we need to give explicit wait for each and every element even when not required . Is it a good practice?
Yes, its a good practice
@@QAFox Thanks Arun.
how to resolve the below error while running feature file pls help
Error: Could not find or load main class cucumber.api.cli.Main
Caused by: java.lang.ClassNotFoundException: cucumber.api.cli.Main
Proper libraries of cucumber are not used. Cross check again.
Excellent teaching sir.. In this framework, Which cucumber version u have used sir...
can you explain what is tthe difference between cumcumber bdd framework and hybrid framework
Hi Arun.. Thanks for this video.. could you please create video on how to create restAssuerd framework
Sure, I will work on it.
@@QAFox Thanks You So Much 🙂
Sir is logs are not required for cucumber project??
I have followed same steps Arun While Running the My runner its getting error it is showing as Test Class not found in selected project . How to Resolve this????
Or Anyone can help in this
Can you share more details and paste the My runner code.
Note: Join our telegram group here - t.me/qafoxoriginal
In my workspace feature I am not getting yellow colour highlights.can anyone help me to get it or give me the solution
Sir , how re run failed scenarios in cucumber junit
why didn't you use background keyword for all those steps that are common in evry scenario
hi bro, in real time will we use the same packages as mentioned in video?
Thank you for this video!
Can u pls post api rest assured using cucumber from scratch for any e-Commerce site
Hello Arun,
Can I use this framework with testNG? Can u show a framework using Cucumber + TestNG+ Java+ Selenium 4 ?
yes...we can use testNG for execution instead of junit
Demo website is not working sir
Its working now. Please check.
And Reports also pls
please convert this project into page object model
Page Object Model is part of it.
hi all, why i am getting this exception Duplicate step definitions in Stepdefinetion.Login.User_should_get_successfully_loggin() and Stepdefinetion.Login.User_should_get_warning_messageb() while running as a cucumber feature but author is not getting this error he has also used in all the scenarios User navigates to Register Account Page. Help
Many thanks for this video. At 2 h 13 min, in the first execution of the test, why do I have the message "java.lang.NullPointerException: Cannot invoke "org.openqa.selenium.WebDriver.findElement(org.openqa.selenium.By)" because "this.driver" is null" ?
I did exactly what you did. Followed step by step. Any ideas?
can we create different cucumber projects in same work space
I get the same issue "org.openqa.selenium.WebDriver.findElement(org.openqa.selenium.By)" because "this.driver" is null"
@@frankvaughan1232 I stopped the tutorial at this point. Can someone please say what to do?