* Cantinho Satkeys

Refresh History
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    06 de Julho de 2025, 11:43
  • j.s.: [link]
    05 de Julho de 2025, 16:31
  • j.s.: dgtgtr a todos  4tj97u<z
    05 de Julho de 2025, 16:31
  • j.s.: h7t45 ao convidado de Honra batatinha pela sua ajuda
    05 de Julho de 2025, 16:30
  • FELISCUNHA: ghyt74  pessoal   4tj97u<z
    04 de Julho de 2025, 11:58
  • JPratas: dgtgtr Pessoal  101041 Vamos Todos Ajudar na Manutenção do Forum, Basta 1 Euro a Cada Um  43e5r6
    03 de Julho de 2025, 19:02
  • cereal killa: Todos os anos e preciso sempre a pedir esmolas e um simples gesto de nem que seja 1€ que fosse dividido por alguns ajudava, uma coisa e certa mesmo continuando isto vai levar volta a como se tem acesso aos tópicos, nunca se quis implementar esta ideia mas quem não contribuir e basta 1 € por ano não terá acesso a sacar nada, vamos ver desenrolar disto mais ate dia 7,finalmente um agradecimento em nome do satkeys a quem já fez a sua doação, obrigada
    03 de Julho de 2025, 15:07
  • m1957: Por favor! Uma pequena ajuda, não deixem que o fórum ecerre. Obrigado!
    03 de Julho de 2025, 01:10
  • j.s.: [link]
    02 de Julho de 2025, 21:09
  • j.s.: h7t45 ao membro anónimo pela sua ajuda  49E09B4F
    02 de Julho de 2025, 21:09
  • j.s.: dgtgtr a todos  4tj97u<z
    01 de Julho de 2025, 17:18
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    29 de Junho de 2025, 11:59
  • m1957: Foi de boa vontade!
    28 de Junho de 2025, 00:39
  • j.s.: passem f.v. por aqui [link]    h7t45
    27 de Junho de 2025, 17:20
  • j.s.: renovamos o nosso pedido para uma pequena ajuda para pagemento  do nosso forum
    27 de Junho de 2025, 17:19
  • j.s.: h7t45 aos convidados de honra Felizcunha e M1957 pela ajuda
    27 de Junho de 2025, 17:15
  • j.s.: dgtgtr a todos  4tj97u<z
    27 de Junho de 2025, 17:13
  • FELISCUNHA: ghyt74  pessoal  4tj97u<z
    27 de Junho de 2025, 11:51
  • JPratas: try65hytr A Todos  classic k7y8j0
    27 de Junho de 2025, 04:35
  • m1957: Por favor vaamos todos dar uma pequena ajuda, para não deixar encerrar o fórum! Obrigado.
    26 de Junho de 2025, 23:45

Autor Tópico: Master Java Unit Testing With Junit 5 In An Hour  (Lida 68 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 121842
  • Karma: +0/-0
Master Java Unit Testing With Junit 5 In An Hour
« em: 22 de Maio de 2023, 13:28 »

Master Java Unit Testing With Junit 5 In An Hour
Published 5/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 193.29 MB | Duration: 1h 0m

Master Java Unit Testing with JUnit 5: Practical Coding, Real-World Examples, Best Practices, and Interview Questions

What you'll learn
Learning unit testing in java
Learning JUnit Framework and implementing lots of real examples
How to implement different types of unit tests in Java
Getting familiar with real examples that you might face in job and interview
Hands on practice and coding different types of Junit functionallties
Requirements
Basic knowledge of Java
Description
Welcome to "Master Java Unit Testing with JUnit 5 in an hour" - the comprehensive course designed to teach you the fundamentals of unit testing in Java using the latest JUnit 5 framework. In today's fast-paced software development industry, it's essential to ensure that your code is reliable and functions as intended. That's where unit testing comes in - it's a critical process that allows you to test small, isolated pieces of code to ensure that they meet your requirements and work as expected.In this course, you'll learn how to write effective unit tests using JUnit 5 and other popular testing tools. You'll start by exploring the basics of unit testing, including what it is, why it's important, and how to write tests that are maintainable, readable, and scalable. Throughout the course, you'll work on practical examples and exercises that will help you build your skills and gain confidence in your ability to write effective unit tests. By the end of the course, you'll be able to apply your newfound knowledge to your own projects and write tests that ensure your code is reliable and performs as expected.This course takes a practical approach and covers the essential concepts of unit testing with JUnit 5, including Test-Driven Development (TDD) with real-world examples. You'll also learn by making some real job examples and use cases, giving you practical experience with unit testing in a professional setting.Additionally, this course includes interview questions that will help you prepare for job interviews and stand out from other candidates. By the end of the course, you'll be well-prepared to tackle unit testing questions in technical interviews and showcase your skills to potential employers.Whether you're a beginner or an experienced Java developer, this course will equip you with the knowledge and tools you need to create high-quality, reliable code. So, enroll in this tutorial today and join me on this exciting journey as we dive into the world of Java unit testing with JUnit 5!
Overview
Section 1: Introduction
Lecture 1 Introduction
Lecture 2 Why writing test is important?
Lecture 3 Different Types of Testing
Lecture 4 Deep Dive in Unit Testing
Section 2: JUnit Framework
Lecture 5 What is JUnit Framework?
Lecture 6 JUnit 5
Lecture 7 Setting up JUnit 5 manually
Lecture 8 Setting up JUnit 5 Using Maven
Lecture 9 Setting up JUnit 5 Using Gradle
Section 3: JUnit Annotations
Lecture 10 JUnit Annotations
Lecture 11 JUnit Annotations Part 1
Lecture 12 Real Example related to JUnit Annotations Part 1
Lecture 13 JUnit Annotations Part 2
Lecture 14 Real Example related to JUnit Annotations Part 2
Lecture 15 Junit Annotations Part 3
Lecture 16 Real Example related to JUnit Annotations Part 3
Section 4: JUnit Advance Topics
Lecture 17 Parameterized Tests
Lecture 18 Parametrized Test Real Example
Lecture 19 Exception Handling
Lecture 20 Exception Handling Test Real Example
Lecture 21 Test Fixtures
Lecture 22 Test Fixtures in Action
Lecture 23 Assertions
Lecture 24 JUnit Different Versions!
Section 5: Best practices for JUnit
Lecture 25 Best Practices
Lecture 26 Junit Cheat Sheet
Section 6: JUnit Interview Questions
Lecture 27 Java Testing and JUnit Interview Questions Part 1
Lecture 28 Java Testing and JUnit Interview Questions Part 2
Section 7: Bonus Course: Spring Boot Framework and JUnit
Lecture 29 Spring Boot Framework and JUnit
Section 8: Bonus Course: Test Driven Development (TDD)
Lecture 30 Test Driven Development (TDD)
Lecture 31 TDD in Action (E-Commerce: Purchase items online)
Lecture 32 TDD in Action (E-Commerce Retail Company-Search for products based on keywords)
Lecture 33 TDD in Action (Messaging application: Message blocked user)
Junior, Mid level and Senior Developers,Students, interns and those who are looking to learn Junit and generally unit testing,All developers and those who want to pass job interviews related to programming roles and QA,Java Developers,Backend Developers,QA Developers,Test Developers


Download link

rapidgator.net:
Citar
https://rapidgator.net/file/61dfa2576b9d55c6b036213caa979d02/nhkdp.Master.Java.Unit.Testing.With.Junit.5.In.An.Hour.rar.html

uploadgig.com:
Citar
https://uploadgig.com/file/download/24245C4eae08a931/nhkdp.Master.Java.Unit.Testing.With.Junit.5.In.An.Hour.rar

nitroflare.com:
Citar
https://nitroflare.com/view/28BFC544034AE14/nhkdp.Master.Java.Unit.Testing.With.Junit.5.In.An.Hour.rar

1dl.net:
Citar
https://1dl.net/1nflvctuzo3d/nhkdp.Master.Java.Unit.Testing.With.Junit.5.In.An.Hour.rar