Thanks for watching -- Launch your Learning:🚀🚀🚀🚀🚀 This video shows you step by step approach on setting up selenium test as a Maven project in Intellij 00:00:51: listing steps 00:02:53: Download of Intellij 00:07:09: Verify & Install Java in local machine 00:10:01: Setting up System environment variable 00:10:44: Edit Environment variable 00:12:53: Verify Maven in local machine and if required install 00:20:45: Create Maven Project and add TestNg dependency 00:28:38: Adding Selenium web driver dependency 00:30:46: Downloading the Google chrome driver 00:36:30: Setting up Google Chrome driver by setting system property in the project 00:38:00: About the Live sample application 00:38:39: Launching browser using selenium 00:51:31: Getting the web element of the sample application 00:52:57: Element locators 01:05:07: Assert statment 01:10:38: Git hub url where the code repository is hosted #selenium #seleniumwebdriver #seleniumautomation #testing #softwaretesting #java #testng #intellij #maven #selenium4 #seleniumtutorials #seleniumjava #seleniumtutorialforbeginners #seleniumautomation🚀
Thank you for a very clear explanation. I watched many videos for half a day to set up Selenium + TestNg in Intelliji. The way you explained point by point helped me a lot. I watched the entire video which is very informative.
Thanks a lot for your kind explanation about that method of software testing, I'm sure that tutorial will help so many people without any issue. Wish you all the best.
Thanks for the video, by following your video, i could able to setup without any issues. Thanks a lot. Can i expect any other videos on selenium depth. please share the link here. thanks
The same outdated way of presentation, no one would make a video in which to write 2-3 tests and explain how to have as little duplicate code as possible.
Hi Sebastus, you can watch : [2023]: Selenium + Cucumber + Java + Maven in BDD Framework with Page Object Model - Intellij setup ua-cam.com/video/At_wrl2Nh8M/v-deo.html
I got the same message. First check if maven installed correctly by going to command prompt and type mvn -v. If successful then make sure testng dependencies are added correctly in POM.xml file. Then check if you added selenium jars in external libraries in your java project. I have issues in adding maven project in environment variable. Make sure you are giving the correct path. Don't add bin since you already specifying in MAVEN_HOME variable.
Thanks for watching -- Launch your Learning:🚀🚀🚀🚀🚀
This video shows you step by step approach on setting up selenium test as a Maven project in Intellij
00:00:51: listing steps
00:02:53: Download of Intellij
00:07:09: Verify & Install Java in local machine
00:10:01: Setting up System environment variable
00:10:44: Edit Environment variable
00:12:53: Verify Maven in local machine and if required install
00:20:45: Create Maven Project and add TestNg dependency
00:28:38: Adding Selenium web driver dependency
00:30:46: Downloading the Google chrome driver
00:36:30: Setting up Google Chrome driver by setting system property in the project
00:38:00: About the Live sample application
00:38:39: Launching browser using selenium
00:51:31: Getting the web element of the sample application
00:52:57: Element locators
01:05:07: Assert statment
01:10:38: Git hub url where the code repository is hosted
#selenium
#seleniumwebdriver
#seleniumautomation
#testing
#softwaretesting
#java
#testng
#intellij
#maven
#selenium4
#seleniumtutorials
#seleniumjava
#seleniumtutorialforbeginners
#seleniumautomation🚀
An error stating" PDFBox IOException: End of File, expected line" is displayed while automating PDF reports. Please help
The only video has all the major flow installation. Thanks
Cheers !!
Thank you for a very clear explanation. I watched many videos for half a day to set up Selenium + TestNg in Intelliji. The way you explained point by point helped me a lot. I watched the entire video which is very informative.
Very detailed explanation very useful for setup for beginners. Thanks
Glad it helped
Very good explanation, step by step.
Thanks glad it helped
great video for those who wanted to learn TestNG framework practically
Thanks for the feedback 🙂
Its very useful and detailed explanation to setup automation framework. Thanks a lot
You are welcome
That is what I needed as a refresher. Thanks
Thanks, glad it could help!
Thanks a lot for your kind explanation about that method of software testing, I'm sure that tutorial will help so many people without any issue. Wish you all the best.
Thanks for your kind words
Good stuff sir.
Very good
Thanks
Thank you so much!!!
Thankyou so much Sir
thanks a lot it has been very useful
Glad it helped
Thanks for the video, by following your video, i could able to setup without any issues. Thanks a lot. Can i expect any other videos on selenium depth. please share the link here. thanks
Thank you so much
You're most welcome
Thank u so much broo !
You're welcome!
This video is very helpful for me. thank u... and please change your mic.
Thanks for the kind words. Yep, mic has been changed in recent videos
I couldn't rework the chrome driver. But all are matched. What can it be from?
An error stating" PDFBox IOException: End of File, expected line" is displayed while automating PDF reports
@Test annotation not showing to me but it is in red colour
I cant see 'Terroterry' Option
Sorry what’s ‘Terroterry’ option 😃
The same outdated way of presentation, no one would make a video in which to write 2-3 tests and explain how to have as little duplicate code as possible.
Hi Sebastus, you can watch : [2023]: Selenium + Cucumber + Java + Maven in BDD Framework with Page Object Model - Intellij setup
ua-cam.com/video/At_wrl2Nh8M/v-deo.html
Hello: please find new tutorial on your request :) - ua-cam.com/video/fWUAA6WD7eA/v-deo.htmlsi=JruaGZ6ABnIYuzGs
not well structured
Kindly check the latest video : [2024][Updated]: Selenium + BDD Cucumber + Java + Web Driver manager + Allure reporting + POM
ua-cam.com/video/kPhpJzlnUTs/v-deo.html
@@aceautomationacademy6926 thanks
Hi sir, I'm getting a warning in pom file - provides transitive vulnerable dependency maven:org webjars:jquery:3.6.1
I got the same message. First check if maven installed correctly by going to command prompt and type mvn -v. If successful then make sure testng dependencies are added correctly in POM.xml file. Then check if you added selenium jars in external libraries in your java project.
I have issues in adding maven project in environment variable. Make sure you are giving the correct path. Don't add bin since you already specifying in MAVEN_HOME variable.
Thanks for the details venkat - helping the community - hats off to you!
hi Aparna, hope this helps!