I want to create a unit test report of my simple ble_uart code . Can some one plz give me the help to how to create it .
I want to create a unit test report of my simple ble_uart code . Can some one plz give me the help to how to create it .
Hi,
What unit testing framework are you using, and what happens when you try to run your tests?
Best regards,
Vidar
I am simply using ble_app_uart example of nrf52832 on segger embedded studio.....i have a c code of that and my task is to create unit test report of that code. From where i should start