ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

10,975,797 results

Kris Jordan
LS33.2 - C - Unit Testing Introduction with Google Test

... C++ testing framework but you can test C projects in it as well. It's it's one of the most commonly used SI unit test frameworks that ...

11:43
LS33.2 - C - Unit Testing Introduction with Google Test

45,574 views

5 years ago

Charles Cabergs
Unit testing in C with criterion

Finally, a clean and simple library to do unit test in C and C++. criterion: https://github.com/Snaipe/Criterion criterion doc: ...

12:58
Unit testing in C with criterion

6,013 views

1 year ago

Martin K. Schröder
C Programming For Beginners: Tip #3: Unit Test To Ensure Consistency

Udemy courses: get book + video content in one package: Cursor Control: master software engineering acceleration using ...

5:46
C Programming For Beginners: Tip #3: Unit Test To Ensure Consistency

12,119 views

5 years ago

Andy Sterkowitz
What is Unit Testing? Why YOU Should Learn It + Easy to Understand Examples

If you haven't come across unit testing and wondering what it's all about then take some time and watch this video. It's a quick ...

10:43
What is Unit Testing? Why YOU Should Learn It + Easy to Understand Examples

316,636 views

7 years ago

The PrimeTime
Thoughts About Unit Testing | Prime Reacts

Recorded live on twitch, GET IN https://twitch.tv/ThePrimeagen Article: ...

11:21
Thoughts About Unit Testing | Prime Reacts

339,124 views

2 years ago

Jacob Sorber
Project Setup: Automated Testing with Make (using queue example)

Patreon ➤ https://www.patreon.com/jacobsorber Courses ➤ https://jacobsorber.thinkific.com Website ...

17:00
Project Setup: Automated Testing with Make (using queue example)

40,336 views

4 years ago

MatthiWare
C# Mocking in Unit Tests (Beginners)

... your unit tests using Moq. Github Source Code Starting Point: https://github.com/MatthiWare/MockingTutorial/tree/starting-point ...

13:09
C# Mocking in Unit Tests (Beginners)

15,228 views

3 years ago

JetBrains
C++ Unit Testing with Google Test Tutorial

In this tutorial, we take a look at how to perform using testing in C++ using the Google Test framework and ReSharper C++ as the ...

14:59
C++ Unit Testing with Google Test Tutorial

429,839 views

10 years ago

sudocpp
Unit Testing with CMake's CTest [Ep 7]

Up to this point CMake has been handy for managing our libraries and compiling our code. Today we will look at unit testing our ...

8:47
Unit Testing with CMake's CTest [Ep 7]

10,702 views

2 years ago

Cody Engel
How To Write Unit Tests (The Right Way)

Throughout my career I've had the opportunity to teach other software engineers about effective unit testing. Honestly, these skills ...

14:26
How To Write Unit Tests (The Right Way)

58,728 views

4 years ago

Khan Academy
Unit testing | Intro to CS - Python | Khan Academy

How do teams of programmers continuously write and revise code without breaking things? Unit tests define a function's expected ...

4:45
Unit testing | Intro to CS - Python | Khan Academy

19,488 views

1 year ago

Kiki's Bytes
Stop Using Mocks In Unit Tests

Preface: most of the information in this video are lessons I learned from Unit Testing Principles, Practices, and Patterns by Vladimir ...

4:48
Stop Using Mocks In Unit Tests

3,422 views

2 years ago

Alex Hyett
5 Types of Testing Software Every Developer Needs to Know!

CHAPTERS 00:00 Introduction 00:09 Software Testing Pyramid 00:25 Unit Tests 00:54 Code Coverage 01:05 Modified Condition ...

6:24
5 Types of Testing Software Every Developer Needs to Know!

175,452 views

2 years ago

PageKey
OS17: Unit Testing C Code with Gtest, LCOV, Genhtml

In this video, we set up unit testing for our C code using Gtest, generate coverage data with gcov and LCOV, and finally generate a ...

10:44
OS17: Unit Testing C Code with Gtest, LCOV, Genhtml

5,841 views

3 years ago

Gui Ferreira
3 Types of Unit Tests for C# Developers (and How to Do Them)

... how to approach testing and how you decide on your assertions. In this video, we will use C# to find those 3 types of Unit Tests.

4:24
3 Types of Unit Tests for C# Developers (and How to Do Them)

4,144 views

3 years ago

Round The Code
xUnit tutorial: How to run unit testing in C#

Want to learn Minimal APIs from scratch? I'm giving away my “Minimal APIs for Complete Beginners” course FREE ✓ First 100 ...

10:34
xUnit tutorial: How to run unit testing in C#

9,774 views

1 year ago

Nick Proud
Make Your C# Unit Tests 10x Better With Moq - An Easy Mocking Tutorial for Beginners in .NET!

You'll learn: ✓ What Moq is and why it's essential for unit testing ✓ How to mock dependencies with Moq ✓ Writing testable C# ...

19:46
Make Your C# Unit Tests 10x Better With Moq - An Easy Mocking Tutorial for Beginners in .NET!

4,929 views

11 months ago

Coding with Mat
Using CMake's CTest to create and run all your C++ tests

In this video, we will learn how to use CMake's "add_test(...)" command to integrate your C++ project's tests into CMake. For more ...

11:21
Using CMake's CTest to create and run all your C++ tests

20,256 views

3 years ago

Foad Alavi
How to test your Unit tests? (mutation testing in C# using Styker)

Can you be sure your unit test is correct and covers all corner cases of your code? How to test our unit tests? Buy me a coffee: ...

13:28
How to test your Unit tests? (mutation testing in C# using Styker)

1,070 views

2 years ago

Mina Pêcheux
How to do basic unit testing [Unity/C# tutorial]

unity #csharp #gamedev #unittest #testing #cicd #devops #automation In this Unity tutorial, let's see what unit testing is, why it's ...

17:43
How to do basic unit testing [Unity/C# tutorial]

26,006 views

4 years ago

Dr Jon EA: Pico & Pico 2
C/C++ Unit Testing on Raspberry PI Pico

I've recently revised my approach to Unit Testing or Test Driven Development (TDD) on the Raspberry PI Pico. I was inventing my ...

14:58
C/C++ Unit Testing on Raspberry PI Pico

1,098 views

2 years ago

Surfing Scratcher
What Is Unit Testing?

So you've come across unit tests but you're unsure what they are? In this question, I'll give you a brief answer to the question, ...

4:40
What Is Unit Testing?

6,284 views

3 years ago

Milan Jovanović
C# Unit Testing Best Practices for Great Code Coverage

Master the Modular Monolith Architecture: https://bit.ly/3SXlzSt Accelerate your Clean Architecture skills: https://bit.ly/3PupkOJ ...

17:52
C# Unit Testing Best Practices for Great Code Coverage

43,698 views

2 years ago

truthadjuster
Parasoft C/C++ Static Analyses Unit Testing a Keil Project

git clone https://github.com/daparic/parasoft-examples.git.

7:12
Parasoft C/C++ Static Analyses Unit Testing a Keil Project

166 views

2 years ago

Code for yourself
Do you even test? (your code with CMake)

Help me keep doing these videos!* This works relies on *your* support! You can show it in one of these ways: Start a FREE ...

12:38
Do you even test? (your code with CMake)

36,212 views

3 years ago