Brian Kitchener
unread,Jul 29, 2013, 6:01:26 PM7/29/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Sign in to report message as abuse
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to galli...@googlegroups.com
Hi, I am dynamically executing TestSteps using TestStep.RunStepAndVerifyOutcome. I'd like to be able to add various numbers of these to a suite, so that the gallio report will show me the pass/fail metrics for each sub-group. Right now, it adds all TestSteps to the main suite, and shows me pass/fail status for everything. I'd like to be able to define a TestSuite programatically, give it a name, and then run one or more test steps under it to gather pass/fail metrics.