I am novice to Python robotframework and so far I understood it is good for writing software "UnitTests", I suppose that test reports are just a simple textual PASS/FAIL reports driven by "assert" function like: SomeObj.assert('No signal on line xyz') with eventualy line of code where assert happens, right ?
In case of testing some HW/devices externaly connected to PC one have complex measurements to perform and accordingly a lot of measurement data produced by the test. Is there any library/plug-in/framework which would provide to Python(in connection to Eclipse+PyDev) such an interface so that the complex reports(diagrams/graphs/tables... etc.) could be also presented ?
Thanks!
best regards, Zoran