Click here to Skip to main content
15,880,469 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am able to test the C++ console application with the google test framework. I have tried the same for the MFC application but it is not working.

Can anyone suggest how to test my MFC application with any test framework?

What I have tried:

Google test framework for the console application. and it is working fine
Posted
Updated 9-Aug-22 6:46am

Quote:
I have tried the same for the MFC application but it is not working.
What exactly is not working? If the issue is with the test suite then you need to find the relevant support forum. If the issue is with some actual code, then please provide full details.
 
Share this answer
 
MFC is C++ so any C++ unit test framework will work there. Such as Boost Unit Test Framework:
[^] .

Or any other C++ Unit test frameworks.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900