Last week, we added the ability to share info among suites.
Shared information between suites
- Test data and rules from test suites can be shared by the concept of inheritance: a child suite will inherit the rules and test data of a parent suite with the possibility of overwriting them by name in the case of rules or by key in the case of test data.
- Rules and test data can be overwritten by creating a rule or test data with the same name. when the test case comes to that section, it will execute the rule or use the test data as it is in the child suite.