Automated Testing tools for MFC / VC++ application
-
Hi, I recently developed MFC application and it is about to be shipped to customers in a couple of weeks. Before that I want to test my application for memory leaks etc. 1. Is there any automated testing tools to test my MFC application??? 2. This question might be silly. But it has been bugging me since day one. What is the basic difference between VC++ application and MFC application?? WHen do I say that my application is VC++ or MFC application??? Thanks in advance for your valuable response.:confused:
-
Hi, I recently developed MFC application and it is about to be shipped to customers in a couple of weeks. Before that I want to test my application for memory leaks etc. 1. Is there any automated testing tools to test my MFC application??? 2. This question might be silly. But it has been bugging me since day one. What is the basic difference between VC++ application and MFC application?? WHen do I say that my application is VC++ or MFC application??? Thanks in advance for your valuable response.:confused:
Anamika1 wrote: What is the basic difference between VC++ application and MFC application?? One is a subset of the other, and not vice-versa. A customer might be interested in knowing that your application was created using VC++. They probably couldn't care less that you created it with MFC.
Five birds are sitting on a fence. Three of them decide to fly off. How many are left?
-
Hi, I recently developed MFC application and it is about to be shipped to customers in a couple of weeks. Before that I want to test my application for memory leaks etc. 1. Is there any automated testing tools to test my MFC application??? 2. This question might be silly. But it has been bugging me since day one. What is the basic difference between VC++ application and MFC application?? WHen do I say that my application is VC++ or MFC application??? Thanks in advance for your valuable response.:confused:
1. WinRunner. Expensive, but my tester at my last company swore by it. 2. Visual C++ is the compiler, MFC is a class library. An MFC based application could actually be compiled with other compilers. Joe Woodbury When all else fails, there's always delusion. - Conan O'Brien