Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium
New issue 1020 by [email protected]: How can I count number of testcases
withing a test suite.
http://code.google.com/p/robotframework/issues/detail?id=1020
How can I count number of testcases withing a test suite.
If I have added tag "include" and I want to search how many test cases are
tagged with "include" tag.So, it should return me number of test cases with
expected tag.
And with this I want to get rest of the test cases. That can give me number
of test case which are not marked with "include" tag.
So, I can differentiate Total testcase, "include" tag marked test case and
not tagged test cases.