I am new to the TestStand schema and databases in general.
I am in the middle of creating a test infrastructure, and have been able to check off the following steps:
- create the MySQL schema (MySQL Workbench + AWS) using the TestStand SQL script provided
- Link TestStand with the database and save results to it
But I see that in the tables in the schema (UUT_RESULT, STEP_RESULT, PROP_RESULT, PROP_NUMERICLIMIT) the way to clearly see step results means a 3-4 step SQL query.
Ideally, I would like to see the results as in the UUT Report created after the test completes, see attached "UUT Result Snap.jpg".
How can I create some useful views from these existing tables, so that I can cleanly see the numeric or string data and the test limits in the same row? Is there anything I can do from TestStand logging to make this better? Anything already present I can leverage?
Regards,
Asad