ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,008 results

Jesse Warden
Writing Your First Unit Test

I go over unit testing; setting up Mocha, Chai, and writing your first unit tests. I also cover briefly the 2 syntaxes, using the expect ...

6:35
Writing Your First Unit Test

19,004 views

8 years ago

Jesse Warden
Setup and Teardown with Unit Test Fixtures

I cover setup, teardown, and creating fixtures through Mocha's beforeEach and afterEach functions.

7:28
Setup and Teardown with Unit Test Fixtures

6,688 views

8 years ago

Jesse Warden
Positive and Negative Unit Tests

I cover positive and negative tests for functions and how errors are handled in Mocha.

5:53
Positive and Negative Unit Tests

8,004 views

8 years ago

Jesse Warden
Unit Testing Initial Conditions

Code to follow along: https://github.com/JesterXL/unwinding-and-refactoring/blob/master/index.js I cover unit testing untestable ...

7:08
Unit Testing Initial Conditions

4,178 views

8 years ago

Jesse Warden
Sampling Random Data for Unit Tests

I cover capturing multiple results from random data to help test randomness.

6:19
Sampling Random Data for Unit Tests

2,702 views

8 years ago

Jesse Warden
Unit Testing Static Class Methods

I cover unit testing a static class method despite its randomness.

4:17
Unit Testing Static Class Methods

7,345 views

8 years ago

Jesse Warden
Database API Response Unit Testing

We refactor out the responses of the API to unit test them first and ensure that we have unit testing on any API response with ...

7:54
Database API Response Unit Testing

1,610 views

8 years ago

Jesse Warden
Mocking Dependencies in Unit Tests Using Partials

We use function partials (partially applied applications) to mock our dependencies for our unit tests using Lodash's _.partial ...

9:32
Mocking Dependencies in Unit Tests Using Partials

589 views

8 years ago

TU Delft Learning for Life
Software Testing in Java - Mockito

Read more about his onine course: https://www.edx.org/course/automated-software-testing-practical-skills-for-java-developers.

4:34
Software Testing in Java - Mockito

7,952 views

7 years ago

Jesse Warden
Mocking Dependencies in Unit Tests Using Default Parameters

We use JavaScript's default parameters to make a more flexible function partial. Instead of 2 functions, 1 being the partial, instead ...

4:35
Mocking Dependencies in Unit Tests Using Default Parameters

542 views

8 years ago

Jesse Warden
Unit Testing Asynchronous Callbacks

We cover unit testing the Node callback, but could apply to any callbacks in the browser too. Dat Thundah ...

7:03
Unit Testing Asynchronous Callbacks

5,751 views

8 years ago

software_technology
Tracing an Error when a JUnit Test Case Fails

https://gist.github.com/gaurav1780/8e15d2f87d1afbf019cb00412612a0ad ...

10:50
Tracing an Error when a JUnit Test Case Fails

7,892 views

6 years ago

Tom Mens
Unit Testing and Test Coverage in Java

A video tutorial by Tom Mens about unit testing and test coverage in Java. This video is supplementary course material for a ...

17:23
Unit Testing and Test Coverage in Java

4,244 views

10 years ago

Code with Nakov | SoftUni Global
What Is Unit Testing [Dev Concepts #27]

Unit tests are pieces of code that test specific functionality in a certain software component. Usually, they aren't written by QA ...

11:46
What Is Unit Testing [Dev Concepts #27]

620 views

3 years ago

Ian Barland
T0-test-harness-java

A quick explanation of the provided test-framework for unit-testing T0 expressions in java. Based on the assignment at: ...

8:09
T0-test-harness-java

731 views

7 years ago

TU Delft Learning for Life
Software Testing in Java - Introduction to JUnit

Read more about his onine course: https://www.edx.org/course/automated-software-testing-practical-skills-for-java-developers.

7:52
Software Testing in Java - Introduction to JUnit

2,458 views

7 years ago

Esko Luontola
Announcing the First Release of the Jumi Test Runner for the JVM

Announcing the first release of the Jumi test runner (version 0.1.196) for the Java platform. This release is targeted at the ...

12:18
Announcing the First Release of the Jumi Test Runner for the JVM

547 views

13 years ago

ProgramArtist
How to Test an Abstract Class

In this episode I show how to write tests for an abstract class. I talk about different approaches and show the approach I prefer.

18:02
How to Test an Abstract Class

2,422 views

8 years ago

howtobasic officiel14
Basic unit testing and TDD with Java and NetBeans (screencast)

I created this video with the YouTube Video Editor (http://www.youtube.com/editor)

8:33
Basic unit testing and TDD with Java and NetBeans (screencast)

111 views

11 years ago

Otavio Santana
Advanced JUnit Testing: Enabling Conditional Tests with Tags and Java System Properties

This video explores advanced techniques with JUnit conditional for enabling and disabling JUnit tests based on specific ...

7:49
Advanced JUnit Testing: Enabling Conditional Tests with Tags and Java System Properties

434 views

2 years ago