TestComplete 12.5 - Problem with posting image to testlog
Hello,
I'm using Testcomplete 12.5 with vbScript. We had a function for writing log messages to the testlog, which gets a control as an argument and posts it in the Log.Error function as [picture] argument. In the object spy, it has a .Picture method. If I take the control by calling it with Aliases.controlName directly in the Log.Error function, it works.
The error message I get by accessing the Err.description attribute is: "Could not convert variant of type (ByRef Variant) into type (Dispatch)"
It worked in 12.4. Is there an error in TestComplete, or is there another way to post images of controls to the testlog? We have written a test framework with a lot of function, we are accessing Controls via variables all the time.
Best regards,
Christoph