Testing filesystem filter driver

Hello all,

I am currently implementing a filesystem filter driver. I am curious
if someone could direct me to some resources on how to go about
creating automated tests for testing it? Ideally, I’d like to create
unit-tests for it, but it seems as if unit-tests do not exist for
driver code :frowning:

thanks,
J

1 Like

1.) I have it on good authority that an excellent way to test fs/fsf’s is to install office.

2.) You’ll have a much better chance of getting a better answer to this question if you post it on ntfsd.

Good luck,

mm

I think there was an official FS filter test suite on MS Connect.

WLK may also contain it.


Maxim S. Shatskih
Windows DDK MVP
xxxxx@storagecraft.com
http://www.storagecraft.com

“Jonathon” wrote in message news:xxxxx@ntdev…
> Hello all,
>
> I am currently implementing a filesystem filter driver. I am curious
> if someone could direct me to some resources on how to go about
> creating automated tests for testing it? Ideally, I’d like to create
> unit-tests for it, but it seems as if unit-tests do not exist for
> driver code :frowning:
>
> thanks,
> J
>