unit testing
-
hi how to do unit testing in mfc. is there any article to unit test my mfc code. pls help me
Arise Awake Stop Not Till ur Goal is Reached.
-
hi how to do unit testing in mfc. is there any article to unit test my mfc code. pls help me
Arise Awake Stop Not Till ur Goal is Reached.
Unit testing is meant for developer to check whether the functionality implemented is working according to what was planned. If there are any discrepancies in the fn'lity the developer must resolve it before a release is sent to the Testing team. This ensures that the testing team finds least number of bugs. So in order to perform a unit testing you should know exactly what you want your code to do. Once you know this go ahead and execute the application to check if there is any bug that needs to be resolved. You can write test cases for yourself to check the execution and then perform a run. For eg: If you want your edit box to accept only chars and no special characters, number you would need to enter such values in the edit box and see it for yourself.
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_