Tagged Questions
1
vote
1answer
102 views
Tools similar to Google Test for C++ unit testing?
Are there any tools similar to GoogleTest for the purpose of functional testing in C++. I plan to do them as part of Unit Testing and would like to know of other options available so that I can make ...
3
votes
3answers
197 views
What kind of testing is ApprovalTests.com doing and are there other similar frameworks?
I came across the ApprovalTests.com framework today and am curious how it would be classified. I am familiar with concepts of Unit Tests, functional tests, and user acceptance testing, but this seems ...