[Solved] Quality Center: Set a Step Field in Python


I have the answer here: Adding testcase results to Quality Center Run from a outside Python Script

Basically, instead of mystep.Field("ST_ACTUAL") = aActual, I can simply do this mystep.SetField("ST_ACTUAL", "my actual result")

solved Quality Center: Set a Step Field in Python