用于编写测试场景(或功能测试)的标准文档或软件

发布于 2024-07-16 06:42:36 字数 220 浏览 4 评论 0原文

是否有用于编写测试场景(或功能测试/验收测试)的标准文档? 也许软件可以输入场景并检查它们是否通过...

现在我们使用 Word 或 Excel 来执行此操作,但拥有一个系统来跟踪先前测试场景的结果会很有用。

谢谢,Lieven Cardoen

ps:这些测试是纯功能测试。 我的意思是我们描述的场景稍后应该由不了解代码甚至项目的人来执行。 因此测试无法执行。

Are there standard documents around to write Test Scenarios (or functional tests/ acceptance tests)? Maybe software to input the scenarios and check them if passed...

Now we use Word or Excel to do this but having a system to track the results of previous test scenarios would be usefull.

thx, Lieven Cardoen

ps: The tests are pure functional tests. I mean the scenarios we describe should later be executed by persons who do not know the code or even the project. So the tests can not be executed.

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

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

发布评论

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

评论(1

转身泪倾城 2024-07-23 06:42:37

编写测试场景的标准方法可能是用例或用户故事形式。 如果您想了解更多信息,谷歌应该为您提供大量链接供您选择。

我只会提供更多线索供您调查 - 您的问题有点广泛。

对于 Java 和 .net,有 FitNesse 它允许您在某种 wiki 中编写测试场景,并且测试可以被处决。

您可以研究行为驱动开发,这导致了一些框架的开发来编写可执行的用户故事。 例如,Ruby 的 rspec 似乎非常流行。 这里是许多其他平台的此类框架的列表。

A standard way to write test scenarios is probably in Use Case or User Story form. Google should give you plenty of links to choose from if you want to know more about these.

I'll just provide some more leads for you to investigate - your question is kind of broad.

For Java and .net there is FitNesse It allows you to write test scenarios in a sort of wiki, and the tests can be executed.

You could look into behavior driven development, which has caused development of some frameworks to write executable user stories. For example rspec for Ruby seems to be very popular. Here is a list of such frameworks for many other platforms.

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