I am in the process of creating several reports for my team based on execution status and defects.
I see execution status included at different places - Test, Step, Run.
Since I only need to report execution status by test and step, could I use the execution_status column found in these tables? Is there a reason I need to take Max(Run_ID) and link it to respective tables?
How reliable is the execution_status column in Test & Step tables for getting the latest result?
Thanks in advance.