NUnit。如何自动生成测试?
有没有可以简化测试创建的软件?测试的大部分内容都是相当重复的,所以我认为可能有人已经自动化了这一点。
Is there any software that simplifies creation of tests? Most of the contents of tests is pretty repetitive, so I thought someone might have automated this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以查看 Pex - 它允许为 NUnit、MbUnit 等生成测试。这是关于使用此工具的一篇文章。
You may have a look on Pex - it allows to generate tests for NUnit, MbUnit and others. Here's an article on using this tool.
VS2008 中的测试框架确实会自动生成类的测试 - 如果这确实是您想要的!
The testing framework in VS2008 does automatically generate tests for a class - if this is really what you want!
下面有一些不错的选择,我必须承认我没有使用它们,因为我自己编写了所有测试。
addin
kellermansoftware
There are some good options below, I must admit I haven't used them as I write all tests myself.
addin
kellermansoftware