Finally, I finished the base of the Selenium project. It’s a sample project presenting my way of creating a suite of automated tests.

As a “system under tests” I used the ParaBank project. It’s a kind of test-bank. It’s not a real bank, just a demo. More info you may found here

Within this project I used:

Here is a screenshot taken from the first run of the “ParaBankLoginTest”

ParaBankLoginTest run screenshot

And that is how it looks like from the IntelliJ’s console perspective:

ParaBankLoginTest run console

The source code you may find on my GitHub