Blog
SOFTWARE QUALITY BLOG

Safety Critical and Embedded Software Industry Insights

Blog
SOFTWARE QUALITY BLOG

Safety Critical and Embedded Software Industry Insights

What is meant by Structural (Code) Coverage?

What is meant by Structural (Code) Coverage?

Put simply structural, or code, coverage is the amount of code that is covered in execution by a single test or collection of tests.   For a procedural language like C, you can identify a function of interest, run some test cases on this function, and then...

read more
Can requirements-based testing be automated?

Can requirements-based testing be automated?

Can requirements-based testing be Automated? Very few people love testing, but technology has come a long way since the days when tests needed to be written manually one by one. Requirements-based testing, however, tends to act as a sticking point when teams start to...

read more