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.
这是问题的流程。
VCS有什么选择吗?simv.vdb 数据采用 xml 格式,我认为可能无法解析该数据以获取覆盖范围内的测试。任何帮助表示赞赏。
我得到了我想要的,部分。以下命令为给定指标生成测试名称。
urg –dir [*.vdb] -report [report_name] -show maxtests 10 –show tests –format text/html/both
没有太多探索它,但它似乎不能在列表中显示超过 10 个测试,无论 maxtests 之前的数量是多少。其次,该列表似乎未排序,可能 -grade 可以提供帮助。第三,仅使用原始 .vdb 文件,不能使用合并的 vdb 文件。