Hello,
I have some questions about the possibility to parse test results in EA. I want to build on that functionality without using JUnit/NUnit.
1. My Tests are written in python using nose. I could emulate JUnit/NUnit output, if i knew what EA is matching in
the output.
Can someone give me a hint on what i could try to get the test results into EA?
At the moment, EA thinks all tests have passed, since it seems it cannot parse my output, although i try to emulate NUnit output.
2. So far, I can only manage to create a connection between a "Test" buildscript and Testscript entries on a class, if that class is the result of a transformation. Can I somehow connect Tests assigned to an object to the output of a "Test" buildscript *without* having to transform a class?
At the moment, i reverse engineer a dummyclass from my testclass, transform that dummy class using a NUnit-like Transformation to obtain a model for my testclass.
Then i connect a testscript, and thus get testscript entries generated in my testclass.
Obviusoly, I would like to skip that step and directly link NUnit/JUnit-style output to likenamed tests in my model.
How could I achieve that?
thanks,