All events have this param passed in. What is it and what is it for? Thanks.
function GeneralEvents_OnStartTest(Sender)
{
var testLogAttributes = Log.CreateNewAttributes();
testLogAttributes.Bold = true;
Log.Message("LLLLAAAAA", "", pmNormal, testLogAttributes);
}
Solved! Go to Solution.
There is an ActiveX component in TestComplete that generates the events. The "Sender" is that component... basically, it needs to be there, but you don't have anything you can really, usefully, do with it that I've found.
There is an ActiveX component in TestComplete that generates the events. The "Sender" is that component... basically, it needs to be there, but you don't have anything you can really, usefully, do with it that I've found.
I am sad. I am going to cry. 🙂