Tests and Test Suites
A test is a series of action that should be performed to cover a use case or check an assertion. All our tests always start after clearing any cache related to the app.
A test suite is a series of tests that should be run in an order. A test report is a test of these test suites.
A test is created using the MQRecorder. After creating a few tests, you can go on our web app and create test suites.