Spring MVC项目中如何制定准确的验收标准和验收测试?

发布于 2025-01-03 07:44:27 字数 1432 浏览 1 评论 0原文

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

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

发布评论

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

评论(1

深府石板幽径 2025-01-10 07:44:27

有多种可用的验收测试自动化框架。
它们使您可以轻松定义验收测试(明确且可验证)。

它们可以轻松/自动触发以运行您定义的所有验收测试。

这些易于实施的框架还支持您追求验收测试驱动开发(ATDD);从而检查质量保证。

如果验收测试定义得很好并且很详尽,那么它们可以轻松地用于检查回归,而无需付出很大的努力。

此类验收测试自动化框架很少如下:

  1. FitNesse
  2. Robot Framework
  3. Selenium 也可用于验收测试。
  4. StoryTeller

还有许多其他工具可以帮助您实现目标。 :)

There are several Acceptance Test Automation Framework available.
They allow you to easily define your Acceptance Tests (which is unambiguous and Verifiable).

They can be easily/automatically triggered to run all your defined Acceptance Tests.

These easy to implement framworks also support you to pursue Acceptance Test Driven Development (ATDD); thus checking on QA.

If acceptance tests are very well defined and exhaustive they can easily be used to check regressions with very little effort.

Few of such Acceptance Test Automation Framework are as follows :

  1. FitNesse
  2. Robot Framework
  3. Selenium can also be used for acceptance test.
  4. StoryTeller

There are many others which lets you achieve the goal. :)

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