This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Unit testing for projects utilizing SDK

We are a medical company utilizing the NRF51822 board with SDK 11 for our application. As part of filing for approval for our product from the FDA we are required to prove our project is tested.

We are having difficulty currently running unit tests on the board or natively on a windows platform, therefore we would like to inquire what do other people do for testing?

How do you preform unit tests? Does nordic have documentation proving it tested its SDK? What do we do for the remaining part of our code which utilizes sdk but was not tested?

We tried to use UNITY & CMOCK but ran into a bunch of issues, i am aware nordic utilizes those but they do not release any examples or guides to assist in integrating them with our project.

Related