Can I run an individual test item or group from a distributed Task?
I have a project with hundreds of test items in groups. Each Test calls the same procedure, with a different parameter to pull the test data and actions from an external CSV file.
I've now set up a new master project, and want to start distributing these individual tests and groups of tests to different remote machines so I can run them in parallel. Is this possible?
I've gotten my Task defined in my master NetworkSuite, and verified against the host machine and individual slave project I want.
But in the Test field, I don't see any way to pick test items or groups,
The only examples in the Help reference keyword tests, procedures, and the entire project.
e.g. my slave project name is inSight, and I have a test group Shipping with multiple tests. I want to have a task that calls something like "inSight\Shipping" or "inSight\Shipping\Shippable Items"