运行从手动测试的操作记录生成的 CodedUI 测试
我在运行 codedui 测试时遇到问题,该测试是从手动测试的操作记录生成的。
当我尝试运行时,出现此错误。
单元测试适配器无法连接到数据源或读取数据。有关解决此错误的详细信息,请参阅 MSDN 库中的“数据驱动单元测试疑难解答”(http://go.microsoft.com/fwlink/?LinkId=62412)。 错误详细信息:无效的测试用例 ID - 2120
但我知道有一个测试用例的 ID 为 2120(因此 Visual Studio 可以从测试用例生成它)
我检查了 DataSource 属性,它也是正确的。 数据源属性如下。 [DataSource("Microsoft.VisualStudio.TestTools.DataSource.TestCase", "http://tfs2010:8080/tfs/defaultcollection;Cynergy", "2113", DataAccessMethod.Sequential), TestMethod]
我找不到任何关于此的信息。 任何人都可以帮助我吗?
I have got a problem about running codedui test which was generated from manual test's action recordings.
When i try to run, i get this error.
The unit test adapter failed to connect to the data source or to read the data. For more information on troubleshooting this error, see "Troubleshooting Data-Driven Unit Tests" (http://go.microsoft.com/fwlink/?LinkId=62412) in the MSDN Library.
Error details: Invalid Test Case ID - 2120
But i know there is a test case that's ID is 2120 (so Visual Studio could generate it from test case)
I checked the DataSource attribute and it is correct,too.
The datasource attribute is below.
[DataSource("Microsoft.VisualStudio.TestTools.DataSource.TestCase", "http://tfs2010:8080/tfs/defaultcollection;Cynergy", "2113", DataAccessMethod.Sequential), TestMethod]
I couldn't find anything about this.
Any one can help me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我搜索了这个错误,但找不到任何东西。
我多次重新创建 CodedUITest 但无法修复。之后我删除测试项目并再次创建。
之后问题就解决了..
我不知道为什么会出现这个错误,也不知道为什么它被解决了。
I searched about this error and i couldn't find anything.
I recreated CodedUITest for several times but i couldn't fix. After that i delete the Test Project and create again.
After this the problem was solved..
I don't know why i got this error and i don't know why it was solved.