我对受监控的测试用例“使用后退按钮”有疑问。我总是收到错误消息
[ERROR]: Pressing the Back button on page MainPage.xaml does not close the dialog box
我很确定,Dialog
当按下 Back-Button 时,我会关闭所有 s。在返回有效的DialogResult
.
最终是否有任何Controls
(我只使用标准Controls
)被归类为Dialog
、 likeContextMenus
或 other Controls
?
我怎么知道,这Dialog
是什么意思?是否有任何协议文件或其他内容详细告诉我测试是如何通过的?在 Visual Studio 2010 中输出 Windows 或其他内容?