|
所在平台: Coursera |
课程主页: https://www.coursera.org/learn/dynamic-j-unit-testing
课程评论:没有评论
课程名称:JUnit中的参数化和动态测试 课程概述:在本课程中,您将学习如何通过参数化测试、重复测试和动态测试来测试大量功能,而无需编写冗长的测试脚本。 课程大纲:
第一部分
标题:参数化测试
描述:在此模块中,我们将创建可重用的测试,以便通过参数化测试进行批量数据驱动测试。
第二部分
标题:动态测试
描述:本模块将探讨JUnit 5动态测试的功能,使用JUnit工厂方法生成测试,而不是使用静态测试方法。
Part: 1
Title:Parameterized Testing
Description:In this module we will create reuseable tests that cbna be used for bulf data driven testing through the use of Parameterized Tests
Part: 2
Title:Dynamic Tests
Description:This modules will look at JUnit 5 Dynamic Test Capabilities using JUnit Factory methods for generating tests rather than static test methods
In this course you will learn about how to test vast amounts of functionality using Parameterized Tests, Repeated Tests and Dynamic Tests without having to write verbose test scripts.