Resolved! How to run Automated Tests based on conditional logic
Is it possible to create a branching test suite which runs child Test Suite A if condition = X or runs Child Test Suite B if condition = Y?Basically, I need to run a suite of tests which verifies the system configuration dependant on the instance nam...