mortenb123
5 years agoContributor
test skipped status
How can I easily implement a skipped status on my test?
currently we just exit tests with a true value and they become green and 0 secs spent in the test-report (/el *.mht)
I like them to be omitted, or greyed out.
There is no Runner.Skip() in:
Thanks
--
MortenB
Hi mortenb123
In my opinion there is no such status as "omission" in TestComplete results.
Look at this topis in the documentation:
as you can see, there are only three results:
lsOk
lsWarning
lsErrorIf you want to use some kind of intelligent logic when performing tests, you can always define TestItems in "Project Test Items".
More precisely, you can read that you defined TestItems with these functions: