Hi All,
I want to automate CPPUnit for my testing purpose.
By this I mean, I will have some test cases hard coded in CPPUnit client of mine. That can be in a DLL or EXE. (Preferrably DLL).
And I wil have another application that will call this CPPUnit client of mine by passing some parameters that are needed for the test cases.
Can you guys suggest me how do I go about it so as to get Output from CPPUnit in some format
that I can easily read from my application along with expected result and actual results in my test cases ?
Thanks
Raj
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi All,
I want to automate CPPUnit for my testing purpose.
By this I mean, I will have some test cases hard coded in CPPUnit client of mine. That can be in a DLL or EXE. (Preferrably DLL).
And I wil have another application that will call this CPPUnit client of mine by passing some parameters that are needed for the test cases.
Can you guys suggest me how do I go about it so as to get Output from CPPUnit in some format
that I can easily read from my application along with expected result and actual results in my test cases ?
Thanks
Raj