.NET WebTest 自定义验证规则 - 如何进行单元测试?

发布于 2024-08-04 15:11:32 字数 81 浏览 5 评论 0原文

我正在为 .NET Webtest 创建自定义 ValidationRules。

是否有一些简单的方法来为这些验证规则创建单元测试?

I'm creating custom ValidationRules for a .NET webtest.

Is there some easy way to create unit tests for these validation rules?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

通知家属抬走 2024-08-11 15:11:32

创建一个数据库+表来保存 webtest 值,创建一个从表中加载的 webtest 并使用表中的值填充表单。您还可以添加“预期结果”列。然后,Webtest 可以自动迭代表中的行,并根据“预期结果”报告成功。编码的网络测试将更容易创建您的自定义验证规则。

Create a database+table for holding webtest values, create a webtest that loads from your table and populates the form with the values from your table. You can also add an "expected result" column. The webtest can then iterate automatically through rows in the table and report success based on the "expected result". A coded webtest is going to be easier to create your custom validation rule with.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文