Skip to content

Latest commit

 

History

History
1227 lines (1108 loc) · 61 KB

testing.md

File metadata and controls

1227 lines (1108 loc) · 61 KB

C++ links: Testing

See also:

Contents


General


Blogs

Blogs: Series


Books

  • Software Testing: From Theory to Practice
  • The Fuzzing Book: Tools and Techniques for Generating Software Tests

Courses


Research

Research: Optimization

Research: 2010s

Research: 2000s

Research: 1990s

Research: 1980s


Concurrency


Continuous Integration

  • awesome-ci: List of Continuous Integration services
  • ci_helloworld: A simple example of how to setup a complete CI environment for C and C++
    • https://github.com/ainfosec/ci_helloworld
    • A Test a Day Keeps Your Manager Away!
      • CppCon 2017; Rian Quinn
      • https://www.youtube.com/watch?v=KdJhQuycD78
      • "During this session we will step through an open source project designed to demonstrate how to integrate different C++ analysis tools into your CI services. These tools include static analysis (Clang Tidy, Coverity Scan, Codeacy and CppCheck), dynamic analysis (Valgrind and Google's Sanitizers), source formatting (Astyle and Clang Format), documentation (Doxygen), code coverage (Codecov, Coveralls, and LLVM's Software-based Code Coverage), cross platform tests (Windows, Cygwin, Linux, and macOS), compiler tests (GCC, Clang, and Visual Studio) and finally C++ libraries designed to assist in reliability and automated testing (Catch, Hippomocks and the Guideline Support Library). In addition we will openly discuss the advantages and disadvantages of using various analysis tools, how to integrate these tools into existing projects (both large and small) as well as common problems encountered while using these tools autonomously in a CI environment."
  • Code Coverage & Continuous Integration

Continuous Integration: Readings

Continuous Integration: Software

Continuous Integration: Software: AppVeyor

Continuous Integration: Software: GitHub Actions

Continuous Integration: Software: Travis


Coverage

Coverage: Readings

Coverage: Software

Coverage: Mutation

Mutation Analysis, Mutation Coverage, Mutation Testing

Coverage: Mutation: Readings

Coverage: Mutation: Software

Coverage: Mutation: Talks


Generation

Generation: Readings

Test Generation, Symbolic Execution

Generation: Readings: Random

Random Testing

Generation: Software

Generation: Software: Symbolic Execution


Property-Based Testing

Property-Based Testing: Metamorphic

Metamorphic Relations, Metamorphic Testing


Reduction

Test-Case Reduction, Minimization

See also: Debugging: Readings: Delta Debugging

Reduction: Readings

Reduction: Software


Software

Software: Test Doubles

Test Doubles: Faking, Mocking

Software: Test Doubles: Mocking


Talks

Talks: 2024

Talks: 2022

Talks: 2021

Talks: 2020

Talks: 2019

Talks: 2018

Talks: 2017

Talks: 2016

Talks: 2015

Talks: 2014

Talks: 2013