Description
Practical guide to learn JUnit 5 with real world test cases
In this video we will start by introducing the new features of JUnit 5, architecture, and description of the main Java 5 APIs. After that we will be learning about the low-level details of JUnit 5, i.e., how to write JUnit 5 test cases (programing model)
About The Author
Boni García has a PhD degree in Information and Communications Technology from Universidad Politécnica de Madrid (UPM), Spain in 2011. Currently he is working as an Assistant Professor at Centro Universitario de Tecnología y Arte Digital (U-tad), Spain. He has participated actively in three different research groups: Real-Time Systems and Telematic Services Architecture (STRAST), UPM; Telematic System for Information and Knowledge Society (TSIC), UPM; and currently on CodeUrjc (Universidad Rey Juan Carlos).
He has participated in 12 European research projects, publishing more than 20 papers in different journals and at international conferences. García is an active member of the FOSS community with a big emphasis on Software Testing, Web Engineering, and Computer Networking.
Basic knowledge
Prior experience of automated testing would be beneficial
This course takes a step-by-step approach to take you through the new features of JUnit 5 with real-world test cases. You will learn about the programming model by writing test cases
What will you learn
Understand the new features of JUnit 5
Learn the JUnit framework
Write test cases in JUnit 5
Run tests in JUnit 5
Explore JUnit 5 Programming Model
Integrate your test cases with third-party frameworks