ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

12,729,494 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,473 views

5 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,241 views

7 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

5,960 views

1 year 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

315,958 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

338,211 views

2 years 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,063 views

5 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,401 views

4 years ago

People also watched

Ziad Alawak -زياد العواك
Unit-Testing with Unity Framework in C

Official Website : http://www.throwtheswitch.org/unity GitHub of Unity : https://github.com/ThrowTheSwitch/Unity.git My GitHub ...

10:56
Unit-Testing with Unity Framework in C

1,690 views

2 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,714 views

5 years ago

Code Morsels
Unit Testing Your C++ Code

Please donate to keep this channel alive and fresh every week. https://www.buymeacoffee.com/beginningpu In this video I show ...

32:36
Unit Testing Your C++ Code

48,056 views

5 years ago

CppCon
The Science of Unit Tests - Dave Steffen - CppCon 2020

This talk will start by reviewing the basics of good testing, and then explore the close relationship between unit testing and the ...

55:11
The Science of Unit Tests - Dave Steffen - CppCon 2020

25,190 views

5 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,664 views

2 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,407 views

5 years ago

Code, Tech, and Tutorials
CMake Tutorial EP 13 | CTest

Going over how to use CTEST and updating the old project related to this example (OLAS) as well as starting a fresh example ...

50:40
CMake Tutorial EP 13 | CTest

12,359 views

3 years ago

Linux.conf.au 2011 -- Brisbane, Australia
Advanced C Coding For Fun!

Presenter(s): Rusty Russell URL: http://2011.linux.conf.au/programme/schedule/view_talk/190 While working on CCAN I realised ...

46:53
Advanced C Coding For Fun!

93,603 views

11 years ago

Rhymu's Videos
Introduction to Google Test and CMake

... for a video showing how to get started with the Google Test framework, to develop unit tests as part of Test Driven Development.

31:32
Introduction to Google Test and CMake

155,738 views

7 years ago

Software Craftsmanship Luxembourg
Unit Testing Best Practices with Vladimir Khorikov

Unit testing is a vast topic. The industry has accumulated a huge amount of information about it during the past two decades.

1:06:21
Unit Testing Best Practices with Vladimir Khorikov

16,130 views

4 years 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,363 views

2 years ago

CppNow
UT - C++20 Unit Testing Framework - Kris Jusiak - [CppNow 2021]

Boost #Cpp #CppNow Slides: https://cppnow.org/history/2021/talks/ CppNow Website: https://cppnow.org CppNow Twitter: ...

1:31:23
UT - C++20 Unit Testing Framework - Kris Jusiak - [CppNow 2021]

3,233 views

4 years ago

Gaiaochos
Unit Testing Embedded C  | GoogleTest

Had a few requests to explain my thinking process about Unit Testing and I had a chance to prepare something also some Demos ...

1:00:33
Unit Testing Embedded C | GoogleTest

694 views

Streamed 1 year 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

32,174 views

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

4 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

22,791 views

2 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

468,189 views

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

10 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

646,470 views

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

3 years ago