Requirements
An early look at RapiTest
May 9th, 2017
We have been hard at work recently developing RapiTest, a new RVS tool that generates and runs unit, integration and system tests on embedded targets or host systems. RapiTest injects test framework code, builds a test harness, runs this on the target and reports results.
Read MoreWhat does less than 100 percent code coverage mean?
March 27th, 2012
Assuming that you adopt the approach of requirements-based testing, code coverage allows you to demonstrate that:
Every requirement is implemented in code;
Code implements only what the requirements describe.
So what does it mean if you don’t achieve 100% code coverage? It could be:
Read More