Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试创建一个搜索,该搜索将返回所有空的测试集(其中没有任何分配的测试)。
我已经检查了 testSetTests 函数,但我找不到检查这些测试数量是否为零的方法。
有人遇到过这个问题吗?任何想法?
谢谢!
我找到了一个适合我的解决方案:
project = PROJEKTNAME AND type = "Test Set" AND "Test Count" = 0
它更像是一种间接搜索,但如果“测试计数”为空,则不会有与测试集相关的测试