Forum Discussion

muthulakshmi's avatar
muthulakshmi
Occasional Contributor
6 years ago
Solved

Event Handler - OnStartTest for tag expression

Event Handler - OnStartTest for tag expression

 

As per the testcomplete documentation, while running tag-based execution, each functions that are tagged will be considered as a testcase. Hence My expectation was "OnStartTest" event would be triggered for each function that contains the same tag.

 

But the behaviour is "OnStartTest" is invoked only once (in the beginning of the tag).

 

Kindly help to understand if I'm missing anything else.