Cucumber中如何划分功能和场景?
我需要管理系统中的一些用途,所以用户管理是一个功能,而添加/删除用户是一个场景?我想知道设计它们的一个原则,谢谢
I need to manage some uses in system, so user management is a feature , and add/delete user is a Scenario? I want to know one principle to design them, thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,你是对的。
另请参阅如何创建更简洁的功能和 < a href="https://github.com/cucumber/cucumber/tree/master/examples" rel="nofollow">git 示例。
我的建议是只创建一个功能文件并运行
cucumber
。它会告诉你该怎么做。Yes, you are correct.
Have also a look at how to create more concise features and the git examples.
My advice is to just create a feature file and run
cucumber
. It will tell you what to do.