Hi all,
I mean I want to get the SETUP/TEARDOWN status(success/failed) of the test case. Just like get the status of a TestCase.
So how can I get it?. (Code/API)
Thanks in advance.
BTSH
Is there any way to get the status of SETUP/TEARDOWN
-
- Posts: 4
- Joined: Mon Feb 27, 2017 8:55 am
Re: Is there any way to get the status of SETUP/TEARDOWN
No, there is no way to do this. Those areas do not have their own status, they share with the test case they are children of.
Have you tried instead to separate the modules into multiple test cases?
Have you tried instead to separate the modules into multiple test cases?
Shortcuts usually aren't...