naven87
naven87

Reputation: 962

Recommendations for resources for Embedded Testing

We have recently decided that we need to get all embedded code development under more rigorous testing than an o-scope at the workbench, but I can't seem to find any good books, resources or other sources of information to accelerate the learning. Does anyone have any recommendations of good sources of information specific to the embedded space? Thanks

Upvotes: 1

Views: 182

Answers (2)

Jonathan Cline IEEE
Jonathan Cline IEEE

Reputation: 705

Read everything ever written by Jack Ganssle.

Upvotes: 1

peter_mcc
peter_mcc

Reputation: 836

This book is a good start:

http://www.pragprog.com/titles/jgade/test-driven-development-for-embedded-c

There is an Agile Embedded Yahoo group which has had a fair bit of traffic lately about testing:

http://tech.groups.yahoo.com/group/AgileEmbedded/

And some other random sites:

http://www.renaissancesoftware.net/

http://www.atomicobject.com/pages/Embedded+Practices

http://www.agilerules.com/publications.phtml

Upvotes: 0

Related Questions