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:
- Click on
Setup
on the Side Menu - Click on the
Test Grids
tab - Click
Add New
on the top right corner - Enter a Name
- Choose desired browser(s)
- Click
Add
to save your Test Grid
To use the Test Grid:
- Add the Test Grid to your Test Plan
- Run your tests to achieve comprehensive cross-browser coverage