Hello Miro, yes, without roundtrip communication, we just need the current filter list to be exposed/accessible from QUTest class (getter function or as attribute?). John
Hello, we have a new feature request for qutest. We are very familiar with the setting of glb_filter() in test scripts and how it is internally stored in QS_priv_ in the C fixture as a byte pattern. We played around with retrieving the filter settings from the target by peeking QS_priv_.glbFilter. Although this approach is possible, its cumbersome and inefficient. It spams the QS output log, adds additional back and forth between fixture and script and requires decoding the byte patter again. We...
Hi, we are using QP since a few years and have a sophisticated unit test suite using QUTest for our code. Now we implement some features which depend on the global filter settings of the CUT. How can I get the current global filter settings either with qutest or QS functions? Is that even possible? QUTest DSL only has the setter function 'glb_filter(\<filter>)' AFAIK. John
Extend state name character length in qspy sequence diagrams.
One really nice feature would be also to have the test name in the seq file header, maybe after the -g argument list.
Thanks for the quick reply.
Extend state name character length in qspy sequence diagrams.
Hi, i am also trying to generate sequence diagrams, i am using qtools 7.1.2. I do have Mscgen GUI and also command line mscgen installed. My issue is i cant figure out how to generate the .msc files from qspy. Can you help? John