gpt4 book ai didi

ruby-on-rails - 如何组织 Rails 集成/功能规范

转载 作者:太空宇宙 更新时间:2023-11-03 16:53:47 25 4
gpt4 key购买 nike

对于 Controller ,我测试了每个 Action :

describe PostsController do
describe "GET #new"
describe "GET #edit"
describe "DELETE #destroy"
...

如何组织我的集成/功能测试?遵循 Controller 结构或用户故事或其他什么?我正在使用 capybara 。

最佳答案

我首先根据 Action 来组织它。然后在每个 Action 中,我在好用户和坏用户之间组织我的测试。我相信有人会更深入,但这是我的两分钱。

好用户 - 一切都做对的用户,将正确的信息输入表单等。

不良用户 - 潜在的黑客,或只是将不良信息插入您网站的人。

关于ruby-on-rails - 如何组织 Rails 集成/功能规范,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15141448/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com