ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

12,748,129 results

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,312 views

6 years ago

LinuxConfAu 2018 - Sydney, Australia
You Can't Unit Test C, Right?

Benno Rice http://lca2018.linux.org.au/schedule/presentation/114/ Testing is a wonderful thing. Code with good tests is so much ...

23:09
You Can't Unit Test C, Right?

57,744 views

8 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,323 views

2 years ago

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,894 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

319,463 views

7 years ago

QA Systems - The Software Quality Company
Webinar: Accelerated Unit Testing with IAR Embedded Workbench & Cantata for Safety-Critical Systems

In this engaging webinar, Adam Mackay, the Integrations Manager of QA Systems in the UK, and Rafael Taubinger, the Global ...

57:34
Webinar: Accelerated Unit Testing with IAR Embedded Workbench & Cantata for Safety-Critical Systems

1,845 views

5 years ago

People also watched

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

44,685 views

2 years ago

Ulas Dikme
Test Driven Development - TDD - GoogleTest Introduction with CMake   LINUX - C++ - GMOCK

https://https://First part of the Test Driven Development series - TDD Introduction to GoogleTest with Cmake and C++ on Linux ...

1:15:20
Test Driven Development - TDD - GoogleTest Introduction with CMake LINUX - C++ - GMOCK

11,830 views

3 years ago

DevConf
Unit testing and mocking with cmocka - DevConf.CZ 2020

Speakers: Andreas Schneider cmocka is an elegant unit testing framework for C with support for mock objects. The talk will dive ...

33:06
Unit testing and mocking with cmocka - DevConf.CZ 2020

9,832 views

5 years ago

CppCon
Test Driven C++ - Phil Nash - CppCon 2020

https://cppcon.org/ https://github.com/CppCon/CppCon2020 --- We know that testing is important, but writing tests is hard and ...

1:01:48
Test Driven C++ - Phil Nash - CppCon 2020

38,530 views

5 years ago

GreatGrad
C Programming | Hands-on | (2) Unit Testing, How to?

C Programming | Hands-on | (2) Unit Testing, How to?

22:59
C Programming | Hands-on | (2) Unit Testing, How to?

4,741 views

4 years ago

CppCon
Back to Basics: C++ Testing - Amir Kirsh - CppCon 2022

https://cppcon.org/ --- Back to Basics: Unit Testing in C++ - Amir Kirsh - CppCon 2022 https://github.com/CppCon/CppCon2022 ...

1:02:04
Back to Basics: C++ Testing - Amir Kirsh - CppCon 2022

19,760 views

3 years ago

ORCASat Command and Data Handling
Unit Testing With Ceedling

A walkthrough where I develop a unit test for a command system using Ceedling.

39:16
Unit Testing With Ceedling

15,682 views

5 years ago

Julio Casal
C# Unit Testing Tutorial For Beginners

Free .NET Developer Roadmap: ...

45:09
C# Unit Testing Tutorial For Beginners

18,227 views

2 years ago

ArjanCodes
How To Write Unit Tests For Existing Python Code // Part 1 of 2

In this video, I show you a practical example of adding unit tests to existing code. This first part focuses on adding tests while not ...

25:07
How To Write Unit Tests For Existing Python Code // Part 1 of 2

230,224 views

3 years ago

IAmTimCorey
Intro to Unit Testing in C# using XUnit

Unit testing is an important part of writing quality software. It is also a controversial and somewhat difficult topic to get started in.

1:42:09
Intro to Unit Testing in C# using XUnit

443,338 views

8 years 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,636 views

3 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,602 views

4 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,776 views

3 years ago

Programming with Mosh
Unit Testing C# Code - Tutorial for Beginners

Unit testing C# code - Tutorial for beginners Get the complete C# unit testing course: http://bit.ly/2GBELxZ Source Code: ...

44:56
Unit Testing C# Code - Tutorial for Beginners

649,760 views

8 years ago

Fireship
Software Testing Explained in 100 Seconds

When you develop software, it's a good idea to make sure it works by testing it. Test-Driven Development (TDD) can help you ...

2:16
Software Testing Explained in 100 Seconds

484,254 views

4 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

342,573 views

2 years ago

CppCon
Back to Basics: Unit Testing in C++ - Dave Steffen - CppCon 2024

https://cppcon.org --- Back to Basics: Unit Testing in C++ - Dave Steffen - CppCon 2024 --- Unit Testing is a big, complicated ...

1:00:58
Back to Basics: Unit Testing in C++ - Dave Steffen - CppCon 2024

34,088 views

1 year 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,511 views

3 years ago

DigiKey
Intro to CI/CD Part 3: Getting Started with Unit Testing | Digi-Key Electronics

This tutorial demonstrates how to use CppUTest to build unit tests for C and C++ applications. Additionally, it shows how to use ...

50:50
Intro to CI/CD Part 3: Getting Started with Unit Testing | Digi-Key Electronics

23,283 views

3 years ago

CppCon
CppCon 2019: Manu Sánchez “Next generation unit testing using static reflection”

http://CppCon.org — Discussion & Comments: https://www.reddit.com/r/cpp/ — Presentation Slides, PDFs, Source Code and other ...

48:55
CppCon 2019: Manu Sánchez “Next generation unit testing using static reflection”

2,704 views

6 years ago

CppCon
CppCon 2015: Matt Hargett “Advanced Unit Testing in C & C++”

http://www.Cppcon.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:00:49
CppCon 2015: Matt Hargett “Advanced Unit Testing in C & C++”

18,698 views

10 years ago