MTM - 保存测试运行时出错:磁盘空间不足

问题描述:

当我通过测试管理器开始在测试代理中运行自动测试用例时,运行日志显示如下错误。测试代理在磁盘上有足够的内存空间。可能是什么问题?请帮忙。 enter image description hereMTM - 保存测试运行时出错:磁盘空间不足

实际上,测试控制器由于文件存储在localappdata%\ VSEQT \ QTController \ TestRunStorage中而永远不会被删除,所以空间不足。因此,要解决此问题,我们必须从TestRunStorage文件夹中删除所有文件,或关闭QTController.exe.config文件中的作业假脱机。请参阅以下参考链接了解更多详情。

参考链接:

http://www.anujchaudhary.com/2011/06/tfs-2010-test-controller-disk-runs-out.html

https://blogs.msdn.microsoft.com/shivash/2011/01/20/using-visual-studio-test-controller-with-mtm-and-disk-out-of-space-issues/