Static analysis as a development testing model

Industrial pc, Console server, networking appliance

Industrial pc, Console server, networking appliance

About Embedded System:

Integration-time static analysis

Running static analysis during integration to detect low-hanging fruit and egregious errors is a good starting point for implementing a preventive strategy. Integration-time static analysis simulates feasible application paths without actually executing the code, which is very helpful for systems in which runtime analysis isn’t possible. Static analysis can test across multiple functions and files and catch common memory problems, such as uninitialized memory, overflows, null pointers, and so on.

refer to: http://embedded-computing.com/articles/getting-leveraging-right-static-analysis/

This entry was posted in Console server, Industrial PC, network appliance and tagged , , . Bookmark the permalink.

Leave a Reply