Does anyone know how to add a comment to a test run from UFT?
I create the CurrentRun object in UFT by:
Set CurrentRun = QCUtil.CurrentRun
CurrentRun. ??? What method/object do I need here?
Where do I go from there? I can't find any documentation about adding comments. Has anyone figured this out?