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

[ad_1]

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")

[ad_2]

solved Quality Center: Set a Step Field in Python