msalvador
5 years agoFrequent Contributor
tooltip execution mode
Hi guys,
in my main page I wrote test cases using function aqtestcase.
Under testcases there are some steps(functions).
When I run the testcase under the play icon there is a tooltip where is write name project - test case.
I would like to see project name - step, is it possible.
function testcase1()
{
aqTestCase.Begin("WS+ - testcase1")
try
{
Step1();
}
catch (e){
Log.Warning("Test case \"" + aqTestCase.CurrentTestCase.Name + "\" failed");
}
finally
{
aqTestCase.End();
}
}
Hi,
If I got your question right, then Indicator object should help (https://support.smartbear.com/testcomplete/docs/reference/program-objects/indicator/index.html)