问题描述
Windows 7 Ultimate 64位MTM版本10.0.30319.1
Windows 7 Ultimate, 64-bit, MTM Version 10.0.30319.1
接收到消息"mtm.exe已停止工作".在初始化..."期间运行带有动作记录的测试用例的阶段.
Receiving the message "mtm.exe has stopped working" during the "Initializing..." stage of running a test case with an action recording.
以下是错误详细信息:
问题签名:
Problem signature:
问题事件名称: CLR20r3
Problem Event Name: CLR20r3
问题签名01: mtm.exe
Problem Signature 01: mtm.exe
问题签名02: 10.0.0.0
Problem Signature 02: 10.0.0.0
问题签名03: b 4ba21172
Problem Signature 03: 4ba21172
问题签名04: Microsoft.VisualStudio.TestTools.ManualTest.Common
Problem Signature 04: Microsoft.VisualStudio.TestTools.ManualTest.Common
问题签名05: 10.0.0.0
Problem Signature 05: 10.0.0.0
问题签名06: 4ba21183
Problem Signature 06: 4ba21183
问题签名07: 5df
Problem Signature 07: 5df
问题签名08: 0
Problem Signature 08: 0
问题签名09: System.MissingMethodException
Problem Signature 09: System.MissingMethodException
操作系统版本: ; 6.1.7600.2.0.0.256.1
OS Version: 6.1.7600.2.0.0.256.1
语言环境ID: ; 1033
Locale ID: 1033
附加信息1: 0a9e
附加信息2: 0a9e372d3b4ad19135b953a78882e789
附加信息3: 0a9e
附加信息4: 0a9e372d3b4ad19135b953a78882e789
阅读我们的在线隐私声明:
Read our privacy statement online:
  ; http://go.microsoft.com/fwlink/?linkid = 104288& clcid = 0x0409
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
跨度>
如果在线隐私声明无法使用,请离线阅读我们的隐私声明:
C:\ Windows \ system32 \ zh-cn \ erofflps.txt
C:\Windows\system32\en-US\erofflps.txt
我检查了Windows应用程序日志,大约在崩溃时记录了许多错误:VSTTExecution(其中5个),Microsoft测试管理器,.NET运行时和应用程序错误.
I checked the Windows Application logs and there are number of errors logged at about the time of the crash: VSTTExecution (5 of them), Microsoft Test Manager, .NET Runtime, and Application Error.
有任何有关故障排除的建议吗?
Any advice on troubleshooting?
谢谢
柯克
推荐答案
我需要很少的日志来调试此问题.
I would need few logs to debug this issue.
要启用日志,请执行以下操作:
To enable the logs, please do the following:
•关闭mtm.exe的所有实例
• Close all instances of mtm.exe
•编辑文件< VsInstallDir> \ Common7 \ IDE \ mtm.exe.config(以admin身份调用记事本,然后 打开文件)以修改以下几行.
• Edit the file <VsInstallDir>\Common7\IDE\mtm.exe.config (Invoke notepad as admin and then open the file) to modify the following lines.
<添加名称="UITestTraceLevel";值="0" />
<add name="UITestTraceLevel" value="0" />
< add name =" EqtTraceLevel"值="0" />
<add name="EqtTraceLevel" value="0" />
收件人
To
<添加名称="UITestTraceLevel";值="4" />
<add name="UITestTraceLevel" value="4" />
< add name =" EqtTraceLevel"值="4" />
<add name="EqtTraceLevel" value="4" />
•与MTM合作以解决此问题.
• Work with MTM to repro the issue.
•关闭MTM
• Close MTM
•打开路径%TEMP%\ UITestLogs \ LastRun
• Open the path %TEMP%\UITestLogs\LastRun
您将找到一个名为UITestLog.html的文件.请将此文件发送给我(pradeepn AT microsoft DOT com).
You will find a file with the name UITestLog.html. Please send this file across to me (pradeepnATmicrosoftDOTcom).
关于
Regards,
Pradeep
Pradeep
这篇关于运行测试并录制视频时,MTM崩溃.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!