Skip to main content

Test Grids

Test Grids can be added to a Test Plan, allowing you to choose the specific browsers for testing. For example, if your Test Grid includes Chrome, Firefox, and Safari, and you add it to a Test Plan with 10 tests, each test will be executed three times - once for each browser, ensuring comprehensive Cross Browser coverage.

Our platform utilizes Playwright for UI Tests, providing support for various browsers like Chrome, Microsoft Edge, Firefox, and Safari. The goal is to allow you to test your application's behavior in different browsers, considering that each browser may exhibit unique characteristics.

Supported Browsers

  • Chrome
  • Microsoft Edge
  • Firefox
  • Webkit (Safari)
info

The viewport size of each test case is based on the recorded user sessions.

Getting Started

To create a Test Grid, follow these steps:

  1. Click on Setup on the Side Menu
  2. Click on the Test Grids tab
  3. Click Add New on the top right corner
  4. Enter a Name
  5. Choose desired browser(s)
  6. Click Add to save your Test Grid

To use the Test Grid:

  1. Add the Test Grid to your Test Plan
  2. Run your tests to achieve comprehensive cross-browser coverage