Introduction
We write a Selenium Java test to check if a website works as expected automatically. This saves time and avoids mistakes from checking by hand.
You want to check if a website loads correctly.
You want to test if a button on a page works.
You want to make sure a page title is correct.
You want to repeat the same test many times without doing it yourself.