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.
我可以使用一些自动化或模板将数据从测试(testcomplete 8)中导出到某个文件吗?除了使用日志之外,还有其他方法吗?
你的问题太模糊了,我只能推荐使用以下命令:
Log["SaveResultsAs"] ("Folder\\File.mht", 2);
这将创建一个包含测试运行组合结果的单个 MHT 文件。