ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

17,157 results

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

7 years ago

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

HiRSE
HiRSE-Summer of Testing Part 2a: "Testing with C++" by Georg Hammerl

Testing your research software is an important step in the software development life cycle and should come before deployment ...

29:03
HiRSE-Summer of Testing Part 2a: "Testing with C++" by Georg Hammerl

164 views

2 years ago

EuroPython Conference
Alexander Steffen - Writing unit tests for C code in Python

Alexander Steffen - Writing unit tests for C code in Python [EuroPython 2016] [21 July 2016] [Bilbao, Euskadi, Spain] ...

26:12
Alexander Steffen - Writing unit tests for C code in Python

17,777 views

9 years ago

CppNow
C++Now 2017: Peter Bindels "Mocking C++"

... at: https://github.com/boostcon/cppnow_presentations_2017 — When unit testing, many times you'll be re-testing already tested ...

57:10
C++Now 2017: Peter Bindels "Mocking C++"

3,611 views

8 years ago

Sophia Wagner
Codereview: A simple unit test library for C - version II

A simple unit test library for C - version II Hey guys! Hopefully you found a solution that helped you! The Content is licensed under ...

3:02
Codereview: A simple unit test library for C - version II

1 view

1 year ago

CppNow
C++Now 2017: Kris Jusiak “Towards Painless Testing"

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

1:36:58
C++Now 2017: Kris Jusiak “Towards Painless Testing"

6,260 views

8 years ago

Peter Schneider
Codereview: A simple unit test library for C - version II

A simple unit test library for C - version II I hope you found a solution that worked for you :) The Content is licensed under ...

2:59
Codereview: A simple unit test library for C - version II

4 views

1 year ago

NetSecProf
C# Unit Testing using MSTest Test Projects in Visual Studio

Shows how to create MSTest Test Projects and use them to test methods in your other projects.

9:33
C# Unit Testing using MSTest Test Projects in Visual Studio

27,392 views

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

5 years ago

Dan Good
Unit Testing with the C Preprocessor

I gave this talk to demonstrate a simple alternative to all the overwrought mocking frameworks that are so common. The audio ...

23:51
Unit Testing with the C Preprocessor

40 views

4 years ago

MUCplusplus
[MUC++] Phil Nash - "Test Driven C++" (Part 1)

We know that testing is important, but writing tests is hard and takes time - and can be demotivating when you want to hack out ...

1:09:30
[MUC++] Phil Nash - "Test Driven C++" (Part 1)

591 views

5 years ago

Sophia Wagner
Unit Testing C Code closed

Unit Testing C Code closed Hey guys! Hopefully you found a solution that helped you! The Content is licensed under ...

6:07
Unit Testing C Code closed

3 views

1 year ago

Roel Van de Paar
How to check private members in objective C unit tests? (3 Solutions!!)

How to check private members in objective C unit tests? Helpful? Please use the *Thanks* button above! Or, thank me via ...

2:06
How to check private members in objective C unit tests? (3 Solutions!!)

4 views

3 years ago

Jerry Gannod
Configuration of Unit Test Software

In this short video I want to show you how to set up your environment so that CPP unit in the testing template work properly so um ...

2:09
Configuration of Unit Test Software

218 views

14 years ago

MUCplusplus
[MUC++] Dave Steffen - "Empirical Unit Testing" (Virtual)

We all know that unit testing is one of the foundations of modern software develpment. We all know what qualities our unit tests ...

1:12:37
[MUC++] Dave Steffen - "Empirical Unit Testing" (Virtual)

447 views

5 years ago

Roel Van de Paar
Code Review: Simple Unit Test in C (2 Solutions!!)

Code Review: Simple Unit Test in C Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks ...

4:06
Code Review: Simple Unit Test in C (2 Solutions!!)

1 view

3 years ago

Peter Schneider
Codereview: Unit testing a Linked List implementation in C++

Unit testing a Linked List implementation in C++ I hope you found a solution that worked for you :) The Content (except music ...

6:12
Codereview: Unit testing a Linked List implementation in C++

16 views

2 years ago

Roel Van de Paar
Software Engineering: Unit testing C code?

Software Engineering: Unit testing C code? Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With ...

2:17
Software Engineering: Unit testing C code?

12 views

3 years ago

nptelhrd
Mod-05 lec-41 Unit Testing

Embedded Software Testing by Madhukeshwara H M,HCL Technologies,Bangalore.For more details on NPTEL visit ...

42:08
Mod-05 lec-41 Unit Testing

936 views

10 years ago

Volt & Byte
Build a Game Engine in C – Implementing VampTest: A Unit Testing Framework  (EPISODE 008)

Welcome to the C Game Engine Course! In this episode, we are going to build a custom unit testing framework, which is going to ...

19:48
Build a Game Engine in C – Implementing VampTest: A Unit Testing Framework (EPISODE 008)

113 views

8 months ago

MUCplusplus
[MUC++] Phil Nash - "Test Driven C++" (Part 2)

We know that testing is important, but writing tests is hard and takes time - and can be demotivating when you want to hack out ...

52:09
[MUC++] Phil Nash - "Test Driven C++" (Part 2)

256 views

5 years ago

Andrew Fray
Practical Unit Testing 2014

A screencast of the unit tests talk I gave at GDC in 2014. It's about making nimble unit tests that won't slow down iteration.

32:27
Practical Unit Testing 2014

15,629 views

11 years ago

media.ccc.de
36C3 -  Getting software right with properties, generated tests, and proofs

QuickCheck is amazingly effective at flushing out those corner cases that elude traditional unit tests. Finally, for simple properties ...

1:02:48
36C3 - Getting software right with properties, generated tests, and proofs

2,591 views

6 years ago

The Linux Foundation
Mentorship Session: KUnit Testing Strategies

This mentoring session will cover an abbreviated set of the basics of KUnit, going over how to test some simple self-contained ...

1:27:06
Mentorship Session: KUnit Testing Strategies

2,060 views

4 years ago