|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/cucumber-framework-for-behavior-driven-development/
课程评论:没有评论
Coursera 课程《Complete Cucumber Framework for BDD》(Cucumber BDD 完全框架) 课程总结: 本课程聚焦于软件交付领域当前最重要的趋势之一:行为驱动开发(BDD)、验收测试和测试驱动开发(TDD)。 **核心内容:** * **BDD 实现:** 学习如何使用 Cucumber 框架,结合 Java、Selenium 和 JUnit 来实现 BDD 软件交付。 * **Cucumber 核心要素:** * 掌握如何编写 `.feature` 文件。 * 学习 Gherkin 语法,用于定义业务需求和测试场景。 * 能够构建清晰的 Given-When-Then(给定-当-那么)场景。 * **数据驱动测试:** * 学会将数据参数化到测试场景中。 * 了解如何在步骤(steps)之间传递数据到粘合代码(glue code)中。 * **Selenium 集成:** * 学习如何将 Cucumber 与 Selenium WebDriver 集成,实现自动化 Web 应用测试。 * **实践应用:** 课程将指导学员将所学知识应用于一个真实的应用程序,以巩固和提升技能。 **学习目标:** 通过本课程,学员将能够有效地运用 Cucumber 框架,实现 BDD 的软件交付流程,从而提高软件质量,并更好地理解和满足业务需求。
Behavior-driven development, acceptance testing, and test-driven development is one of the latest, most important trends in software delivery. Learn how to implement BDD software delivery with Cucumber framework using Java, Selenium, and JUnit. Apply your knowledge to a real-world application. In this course, you will how to Write a feature fileApply Gherkin syntaxOutline a Given-When-Then scenarioParameterize data into scenariosPass data from steps to glue codeIntegrate Cucumber with Selenium