本文介绍了命令行执行UIAutomation脚本的先决条件。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


是否有使用命令行执行UIAutomation脚本的先决条件?如果是这样,有人可以帮我吗?


我收到一条错误消息,指出我尝试使用以下命令执行测试时找不到文件,尽管存在所需文件:


1。 C:\&; MSTest /testmetadata:TestProject_BuildValidation.vsmdi / testlist:NewList


2。 C:\> MSTest /testmetadata:TestProject_BuildValidation.vsmdi


3。 C:\> MSTest / testcontainer:TestProject_BuildValidation\TestProject_BuildValidation\bin\debug\TestProject_BuildValidation.dll


Anyhelp会很感激。



Basava Kumar M

解决方案

Hi,

Is there any prerequisite for executing of UIAutomation scripts using command line? If so can anyone please help me on this?

I got an error messages stating file not found while I try to execute the test using the below commands, though the required files exists:

1. C:\>MSTest /testmetadata:TestProject_BuildValidation.vsmdi /testlist:NewList

2. C:\>MSTest /testmetadata:TestProject_BuildValidation.vsmdi

3. C:\>MSTest /testcontainer: TestProject_BuildValidation\TestProject_BuildValidation\bin\debug\TestProject_BuildValidation.dll

Anyhelp would be thankful.

Regards,

Basava Kumar M

解决方案


这篇关于命令行执行UIAutomation脚本的先决条件。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-21 10:20