Hi BOLT,
In a Test Set execution there will be Test Instances, each Test Instance will hold multiple runs right?
Now Write a Query to group the runs based on Test Set and Test Instance.
From that group extract the record MIN(RUNID) and Status= 'Passed'.
Obviously the first MIN(RUNID) is the first run ran against that test instance correct?
Regards,
Srihari