java - jbehave 核心发行版和 Web 发行版之间有什么区别?

标签 java bdd jbehave

http://jbehave.org/download.html 上的页面允许我下载 JBehave 的核心和 Web 发行版。谁能告诉我它们之间有什么区别?

最佳答案

From JBehave Doc

What is JBehave Web?

JBehave Web is an extension of JBehave Core, providing support for web-related access or functionality.

Web Runner

The Web Runner provides a non-technical front-end that does not require access to a build system nor to source control. It allows the user to run stories - both synchronously and asynchronously - via a simple web interface. It also allows the user to find matching steps methods and to explore steps patterns by auto-completion.

Selenium Integration

The Selenium integration module allows the user to drive the verification of web application behaviour using Selenium.

The Web Runner allows the running of any type of story, not just those related to web behaviour.

关于java - jbehave 核心发行版和 Web 发行版之间有什么区别?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38337285/

相关文章:

java - 无法从 Java 中的 CXF REST Web 服务读取或解析纯字符串响应

java - if 语句检查变量是否在数组中?

c# - 使用 BDD 测试的开源项目?

java - 如何克服 Spring 和 Jbehave 版本控制问题?

java - 组织 JBehave 故事

java - 如何使用 xpath 访问 div id?[selenium webdriver]

java - 使用 JNotify 库,您如何判断删除的文件是文件还是目录?

java - 编写/组织 JBehave 故事的良好做法有哪些?

BDD,有什么特点?

python - "Zero Iteration"- 简单联系表功能中的端到端验收测试