Automotive Embedded Software Testing – Software Quality Measurement Indicators

Automotive Embedded Software Testing - Software Quality Measurement Indicators

In the previous issue, we introduced common software quality measurement models (McCall, Boehm, ISO 9126 models). These models can be used to scientifically evaluate software quality. This issue mainly introduces 7 software quality evaluation indicators (coding standards, source lines of code, bug rate per thousand lines of code, cyclomatic complexity, code coverage, fan-in/fan-out counts, design … Read more

Designing Testable Software in Embedded Systems

Designing Testable Software in Embedded Systems

Follow+Star Public Number, don’t miss out on exciting content Source | Embedded Miscellaneous Today we will introduce the design of testable software in embedded systems. What is testability? It means that after you write the software module/function interface, you can conveniently and comprehensively perform self-testing. Let’s look at a simple example to understand testable software. … Read more

×