ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

12,662 results

Gregor Riegler
Testing Legacy Code (Part 1)

Part 1 of working on the coffee machine code. Adding characterization tests to a legacy java code command line application.

23:19
Testing Legacy Code (Part 1)

1,534 views

5 years ago

Bulgarian Java User Group
E2E Testing in CI Environment with Spring Boot and Testcontainers usage, Semyon Kirekov

I'll tell you what is E2E testing, how it differs from unit and integration testing, and why E2E testing is a mandatory part of the ...

46:31
E2E Testing in CI Environment with Spring Boot and Testcontainers usage, Semyon Kirekov

761 views

2 years ago

EuroPython Conference
Test java and C applications with python — Roberto Polli

EuroPython 2024 — North Hall on 2024-07-12] Test java and C applications with python by Roberto Polli ...

28:42
Test java and C applications with python — Roberto Polli

120 views

1 year ago

Gain Java Knowledge
Spring Boot testing Using Junit and Mockito

Hi Friends, #GainJavaKnowledge In this video we will learn how to write junit test cases using mockito framework for all layers like ...

22:57
Spring Boot testing Using Junit and Mockito

44,233 views

3 years ago

Craig Piercy
Creating a JUnit Test for GameNumber Java Class

Here we make a JUnit test class that can be used to test whether or not the methods of our GameNumber class are working ...

31:29
Creating a JUnit Test for GameNumber Java Class

3,711 views

13 years ago

Programming A2Z
Learn Java for Test Developers - Full Course

Learn Java for Test Developers course covers fundamentals, OOP concepts and implementation of them practically with examples ...

6:12:31
Learn Java for Test Developers - Full Course

20 views

3 years ago

Edgars Garsneks
DIY Testing Framework - Java Reflection API #8

Ever wondered how JUnit actually works under the hood? In this video, we'll build our own mini unit testing framework from ...

43:04
DIY Testing Framework - Java Reflection API #8

64 views

2 months ago

Bulgarian Java User Group
Modern Testing Tools for Java Developers, Elias Nogueira

We are, constantly, evolving the codebase by applying the best development practices, approaches, and design patterns. There's ...

52:19
Modern Testing Tools for Java Developers, Elias Nogueira

153 views

2 years ago

Kiberpipa
Java Unit Testing — The good, the bad, and the ugly (CafeBabe, POT)

OK, so we all write unit tests.. or at least we all should. What's such a big deal about them? You don't have to be an expert to write ...

1:31:45
Java Unit Testing — The good, the bad, and the ugly (CafeBabe, POT)

279 views

10 years ago

Barcelona Jug
Integration testing with Spring

Abstract : Are you interested in developing safe software and to explore different automated testing possibilities? Are you looking ...

1:02:54
Integration testing with Spring

266 views

Streamed 3 years ago

Java User Group Switzerland
ArchUnit - Unit Testing Architecture and Design

Speaker: Thomas Much Recorded: 2020-10-29 Most projects probably have some kind of documentation of the architecture and ...

1:20:46
ArchUnit - Unit Testing Architecture and Design

3,145 views

5 years ago

Denver Java Users Group
Pejman Ghorbanzade: Improving Productivity through Continuous Regression Testing

Making code changes to real-world software systems runs the risk of introducing unintended side-effects that are costly to find and ...

1:09:50
Pejman Ghorbanzade: Improving Productivity through Continuous Regression Testing

188 views

Streamed 3 years ago

BreizhCamp
[BreizhJUG] Mutation Testing for Java - Benoit Baudry

This talk introduces and illustrates the benefits of mutation testing to assess the quality of test suites. The intuition of this technique ...

48:06
[BreizhJUG] Mutation Testing for Java - Benoit Baudry

500 views

7 years ago

Cursos de Desarrollo
Funciones, Métodos y Testing TDD #3  Curso de Java desde cero

En este curso iremos subiendo un curso para aprender Java desde cero Más información en: https://republicaweb.es/ Enlaces ...

1:26:31
Funciones, Métodos y Testing TDD #3 Curso de Java desde cero

502 views

Streamed 2 years ago

TECH CAREER DEVELOPMENT
CORE JAVA| JAVA FUNDAMENTALS| JAVA BASIC| JAVA FOR QA TEST AUTMATION

Java #JavaForQAAutomation #JavaBasic Contact: qaautomationjobnews@gmail.com Java is one of the most popular ...

44:19
CORE JAVA| JAVA FUNDAMENTALS| JAVA BASIC| JAVA FOR QA TEST AUTMATION

40 views

3 years ago

Barcelona Jug
Advanced testing patterns in Java and Scala by Sean P. Floyd at JBCNConf 2016

http://www.jbcnconf.com/2016/infoSpeaker.html?ref=sfloyd.

51:00
Advanced testing patterns in Java and Scala by Sean P. Floyd at JBCNConf 2016

89 views

9 years ago

FOSDEM
Advanced testing in action on a Java project Demonstrating testing practices using Java, Maven, Doc…

Advanced testing in action on a Java project Demonstrating testing practices using Java, Maven, Docker and Jenkins. by Vincent ...

49:40
Advanced testing in action on a Java project Demonstrating testing practices using Java, Maven, Doc…

168 views

7 years ago

The Life Code
Getting Started with Unit Tests in Java

This course presents a way to start with Unit Tests in Java. What are Unit Tests in Java? Why are Unit Tests a vital point in any ...

40:48
Getting Started with Unit Tests in Java

73 views

2 years ago

Code Geek
Selenium Automation Testing | Selenium Automation with Java | Selenium Testing for beginners

This course covers the basic concepts of Selenium Webdriver with Java. Getting started with Selenium Automation Testing ...

2:20:32
Selenium Automation Testing | Selenium Automation with Java | Selenium Testing for beginners

142 views

6 years ago

Barcelona Jug
Performance testing Java Applications

Every so often, you'll read a performance benchmark (of a Java or other application), with bold claims for how well X performs ...

51:26
Performance testing Java Applications

254 views

3 years ago

Carlos Chacin
This Java Testing Trick Finds Bugs | Property-Based Testing with jQwik

Are your JUnit tests giving you a false sense of security? You test the happy paths and a few edge cases you can think of, but what ...

25:55
This Java Testing Trick Finds Bugs | Property-Based Testing with jQwik

136 views

2 months ago

Perfology
Performance Testing Of Java Applications

Speaker Pratik Patel is a Java Champion and developer advocate at Azul Systems. He wrote the first book on 'enterprise Java' in ...

51:26
Performance Testing Of Java Applications

3,833 views

2 years ago

Code Master
Pruebas Unitarias en Java con Mockito: Mini Tutorial  🚀

Descubre cómo implementar pruebas unitarias en tus proyectos de Java usando Spring y Mockito de manera fácil y efectiva.

27:56
Pruebas Unitarias en Java con Mockito: Mini Tutorial 🚀

306 views

1 year ago

ITLearnz
Learn TestNG with Selenium and Java

In this tutorial, you'll learn A-Z of TestNG with Selenium and Java to develop better Automation Test Framework Selenium Full ...

4:42:35
Learn TestNG with Selenium and Java

144 views

3 years ago

Java
Adopting Extreme Programming - Unit Testing, TDD, and CI

Presentation on adopting Extreme Programming presented at the Chennai Java Summit by Manigandan.

39:51
Adopting Extreme Programming - Unit Testing, TDD, and CI

3,201 views

11 years ago