Java Testing with Selenium Course

preview_player
Показать описание
Learn how to use Selenium with Java using Page Object Model and master the art of automated web testing. Selenium is a powerful tool for automating web browsers, enabling you to simulate user interactions and verify web application functionality.

Course created by Rex Jones.

⭐️ Contents ⭐️
(0:00:00) Introduction to the Course
(0:09:39) Set Up Project
(0:16:15) 1st Selenium Using Java Test
(0:37:09) Part 2 - Introduce Page Object Model
(0:42:56) Create Page Object Model
(1:05:48) Create Test Using Page Object Model
(1:22:54) Part 3 - Introduce Working With WebElements
(1:29:40) Scroll To Element Using JavaScriptExecutor
(1:47:26) Working With Radio Buttons
(2:01:18) Working With Checkboxes
(2:11:23) Working With Tables
(2:33:39) Working With Links
(2:45:04) Working With Drop Downs
(3:20:46) Working With Dates
(3:49:07) Part 4 – Introduce Selenium Interfaces & Methods
(3:50:36) How To Take A Screenshot
(4:05:25) How To Handle A Modal
(4:23:04) Switch To Information Alert
(4:40:20) Switch To Confirmation Alert
(4:48:39) Switch To Prompt Alert
(4:56:54) Switch To Frames Introduction
(5:09:08) Switch To Frames Using String
(5:24:16) Switch To Frames Using Index
(5:32:57) Switch To Frames Using WebElement
(5:37:09) Switch To Windows
(5:58:07) Explicit Wait
(6:14:57) Fluent Wait
(6:33:56) Implicit Wait
(6:36:47) Page Load Timeout & Script Timeout
(6:38:10) Simulate Mouse Movements
(6:59:00) Simulate Keyboard Event
Рекомендации по теме
Комментарии
Автор

Hello Everyone,

I am Rex Jones II and it was fun creating this Selenium using Java with Page Object Model course.

Selenium is considered #1 for Web Automation.

Page Object Model is the design pattern which has benefits that include Code Maintainability, Code Reusability, and Code Readability.



Feel free to connect with me on LinkedIn & YouTube:

I’m available if you have any questions!
Thanks

RexJonesII
Автор

Thanks for the tutorial! Those Java Selenium basics alongside the Page Object Model helped me impress my interviewers for an automation testing internship.

MoloceAlin-mgrb
Автор

Finally, I can take sometime for automation

drewxx
Автор

Loving your video! I appreciate the effort you're putting into speaking slowly and clearly!

brendanleighton
Автор

THE BEST SELENIUM TUTORIAL EVEEER!!!!
Thank you Thank you Thank youuu!!!!

SubhinurElemin
Автор

Great course, very easy to understand. Thank you!

TheDiabetic
Автор

It really helps me to realize page object pattern and selenium features and it would be great if you can share how testing api like this course

TheVintosa
Автор

Thank you very much! I've been looking for a tutorial like this for a long time! 🙏

tomaspacifico
Автор

Thank you❤ i was literally waiting for this.... Thank you so much

divya
Автор

Nowadays QA profiles are underpaid in my project developer create the automation framework and as a tester we only run the framework at time of regression😢

Freshers don't go with QA for better pay, created side income using freelancing platform learn MERN stack this is the best choice

vijayanks
Автор

Great video! could you do Cypress or Playwright next?

grafix
Автор

plz do a complete python dsa course just like u guyz have done for java

shamstabrez
Автор

I have question:
@BeforeMethod
public void loadApplication() {
driver.get(DEMOQA_URL);
basePage = new BasePage();
basePage.setDriver(driver);
setUtilityDriver();
homePage = new HomePage();
}

why the setUtilityDriver(); is used here,
if above line basePage.setDriver(driver); do the same thing as setUtilityDriver()?

slota
Автор

This was great but anything about shadow roots?

ivano
Автор

Is there a problem with using copy full xpath when finding an element?

robadub
Автор

it didn't fail mine even without scrolling to the element

Pantelisb
Автор

I request to freecodecamp team can you make a course on verilog hdl.. thanks..

shashankparashar
Автор

Don't waste your time with automation anymore. I was an automation architect for 10 years and worked in the financial industry. This is no longer a sought after skill. For me however I was able to build my finances during those years and establish my own business. Nowadays own a few gentlemen clubs and don't even think about going back to work for others. Having said that however I still build a lot of automation framework just to brush up on my skills because I really enjoy it

homaassal
Автор

Hi .l am a beginner studying cybersecurity .lf l make mistake sorry l speak Spanish and l learn English.

hablemosdefe
Автор

(Session info: chrome=129.0.6668.59) wheen i try to execute Javascriptest methode

xQri