PhilUI
15 years agoNew Contributor
Logging
Hello,
i'm using a script to generate a logfile containing some information about my tests.
The script runs as TearDown script of the test suite.
I'm able to get the information about the testCases and testSteps in the suite.
But the testSteps in the suite are nothing else as testCases of another suite.
Is there a possibility to get also the information about these steps e.g. the status?
FYI
TestSuite: B
TestCase 1
TestStep1 --> This runs a testCase of TestSuite A.
Yes i have to do it like this and no i can't change the structure of my project.
Thx in advance
PhilUI
i'm using a script to generate a logfile containing some information about my tests.
The script runs as TearDown script of the test suite.
I'm able to get the information about the testCases and testSteps in the suite.
But the testSteps in the suite are nothing else as testCases of another suite.
Is there a possibility to get also the information about these steps e.g. the status?
FYI
TestSuite: B
TestCase 1
TestStep1 --> This runs a testCase of TestSuite A.
Yes i have to do it like this and no i can't change the structure of my project.
Thx in advance
PhilUI