Selenium Webdriver - any recommended courses?

Hi, my employer is willing to pay for me and some colleagues to do a Selenium Webdriver course. All of us are manual testers with no / very little coding experience but we are aware of the principles of automation.

Can anyone recommend a training provider that does a perhaps one-day intro course to Webdriver?

2 Likes

For paid ones, I took the following two from Pluralsight and they were quite good:

That one is for C# and this one is for Java:

You also got free UI automation learning paths on TAU:

3 Likes

Curiously linked-in learning does not have much to offer either, but I seriously doubt you are going to learn much in a 1 day course. I suggest looking at the TAU (test automation university) lineup, it’s a lot more work, but it will expose you to alternatives to Selenium. Unless your application is something with a grand total of 5 or 6 web pages, a 1 day course does not do the problem-space justice. I should really bookmark all the great youtube tutorials one day, they are terrible hard to find though, I would be going there for system design gotcha hints.

An old (slightly outdated) but very useful start point : Selenium Test Automation: Practical Tips & Tricks - with Dave Haeffner (Part 1) - YouTube The presenter has a mailing list, also has a β€œdummy” test website, the mailing list is pretty good.

2 Likes