Testing in C++
4 Topics•0 Completed•
0%
1
Google Test Fundamentals
Writing unit tests with Google Test framework
Expected in C++ professional roles
2
Mocking with Google Mock
Isolating units by mocking dependencies
Testing architecture — mid to senior level
3
Setting Up Tests with CMake
Integrating Google Test with CMake build system
Build system knowledge — expected in C++ roles
4
Testing Best Practices for C++
Writing effective and maintainable C++ tests
Engineering excellence