Closed
Description
Steps to reproduce
Have multiple ActionGroups pass data between each other or from ActionGroup to its calling test
Expected result
Should be able to pass data through ActionGroups in the scope of a single test. I should be able to grab some attribute or value inside an ActionGroup, and later access it in the calling test using some specific format say, ActionGroupStepKey.GrabValueStepKeyInsideActionGroup off the top of my head.
Actual result
Unable to access value grabbed inside an ActionGroup, outside of it, within the scope of a single test