Skip to main content

Web Test Execution

wIn this section, we will show how to run Web Selenium tests on the grid.

Tests developed using Selenium can run on the grid and in parallel if required. All that is required is modifying the capabilities of existing tests such that they include additional details such as cloud URL, credentials for running tests on the grid and project name. Running tests in Selenium using the grid allows you to expand the scope of your testing abilities, allowing you to run tests on multiple browsers of different kinds and operating systems.

Below you can find resources that will help you set up and execute your Selenium-based tests on the grid.