jklapste
14 years agoContributor
TestCase TestDown script and Run TestCase TestStep return
Not sure if this is a bug or a feature request change but feels like a bug:
When you call a TestCase from your current TestCase (via 'Run TestCase') and have it return properties from that TestCase it looks like the property return happens after the TearDown Script of the called TestCase is executed-- which doesn't seem to make sense as it prevents you from returning any properties that are then "cleaned up" by the TearDown script. It seems like the props should be returned and then the TearDown script should be called.
When you call a TestCase from your current TestCase (via 'Run TestCase') and have it return properties from that TestCase it looks like the property return happens after the TearDown Script of the called TestCase is executed-- which doesn't seem to make sense as it prevents you from returning any properties that are then "cleaned up" by the TearDown script. It seems like the props should be returned and then the TearDown script should be called.