10-18-2019 05:50 AM
Hello,
Is there a way to give each test within a teststand sequence a unique additional ID that can be logged into the database?
Looking to correlate the same test data from various databases that may or may not be in a different order purely based on a sql search based on that unique identifier as I can not guarantee that the test name would be unique or that the test result would be in the same order within the database.
Was looking at the additional results section within the step settings as a possible route to this
10-24-2019 05:00 AM
is this possible?
10-24-2019 09:00 AM
If you're using the default database schemas then a unique step ID should already be getting logged for each step:
If each of your unique 'tests' have the same step ID's (should not impacted by renaming a step, but will change if copied), then using this may work. If they cannot share step IDs, then you can modify the schema to log another expected identifier as you mentioned.
Hope this helps!
Trent