Hi there,
a) i would like to query the jubula database for information concerning currently running tests
b) i would like to "query all the things" inside jubula database
Concerning
a)
is it maybe possible to get any information concerning information (even temporary) created by an AUT running a Test started for example headless via testexec (or otherwise)?
I already experimented with queries relating to Table TESTRESULT_SUMMARY ... but i suppose this table records the RESULTS after a finished test-run
b)
I would greatly appreciate some pointers to information concerning the database-schema ... either some higher level documentation about the schema or maybe some locations in sourcecode where (for example) the testexec interacts with the database.
As i understand it ... the things i am asking for would probably be regarded as brittle and/or bad practice(?). The generally preferred way would be to treat DB as a black box and just work with export/import of xml-structures.
Nevertheless i would like to ask as the db is a quite usable and flexibly queryable source of info about completed tests. (Maybe even for still running ones?)
Thank you for any input!
cheers
Daniel