Selenium tests tend to be slow because they are simulating the end-users behavior. Selenium tests run by default in a sequential predefined order. By using TestNG (a Java testing framework) we are able to run multiple tests in once.
This section of the blog will guide us through the possibilities of TestNG.
