/
Test Techniques for C++
Test Techniques for C++
Warning: This article is under construction
Sometimes you run into code that is very difficult to test, but re-structuring some simple pieces can maximize code coverage, and increase your confidence in the code. In this article, we will go over various examples of the most difficult test case scenarios, such as:
Test code that invokes the
exit()
functionTest code that calls system calls, such as
fork()
Test
private
functions
, multiple selections available,
Related content
Functional Programming
Functional Programming
Read with this
Platform Abstraction
Platform Abstraction
Read with this
Code Reviews
Code Reviews
Read with this
Nanopb
Nanopb
Read with this
Python Coding Standards
Python Coding Standards
Read with this
Validation Tools Used
Validation Tools Used
Read with this
SIBROS TECHNOLOGIES, INC. CONFIDENTIAL