Miro's avatar
Miro
Senior Member
4 years ago
Status:
New Idea

Search keyword tests by tag name

I need to have a TestComplete feature that I can search and see all tests with particular Tag name/value. We plan to Tag our keyword tests with multiple Tags, and to create test groups based on Tags (then run those groups using CI/CD). However there is no way (to our knowledge) in TestComplete how to find all the existing tests with particular Tag value (e.g. tests with tag value "smoke") so we can manage that. Without such a tag groups management, the use of tag feature is cumbersome for us.

1 Comment

  • Same problem in our case. I need to start a group of test nested inside different TestProject but same tagged. For now it is possible only to start same tagged test only for single TestProject so i need to prepare special loop in CI/CD system iterating whole TestSuite for all TestProject using appropriate tag. It is works but generate one TC report for each TestProject finally it is unreadable and hard to handle for other CI/CD system users.