Browser Test Suites are used to test websites on the Chrome browser.
You can check overall website stability and uncover unexpected errors.
Autonomous Test Suite #
Autonomous Test Suites use AI to explore your web app automatically. AI explores your app automatically – no need to write test scripts.
You get a default Test Suite when you create a project, and you can add more if needed.
Creating an Autonomous Test Suite
#

- Go to the Test Suites tab in your project.
- Click Create New Test Suite and select Autonomous Test Suite.
Autonomous Test Suite Configuration
#

- Test Suite Name: Enter the Test Suite name.
- Additional Data: Set data needed for the autonomous test.
- Manage login credentials through Credential Info and other data through User Variables.
Credential Info
- Enter login information for autonomous testing.
- Login ID: Account ID for testing
- Password: Account password
When login pages are detected during testing, configured credentials are automatically entered.
→ Additional Usage Guide > 2.0. Input Data Configuration
User Variables
- Define reusable key-value data pairs.
- Key: User Variable name
- Value: User Variable value
→ Additional Usage Guide > 2.0. Input Data Configuration
You can verify the application of Credential Info and User Variables in the test results.
→ Additional Usage Guide > 3.0. Test Result Utilization Options