Hello!
I have been following through a lot of wiki pages, E2E posts, and internal CCS help section recently. I managed to understand what code coverage is and how to enable it, but how do you incorporate the original hardware test case into a software test case?
Description
The normal test procedure is as follows:
1. Load application onto target device (in this case DSP platform - TCI6482)
2. Run the DSP application
3. Run a test script through a controller to test the overall system
Since target device is now running in simulation mode, test script needs to run in simulation mode as well.
Question
1. How would you modify the original controller test script to work with testing the simulation code?
2. There are some posts that mentioned ".out test framework". Are there example codes for that?
--------------------------
The idea that no test code is needed crossed my mind a lot of times too, but based on my limited knowledge of code coverage's functionality I still believe a test case is needed...
Thanks in advance!
- Shiou Mei Huang