SlideShare a Scribd company logo
Testing Superpowers:
Using CLion to
Add Tests Easily
Clare Macrae, 16 February 2021
@ClareMacraeUK
clare@claremacrae.co.uk
Topics
Testing with Catch2
Testing with Approval Tests
Using Code Coverage
Improving the tests
CLion testing tips (if time)
2
Introduction
3
Previously, on JetBrains Webinars…
“Before we start refactoring,
we want to add tests”
“The tests are green, so we
can start refactoring”
“What if we don’t have
tests?”
“It’s a pre-requisite for
any refactoring”
4
What if we don’t
have tests?
Goals
Add tests for untested
code, quickly and safely
01
Show the power of
Approval Tests to get
good coverage quickly
& explore the code
02
Use Code Coverage
tools in CLion to guide
your testing
03
6
Let’s look at the code
7
Catch2 string test
8
What happened?
Testing multi-line strings in code is hard!
Listen to the PAIN!
9
First Approval Test
10
Approval Tests allow you to
verify a chunk of output (such
as a file) in one operation as
opposed to writing test
assertions for each element
11
Approval Tests overview
12
The Power of Approval Tests:
Simple to use
File naming and
creation
See failures
Updating
expected output
It just works!
Roll your own?
Objects,
Images,
Sound?
13
Dates,
Times,
GUIDs?
14
 “I have some
problems with
the line endings”
15
Scrubber Namer Writer Comparator
Pass
Fail Reporter
Customisation Points
16
github.com/approvals/ApprovalTests.cpp
17
Any
Questions?
18
Code Coverage
19
CLion
 Auto-creates configuration – Amazing!
20
21
22
C/C++ Coverage Plugin
23
What next (for me?)
 (Learn to) Set up plugin on my Windows VM
 Add this to Jay Bazuzi’s ‘machine-setup’ repo
 Contribute to Plugin docs
24
Any
Questions?
25
❌ Production Data
26
Formatting and readability
 Fake it ‘til you make it!
27
CLion Testing Tips
28
What tests to run?
29
Know the Test Runner Tab
30
Tidy Run/Debug Configurations
31
Know your Icons
32
Conclusions
33
Thanks!
JetBrains for
CLion!
Markus Böck
C/C++ Coverage Plugin
34
Tactics
35
ASSUME TESTS ARE
POSSIBLE
LISTEN TO THE PAIN COVERAGE IS TO HELP
YOU
Any
Questions?
36

More Related Content

PPTX
Quickly and Effectively Testing Legacy c++ Code with Approval Tests mu cpp
PDF
Working Effectively with Legacy Code: Lessons in Practice
PPTX
A Brief Introduction to Test-Driven Development
PDF
Test Driven Development
PPTX
TDD Basics with Angular.js and Jasmine
PPTX
Working with Legacy Code
ODP
The Professional Programmer
PPTX
Continuous Integration: Finding problems soonest
Quickly and Effectively Testing Legacy c++ Code with Approval Tests mu cpp
Working Effectively with Legacy Code: Lessons in Practice
A Brief Introduction to Test-Driven Development
Test Driven Development
TDD Basics with Angular.js and Jasmine
Working with Legacy Code
The Professional Programmer
Continuous Integration: Finding problems soonest

What's hot (20)

PPTX
Test-Driven Development In Action
PPTX
Unit Testing in Swift
PPTX
PHPUnit - Unit testing
PPTX
RESTful Microservices
PPTX
Introduction to TDD and Mocking
PPTX
How do you tame a big ball of mud? One test at a time.
PPT
TDD And Refactoring
PPTX
Finding a good development partner
PPTX
TDD - Test Driven Development
PPTX
Working Effectively With Legacy Code
PPTX
VT.NET 20160411: An Intro to Test Driven Development (TDD)
PPTX
Presentation
PDF
Keyword Driven Testing
PPTX
Unit & integration testing
PDF
Common Challenges & Best Practices for TDD on iOS
PDF
Performance Testing | Instamojo
PPT
Nguyenvandungb seminar
PDF
iOS Test-Driven Development
PDF
Getting Ahead of Delivery Issues with Deep SDLC Analysis by Donald Belcham
PPTX
How we tested our code "Google way"
Test-Driven Development In Action
Unit Testing in Swift
PHPUnit - Unit testing
RESTful Microservices
Introduction to TDD and Mocking
How do you tame a big ball of mud? One test at a time.
TDD And Refactoring
Finding a good development partner
TDD - Test Driven Development
Working Effectively With Legacy Code
VT.NET 20160411: An Intro to Test Driven Development (TDD)
Presentation
Keyword Driven Testing
Unit & integration testing
Common Challenges & Best Practices for TDD on iOS
Performance Testing | Instamojo
Nguyenvandungb seminar
iOS Test-Driven Development
Getting Ahead of Delivery Issues with Deep SDLC Analysis by Donald Belcham
How we tested our code "Google way"
Ad

Similar to Testing Superpowers: Using CLion to Add Tests Easily (20)

PDF
Achieve Intelligent Test Execution: Strategies for Streamlining Regression Te...
PPTX
What is Unit Testing
PPTX
10x Test Coverage, Less Drama: Shift Left Functional & Performance Testing
PPTX
Automated Testing with Logic Apps and Specflow
PPTX
Making the Unstable Stable - An Intro To Testing
PPTX
Test driven development
PPTX
Lessons Learned in Software Quality 1
PDF
Creating Realistic Unit Tests with Testcontainers
PPTX
C++ Testing Techniques Tips and Tricks - C++ London
PPTX
Test Driven Development
ODP
Effective unit testing
PDF
Alexandru Bolboaca - Unit Testing from the Trenches
PPS
Unit Testing
PPTX
Auditing Development Guidelines in GitHub Repositories
PPT
Assessing Unit Test Quality
PDF
TDD and Unit Testing in Golang
PDF
Testing experience - Vision team, Mar 2016
PDF
Test Driven Development (TDD)
PPTX
클린 테스트
PPTX
TDD- Test Driven Development
Achieve Intelligent Test Execution: Strategies for Streamlining Regression Te...
What is Unit Testing
10x Test Coverage, Less Drama: Shift Left Functional & Performance Testing
Automated Testing with Logic Apps and Specflow
Making the Unstable Stable - An Intro To Testing
Test driven development
Lessons Learned in Software Quality 1
Creating Realistic Unit Tests with Testcontainers
C++ Testing Techniques Tips and Tricks - C++ London
Test Driven Development
Effective unit testing
Alexandru Bolboaca - Unit Testing from the Trenches
Unit Testing
Auditing Development Guidelines in GitHub Repositories
Assessing Unit Test Quality
TDD and Unit Testing in Golang
Testing experience - Vision team, Mar 2016
Test Driven Development (TDD)
클린 테스트
TDD- Test Driven Development
Ad

More from Clare Macrae (12)

PPTX
Quickly and Effectively Testing Legacy C++ Code with Approval Tests
PPTX
How to use Approval Tests for C++ Effectively
PPTX
Cpp Testing Techniques Tips and Tricks - Cpp Europe
PPTX
Quickly Testing Qt Desktop Applications
PPTX
Code samples that actually compile - Clare Macrae
PPTX
Quickly Testing Legacy C++ Code with Approval Tests
PPTX
Quickly Testing Legacy Cpp Code - ACCU Cambridge 2019
PPTX
Quickly testing legacy code cppp.fr 2019 - clare macrae
PPTX
Quickly Testing Legacy Code - ACCU York April 2019
PPTX
Quickly testing legacy code
PPTX
Escaping 5 decades of monolithic annual releases
PPTX
CCDC’s (ongoing) Journey to Continuous Delivery - London Continuous Delivery ...
Quickly and Effectively Testing Legacy C++ Code with Approval Tests
How to use Approval Tests for C++ Effectively
Cpp Testing Techniques Tips and Tricks - Cpp Europe
Quickly Testing Qt Desktop Applications
Code samples that actually compile - Clare Macrae
Quickly Testing Legacy C++ Code with Approval Tests
Quickly Testing Legacy Cpp Code - ACCU Cambridge 2019
Quickly testing legacy code cppp.fr 2019 - clare macrae
Quickly Testing Legacy Code - ACCU York April 2019
Quickly testing legacy code
Escaping 5 decades of monolithic annual releases
CCDC’s (ongoing) Journey to Continuous Delivery - London Continuous Delivery ...

Recently uploaded (20)

PDF
Nekopoi APK 2025 free lastest update
PDF
Softaken Excel to vCard Converter Software.pdf
PPTX
history of c programming in notes for students .pptx
PDF
How Creative Agencies Leverage Project Management Software.pdf
PDF
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PDF
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
PPTX
Odoo POS Development Services by CandidRoot Solutions
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PDF
top salesforce developer skills in 2025.pdf
PDF
Digital Strategies for Manufacturing Companies
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
PDF
Understanding Forklifts - TECH EHS Solution
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
Nekopoi APK 2025 free lastest update
Softaken Excel to vCard Converter Software.pdf
history of c programming in notes for students .pptx
How Creative Agencies Leverage Project Management Software.pdf
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
Odoo POS Development Services by CandidRoot Solutions
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
2025 Textile ERP Trends: SAP, Odoo & Oracle
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
top salesforce developer skills in 2025.pdf
Digital Strategies for Manufacturing Companies
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
Adobe Illustrator 28.6 Crack My Vision of Vector Design
Design an Analysis of Algorithms II-SECS-1021-03
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
Understanding Forklifts - TECH EHS Solution
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...

Testing Superpowers: Using CLion to Add Tests Easily