Unit testing kernel drivers
Asked Answered
M

2

9

I'm looking for a testing framework for the Windows kernel environment. So far, I've found cfix. Has any one tried it? Are there alternatives?

Macdonald answered 20/8, 2008 at 15:43 Comment(0)
D
7

Being the author of cfix, I might be a little biased here -- but as a matter of fact, I am currently not aware of any other unit-testing framework for NT kernel mode.

If you should experience any problems with cfix, feel free to contact me.

Drusilladrusus answered 22/8, 2008 at 18:14 Comment(0)
T
3

Microsoft Static Driver Verifier is described as "a compile-time tool that explores code paths in a device driver by symbolically executing the source code. SDV is a unit-testing tool for Microsoft Windows device drivers based on the Windows Driver Model (WDM)."

Is that what you're looking for?

Tshombe answered 15/4, 2009 at 14:44 Comment(3)
I'm aware of SDV, but I'm interested in a unit testing framework, not a static analysis tool.Macdonald
Hmmm. Why does MS then describe SDV as "a unit-testing tool for MS device drivers..."? Bad description? Misuse of the phrase "unit testing"?Tshombe
Probably a bad choice of words. In any case, regardless of its function, SDV imposes too many restrictions (no C++, etc...)Macdonald

© 2022 - 2024 — McMap. All rights reserved.