This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I need to test an API module as a black box, so i selected Cunit program for testing.
I compiled Cunit program, API files and test cases file together successfully, but i can't get the out put of this test.
the output should be in .xml file.
but i can't read this .xml file that exists in my project .
So what should i do to resolve this problem ?