Java Testing Specialization

This specialization is intended for students interested to learn Java testing, mocking, improving their Java code, developing test-first Java artifacts, and building quality Enterprise Applications. There are four courses in the Specialization. Each course takes two weeks and about 3-5 hours of study time each week.

Sort options

Mocking with JUnit (Coursera)

Apr 15th 2024
Mocking with JUnit (Coursera)
Course Auditing
Categories
Effort
Languages
This course gives a foundational knowledge in mocking. What is mocking, why mock and how to mock are all questions that will be answered in this course.

Parameterized and Dynamic Testing in JUnit (Coursera)

Apr 15th 2024
Parameterized and Dynamic Testing in JUnit (Coursera)
Course Auditing
Categories
Effort
Languages
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.

Java Testing: An Introduction to TDD (Coursera)

Apr 15th 2024
Java Testing: An Introduction to TDD (Coursera)
Course Auditing
Categories
Effort
Languages
Test Driven Development (TDD) is an industry accepted technique to build Enterprise Applications and enhance quality. This course will introduce a test first approach for the development of Java artifacts and explain the benefits of adopting such a technique

Overview of JUnit Testing (Coursera)

Apr 15th 2024
Overview of JUnit Testing (Coursera)
Course Auditing
Categories
Effort
Languages
This course is a basic introduction to JUnit, covering the essential techniques for testing java code.