c++ online course for unit testing? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

c++ online course for unit testing?

Is there a c++ online course (similar to sololearn) for me to learn how to do unit testing (using .h .pp main.cpp and other files) Thank you

21st Apr 2020, 10:49 PM
Tikiland
Tikiland - avatar
1 Answer
0
I'm not too familiar with unit testing, especially in C++ but I found some information for you that might help you. https://github.com/catchorg/Catch2/blob/master/docs/tutorial.md I also found courses on Pluralsight, however, the subscription fee is a lot of money but the courses are worth it.
27th Apr 2020, 9:46 AM
rafalzacher1