Generative AI-Based Testing Certification
Managing Multiple Environments
Trigger from CI/CD
You have the ability to trigger runs from your configured CI/CD provider.
Create branches from the UI
To do that, go to test suite details > Additional run settings > Fill in the branch and commit fields
Shared test suites
Sometimes you might want to create a new test suite, but inherit the same test cases, shared rules and saved values (test data) as another test suite you already have. Example use case: when you need to share code between iOS tests and Android tests.
testRigor supports it via the Shared suite feature in the main menu.
Once paired, adding new test cases/test data/rules to the parent suite, will automatically add them to the child suite, but not vice versa.
A common scenario arises when the test data for a shared child test suite is slightly different. You’ll observe that the test data imported from the parent test suite has an “Inherited” tag and cannot be modified. However, you can create a new rule or variable in the child test suite using the same name but with different content. This new rule or variable will override the inherited one and will be specific to the child test suite.