From the course: Advanced Selenium: Automation Frameworks

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Getting Started with Java

Getting Started with Java - Selenium Tutorial

From the course: Advanced Selenium: Automation Frameworks

Start my 1-month free trial

Getting Started with Java

- [Instructor] In this chapter we're going to be learning how to automate in Java. We're going to be using a test framework called Junit and we're going to be Selenoid for the Selenium interface. Java is a multithreaded language, which means that it can run multiple sets of instructions concurrently and for testing purposes that means that you can actually have multiple tests running side by side in Java. The language supports that natively. The other cool thing about Java is that it's completely platform independent and what that means is that there's a Java virtual machine that runs a sort of virtual operating system inside of your native operating system. So Java can run on Windows, Linux, Mac, you know, whatever.

Contents