Hi nmrao , not sure if you had a chance to go through below explanation of my project and why I am disabling it. Here it is again. also attached pic again, let me know if you can see it now.
Testsuite - 1) UST1 2) Library
Testsuite # 1 - UST1
has two tcs inside
Tc # 1 - UST1(disabled) - this is where all my test steps are and what gets executed evertytime, it's disabled. Steps inside are executed with "ReadInput" step in Tc # 2 - DataLoop.
Tc # 2 iterates n times and executed steps from Tc # 1 with different data. ( My goal is to only run failed step in next iteration, hence looking in to solution to disable pass steps)
Testsuite # 2 - Library
GenerateCSVReport - this is report generation step for testsuite # 1, I am generating teststep pass/fail report for every iteration for Tc # 1 in Testsuite # 1.
I am adding step disable logic in here, while writing it to report, if step passes in iteration 1, disable along with report generation and that's where i get this error. ( see in red in log section)