In case you face issues generating HTML REPORT at 35:32 then under target folder manually create a folder named HtmlReports and in the code add the following: plugin= {"pretty", "html:target/HtmlReports/report.html"} (names can be changed)
Hi Sir ...I am getting only report.html under HtmlReports folder but the other files like formatter.js,jquery.js etc is not displaying...Could you please help in resolving this..Thanks in advance sir
Hi sir,I created HtmlReports manually and HTML report got stored under this folder but I am not able to see report even I opened report in web browser and not able to see json report
All the little mistakes you make during the presentation are brilliant for learning as one will invariably come across these kind of mistakes oneself. You are easily the best most clear teacher on youtube. Excellent
Hello Raghav, I would first like to thank you for all of your hard work and great tutorials, I've finished watched your beginners Selenium course. One point I'm happy to make is you're now choosing descriptive file names, everything on that course was "test1, test2, test3" etc., a great improvement. Keep up the great content!!
From the bottom of heart, I say thanks to you sir, my project was stuck, struggled for more than 3 days, atlast saw your video and got it cleared sir, thank you so much, please continue your great works sir
Hello Raghav...it's very very useful to me..I searched lot of videos with respect to this concept but here is I'm impressed a lot..keep u posting more videos :)
Raghav you are an outstanding teacher, instructor! Learning is never boring or tiring with you! These lessons are great, the way you teach is wonderful! You are the person that can make the perfect more perfect! Thank you so much!
Hi Raghav, The tutorial was extremely useful. I could easily follow and do it. This tutorial is strongly recommended for others and I will do it. Great work !!!
This is an excellent tutorial and I am so glad I found. It will familiarize you with everything you need to know to get started and give you a good foundation for learning more. Thanks so much!
I knew following this channel once I started my QA journey was a good decision. Now I'm thankful that this playlist exists. I hope this will help me to ramp up my automation skills.
@@RaghavPal Absolutely. This channel and my first trainer "Sunil Nagaraj", are the ones who helped me a lot to learn a lot. Im very grateful. Keep sharing knowledge. 🫂
Hello Raghav! Thank you so much for this video. It is very helpful to understanding. I learned BDD framework only from your video. Since long times I was getting lots of errors but your explanation is awesome. Thanks a lot again!
Thank you very much for putting these videos together. My boss was talking about Cucumber and how to use it for testing since I am in Qa dept. I tried many tutorials and there were not enough information and I need steps since all this is new for me. Thanks for the step by step process. I am going to view and learn from the other videos you have.
Thanks Raghav! This is very helpful in a easy understanding explanation! Can't wait for following sessions, please include bobcat framework, especially with bobcat aem6.5 module please!
Thankyou sir, its was deadline to submit the project, and i was watching some nonsense lengthy confusing videos which was kind of so much straight, at 2am i am watching this with full interest thankyou
Hi Raghav,Cucumber video is Excellent with clear steps and easy to follow.I was facing so many errors but unable to solve was searching in youtube .Your videos is the only one solved my issue.Great Work....
SUPER BRO THANKS A LOT, ONE SMALL REQUEST WHO IS READING THIS COMMENT PLS DO NOT SKIP, THE ADDS,THIS IS THE LEAST WAY WE CAN HELP THIS BRO WHO IS REALLY WORKING HARD FOR US TO TEACH IN AN EAASY WAY
Hi Raghav. Thank you SO SO much for this!!! You explain so well and I am able to understand a 10000% what you are doing. From a non developer to being able to do this in my company is incredible and I am sending ALL our testers to your tutorial!!! THANK YOU THANK YOU THANK YOU!!!!!!!!
Here are several strategies to manage online ads that disrupt Selenium Java code execution: 1. Explicit Waits: - Use `WebDriverWait` to patiently wait for specific elements to appear or conditions to be met before proceeding. - Example: ```java WebDriverWait wait = new WebDriverWait(driver, 10); wait.until(ExpectedConditions.elementToBeClickable(By.id("next-testcase-button"))); ``` 2. Identifying and Handling Ad Elements: - Inspect elements to pinpoint common ad features like ``, `div`, or unique classes/IDs. - Locate those elements and perform actions like: - Closing: If possible, close the ad using `.click()` or `.sendKeys(Keys.ESCAPE)`. - Switching Frames: If the ad is within an ``, switch to it using `driver.switchTo().frame()` and interact, then switch back. - Waiting for Ad Removal: If the ad disappears on its own, use explicit waits to resume execution after it's gone. 3. Ad Blockers: - Extensions: Consider using ad blocker extensions for the browser you're testing in, but be mindful of potential side effects on test results. - Headless Browsers: Employ headless browsers like HtmlUnit or PhantomJS, which often suppress ads inherently. 4. Disabling JavaScript: - If feasible, temporarily disable JavaScript in the browser to prevent some ads from loading. However, this might impact website functionality. 5. Server-Side Solutions (if applicable): - If you have control over the website, explore server-side ad filtering or configuration options to reduce ad interference. Additional Tips: - Custom Waits: Customize waiting strategies for specific scenarios, such as waiting for a certain element to disappear. - Debugging: Use browser developer tools to inspect the DOM and ad behavior for better understanding and targeting. - Retry Logic: Implement retry mechanisms to handle occasional ad-related failures gracefully. Remember: - Tailor these techniques to your specific application and ad types. - Thoroughly test your solutions to ensure they don't introduce new issues. - Prioritize ethical and responsible ad handling practices.
Mr. Raghav. It is really really and really fantastic. I just follow your each second of deployment, and now i learnt a lot and end i am able to create the xml, hmtl and json based reports. Wow...more clarity...step by step...slow moves..... Your this video gives me more confident also. Surely will visit your series. Keep educate us/me. Thanks. Jeyakumar from Houston, Texas.
hi Raghav I completely love your videos. You are providing such good quality content. That too at no cost.. Please continue the good work. Thanks for everything
@RaghavPal You have put so much effort and clearly covered each and every point. Million zillion thanks and appreciate yourr hardwork and effort. 🙏🙏🙏 God bless you!!!
Thanks for the simple tutorial ,it was great .One thing i wanted to add was to show an actual BDD project ,like the structure ,how are different features handled .
Such a wonderful experience following this video Step to step Perfectly worked each and every statement. thank you very much for the suggestion with the comments reporting was not working and I look down to the comments.... and saw your first comment and guess what...! it really worked. looking forward to your next sessions. you won a new subscriber today :D
Hi thank you so much.i got placed in one good company.i have learned alot from your videos thank you so much for your efforts teachings sharings.your teachings are short ,sweet easy to understand thanks again
Very Useful Videos By Raghav, thank you so much for all your hard work using your knowledge and valuable time, first I couldn't believe anything free on the internet can be this valuable and easy to learn. Keep on posting new videos regarding Automation and i will try to watch all your tutorial videos. thanks a lot, God Bless!
Nice Explanation on BDD Framework sir.Maven Dependencies are not auto displaying in project after adding dependencies and saving POM.XML file,so i did Maven--> update project ,it worked fine.
In case you face issues generating HTML REPORT at 35:32 then under target folder manually create a folder named HtmlReports and in the code add the following:
plugin= {"pretty", "html:target/HtmlReports/report.html"}
(names can be changed)
Hi Sir ...I am getting only report.html under HtmlReports folder but the other files like formatter.js,jquery.js etc is not displaying...Could you please help in resolving this..Thanks in advance sir
Hi sir,I created HtmlReports manually and HTML report got stored under this folder but I am not able to see report even I opened report in web browser and not able to see json report
Hello Sir, I am getting abstract method error when run through JUNIT how to resolve it??
I am also facing the same issue not able to view the reports
@@pulkitsinghal5721 Please share your code for the plugin line. Followed as per authors instruction with no issue
. This is called Spoon feeding. You are a Super Start. God Bless you Raghava
Thanks for watching
Timings:
Step 1, create a maven project: 0:00-3:12
Step 2, download maven dependencies: 3:13-6:53
Step 3, create file structure: 6:54-8:19
Step 4, 5, 6, create feature file: 8:20-17:20
Step 7: 17:21-19:19
Step 8, glue code: 19:20-27:38
Step 9, runner class: 27:39
Thanks a lot Andrea, I will add this
Andrea is a sincere student.
I was following a similar tutorial from Edureka. Couldn't make heads or tails of what was happening there. Your video is very easy to understand sir.
You're very welcome Pranoy, can get all here - automationstepbystep.com/
you are not the only one 😂i love the fact that Mr Pal does live coding so you get to follow much better.Edureka looses me
Eureka sometimes will guide you in wrong way. I have experienced when I was searching for java concept called aggregat
I started BDD tutorial with some other channel twice, yet I couldn't follow. You are such a gem in teaching. Thanks mate!
I am so humbled to see this message Senthil
I agree! :)
strongly agree
I agree..
Strongly Agree
All the little mistakes you make during the presentation are brilliant for learning as one will invariably come across these kind of mistakes oneself.
You are easily the best most clear teacher on youtube. Excellent
So nice of you Mr Fay
Hello Raghav, I would first like to thank you for all of your hard work and great tutorials, I've finished watched your beginners Selenium course. One point I'm happy to make is you're now choosing descriptive file names, everything on that course was "test1, test2, test3" etc., a great improvement. Keep up the great content!!
So happy to know this
From the bottom of heart, I say thanks to you sir, my project was stuck, struggled for more than 3 days, atlast saw your video and got it cleared sir, thank you so much, please continue your great works sir
Most welcome Srinivasan
One word for you sir " Fantastic" . each and every minute of your video enhance knowledge . Thank you So much .
You are most welcome
I wish I had found this video earlier in my testing career, this is really well done!!
thanks for liking Johnny
Fantastic Video Tutorial, anyone can learn BDD Framework after watching this single video.
Glad to hear that Prasanna
Hello Raghav...it's very very useful to me..I searched lot of videos with respect to this concept but here is I'm impressed a lot..keep u posting more videos :)
So nice of you Raghu
Just one word to say "AWESOME"
Thanks
Raghav you are an outstanding teacher, instructor! Learning is never boring or tiring with you! These lessons are great, the way you teach is wonderful! You are the person that can make the perfect more perfect! Thank you so much!
Most welcome Jack
@@RaghavPal Thank you so much, did almost all 12 series in 2 days without any pressure or difficulty but with interest and enthusiasm!
Hi Raghav, The tutorial was extremely useful. I could easily follow and do it. This tutorial is strongly recommended for others and I will do it. Great work !!!
So glad to see this Shaji, do share in all your groups
I haven't seen such a masterclass teaching in recent times....Superb ❤
Glad it helped
This is an excellent tutorial and I am so glad I found. It will familiarize you with everything you need to know to get started and give you a good foundation for learning more. Thanks so much!
Glad it was helpful Laura
@@RaghavPal It was great. I really needed something to get myself started for work, and was having much luck.
All the best Laura
I knew following this channel once I started my QA journey was a good decision. Now I'm thankful that this playlist exists. I hope this will help me to ramp up my automation skills.
Great to hear, keep up the good work and Never Stop Learning
@@RaghavPal Absolutely. This channel and my first trainer "Sunil Nagaraj", are the ones who helped me a lot to learn a lot. Im very grateful. Keep sharing knowledge. 🫂
So happy to know this.. keep learning and sharing
Hello Raghav! Thank you so much for this video. It is very helpful to understanding. I learned BDD framework only from your video. Since long times I was getting lots of errors but your explanation is awesome. Thanks a lot again!
Great to hear this Juhi
Thank you very much for putting these videos together. My boss was talking about Cucumber and how to use it for testing since I am in Qa dept. I tried many tutorials and there were not enough information and I need steps since all this is new for me. Thanks for the step by step process. I am going to view and learn from the other videos you have.
Great to know this helped
As usual well explained step by step. Thank you, Raghav for providing such a video. You are really "Awesome".
Thanks a ton Manish
One of the best videos for beginners Raghav
Thanks Bhanu
Thanks for this detailed video :).. helps alot
Glad it was helpful Amit
You're amazing simply amazing I never commented on RUclips but this is way too much to just watch the video and leave thank you from Canada!
Most welcome Ismail. thanks for the kind words
Thanks Raghav! This is very helpful in a easy understanding explanation! Can't wait for following sessions, please include bobcat framework, especially with bobcat aem6.5 module please!
Hi Adrienne, happy to know this. more coming up next week
Brilliant video.. I even shared this with my coworker.So impressive man wow thank you.
Thanks for sharing!
Your explanation are very clear, I wish I had teachers like you. Thanks from Brazil!
This is so humbling Jean. Thanks for watching. Can find all here - automationstepbystep.com/
Thankyou sir, its was deadline to submit the project, and i was watching some nonsense lengthy confusing videos which was kind of so much straight,
at 2am i am watching this with full interest
thankyou
Humbled to see this. Glad it helped Yash
Perfect explanation. Thank u Raghav.
I hope you will cover POM with BDD as well, in the coming sessions.
Yes, soon Saurabh
Thank you so much for your valuable words and time ......................Love from Bangalore
Most welcome Hari
Hi Raghav, for adding all the imports in stepdefinitions in one go, we can use, ctrl+A and shift+ctrl+O
thanks for adding
Thank you Raghav... I also tried to do the same and able to do the same...
Most welcome Mahesh
He simply the greatest Instructor. I pick him any day over the rest.
humbled by your message
Hi Raghav,Cucumber video is Excellent with clear steps and easy to follow.I was facing so many errors but unable to solve was searching in youtube .Your videos is the only one solved my issue.Great Work....
so happy to know this Bala
It's very useful and clear session ..thank you sir...
Always welcome Diptimayee
SUPER BRO THANKS A LOT,
ONE SMALL REQUEST WHO IS READING THIS COMMENT PLS DO NOT SKIP, THE ADDS,THIS IS THE LEAST WAY WE CAN HELP THIS BRO WHO IS REALLY WORKING HARD FOR US TO TEACH IN AN EAASY WAY
Thanks for the message and kind words Meghanath
Hi Raghav. Thank you SO SO much for this!!! You explain so well and I am able to understand a 10000% what you are doing. From a non developer to being able to do this in my company is incredible and I am sending ALL our testers to your tutorial!!!
THANK YOU THANK YOU THANK YOU!!!!!!!!
Thanks a lot for the kind words. Humbled
After one week i can run my cucumber test thanks so much the best video .
Most welcome Melanie
go through many BDD with Cucumber example but this video is too much helpful and well explained & content good thank you..
You are most welcome Sadhana
You are the best teacher ever!
So happy & humbled to see your message Anna
Very very thank you so much sir ❤😊🎉🎉
Sir how to control online adds in middle of selenium java code.
One testcase executed and add will comes then stopped at not expected next testcase
Most welcome Tirumala
Here are several strategies to manage online ads that disrupt Selenium Java code execution:
1. Explicit Waits:
- Use `WebDriverWait` to patiently wait for specific elements to appear or conditions to be met before proceeding.
- Example:
```java
WebDriverWait wait = new WebDriverWait(driver, 10);
wait.until(ExpectedConditions.elementToBeClickable(By.id("next-testcase-button")));
```
2. Identifying and Handling Ad Elements:
- Inspect elements to pinpoint common ad features like ``, `div`, or unique classes/IDs.
- Locate those elements and perform actions like:
- Closing: If possible, close the ad using `.click()` or `.sendKeys(Keys.ESCAPE)`.
- Switching Frames: If the ad is within an ``, switch to it using `driver.switchTo().frame()` and interact, then switch back.
- Waiting for Ad Removal: If the ad disappears on its own, use explicit waits to resume execution after it's gone.
3. Ad Blockers:
- Extensions: Consider using ad blocker extensions for the browser you're testing in, but be mindful of potential side effects on test results.
- Headless Browsers: Employ headless browsers like HtmlUnit or PhantomJS, which often suppress ads inherently.
4. Disabling JavaScript:
- If feasible, temporarily disable JavaScript in the browser to prevent some ads from loading. However, this might impact website functionality.
5. Server-Side Solutions (if applicable):
- If you have control over the website, explore server-side ad filtering or configuration options to reduce ad interference.
Additional Tips:
- Custom Waits: Customize waiting strategies for specific scenarios, such as waiting for a certain element to disappear.
- Debugging: Use browser developer tools to inspect the DOM and ad behavior for better understanding and targeting.
- Retry Logic: Implement retry mechanisms to handle occasional ad-related failures gracefully.
Remember:
- Tailor these techniques to your specific application and ad types.
- Thoroughly test your solutions to ensure they don't introduce new issues.
- Prioritize ethical and responsible ad handling practices.
Thank you so much sir for fast reply and i will check code then I will send reply to you
Sir,
Not working 😔
Mr. Raghav. It is really really and really fantastic. I just follow your each second of deployment, and now i learnt a lot and end i am able to create the xml, hmtl and json based reports. Wow...more clarity...step by step...slow moves..... Your this video gives me more confident also. Surely will visit your series. Keep educate us/me. Thanks. Jeyakumar from Houston, Texas.
Glad to hear that Jeyakumar, Can find more here automationstepbystep.com/
Oh my God!!!! Your video is mind blowing :)Showcasing without method impl at 17.34 .I wanted to comment and continue the video
Glad it helped!
hi Raghav
I completely love your videos. You are providing such good quality content. That too at no cost.. Please continue the good work. Thanks for everything
Most welcome Divya
@RaghavPal this is very clean and easy explaining from you ... Thanks!😊😊🙌🙌
Glad you liked it Abhijit
This is what exactly am looking for! Thanks alot Raghav, it really helped me!
most welcome Jarvis
Perfect systematic approach and explanation. Thank you. Waiting for following parts
Glad you liked it Rufat, Next part coming soon
@RaghavPal You have put so much effort and clearly covered each and every point. Million zillion thanks and appreciate yourr hardwork and effort. 🙏🙏🙏
God bless you!!!
So nice of you Kavitha
Nicely taught.....Superb...Thanks
Most welcome
you are an angel for freshers
Thanks a lot. humbled
Thanks for the simple tutorial ,it was great .One thing i wanted to add was to show an actual BDD project ,like the structure ,how are different features handled .
Thanks for sharing
Thank you so much. Clear explanation and statrted my cucumber framework journey with your guidance
You are most welcome
Sweet voice with calmness..
Thanks
Excellent tutorials. Very understandable even for absolute beginners. Thank you.
Most welcome
You just saved me! Your tutorial is way better than the test automation university!
Thanks a lot Sanjna
You are the Saviour ! Keep it up!
Thanks Ritesh
Awesome learning... luv from USA
Thanks a lot
sir this is like the best tutorial in the world of worlds thank you sir i appreciate it a looooot
Most welcome, humbled
Hello Raghav. Excellent explanation.
Thank you so much
Most welcome
This is the best video i could find, being a selenium beginner , this is the best video for understanding setup and basics
Glad it was helpful Nandini
Top Notch Content Sir.....🔥🔥🔥
Thanks
Super star of software testing industry
Thanks for the kind words
The best devepelover , you really helped me a lot.
Glad to know this Daniela
Thank you so much Mr Raghav!!!!!!! You saved my life
Most welcome
Thanks for saving me a lot of time. Explained very well.
You're welcome!
Such a wonderful experience
following this video Step to step Perfectly worked each and every statement.
thank you very much for the suggestion with the comments
reporting was not working and I look down to the comments.... and saw your first comment and guess what...!
it really worked.
looking forward to your next sessions.
you won a new subscriber today :D
Thanks for the message Phani. All the Best
Clear and Clever explanation
Thanks Marry
I got to learn and install cucumber through this video. So kudos to u sir for making this video
So nice of you Pradeep
Hi Raghav, excellent explanation. I had doubts about the runner class, you clarified it so well. Thank you and all the best.
You're most welcome Goutam
your are amazing Ragahv !!! no words for your dedication and simplicity.
Thanks a lot Pravin
Thank you so much start
ed learning cucumber bdd , great session
Most welcome Rupali
good tutorial Raghav, keep up the good work. thanks
Thanks a lot
Excellent.... sir.... Thank you so much...
Most welcome
Another brilliant video Raghav. Thank you!
Most welcome Vinny
Thank you so much Raghav Pal , you are the Automation Legend.
I am so humbled to see your message, a lot is left to learn for me
you are awsome raghav greate explaination thank you so much
You're most welcome Manish
Excellent content , I am able to follow these steps and setup cucumber successfully . Thank you Raghav .
Most welcome Gayatri
This is an excellent tutorial and I am so glad I found it, you are really awesome Raghav💌. The way you are explaining is so adorable😊
Thank you so much Akbar
Very helpful for the beginners in cucumber. Thanks so much.
Most welcome Ritik
Clearly understand the concept sir
Glad to know Kumar
Thank you sir👍👍👏 with good explanation and easy to understand
Most welcome Yogi
Amazing .Explained it with so much ease which is perfect.
Thanks a lot Tulika
I loved the way you explained each and every step. Thank you.
You are so welcome Divya
Hi thank you so much.i got placed in one good company.i have learned alot from your videos thank you so much for your efforts teachings sharings.your teachings are short ,sweet easy to understand thanks again
Great to know this, Most welcome
Awesome one, Thank you for your clear explanation.
You're welcome Fazli
Thank you Sir for the information provided. I am very new to Selenium Cucumber but am I am able to follow your steps. You provide clear explanations.
So nice of you Geneci
U explained very nice. I follow all steps it run Successfully. Thank you so much.
You are most welcome Ishan
Very Useful Videos By Raghav, thank you so much for all your hard work using your knowledge and valuable time, first I couldn't believe anything free on the internet can be this valuable and easy to learn. Keep on posting new videos regarding Automation and i will try to watch all your tutorial videos. thanks a lot, God Bless!
Humbled by this. You are most welcome Sweta
Nice Explanation on BDD Framework sir.Maven Dependencies are not auto displaying in project after adding dependencies and saving POM.XML file,so i did Maven--> update project ,it worked fine.
Ok, yes sometimes just saving does not work, Although with the latest Eclipse I always saw it getting updated on Save
thanks a lot it helped me, i have deleted multiple times the project and created again to work the dependencies
Golden teacher.
Thanks l lot Hipótese.. humbled
Very well explained Raghav each and every word that you speak in this series is worth thanks for your videos
So happy to see this Raju
this has been og great to start with cucumber, thank you ;)
You're welcome Mandeep
Great Video Raghav, easy to follow & understand, thnks !!
Most welcome Balaji
Thank you soo much, got much and much clarity sir... i will be very thankfull to you sir
You are most welcome
take a bow for all your efforts to make it look simple and easy to understand
Thanks Mahi
Hi Raghav ! Very Good Content on Cucumber, it was very useful to me
Most welcome
This content is very helpful. I wish I would have known this page much earlier. Thanks a lot..
Glad it was helpful!
Thanks for detailed information🙏
Most people got confused in cucumber depencies
You're welcome Farukh, let me know what exactly is the confusion
@@RaghavPal
I have a lot of confusion related to required depencies, Now all cleared.
Thanks for detailed information 😊😊
Very useful Anna thanks a lot it's very very clear explanation of all functions 🙏
Most welcome Sariga
You earn one more subscriber sir thanks a lot
Most welcome Chandan