Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个很大的问题要解决。我能知道为什么 jbehave 比 selenium web driver+JUNIT 重要吗?jbehave 编写的故事可以使用 junit 和 webdriver 轻松完成。
/拉希鲁
我认为你需要分离一些概念。JBehave 是一个框架,它提供了使用使用行为驱动模式编写的故事来运行验收测试的方法。您可以使用它对任何类型的系统执行验收测试,包括带有 Selenium HQ 的 Web。对于 BDD,重点是您的客户告诉您系统必须做什么。所以主要目标是清晰的沟通!
所以,当然你可以使用 Junit + Selenium ......但你的测试将更具技术性。