Mini-Filter Testing

Hi,
I need to test a mini-filter and was looking for Test cases. I came across
IFS Tests in DTM. Are these test cases enough to test a mini-filter or we
need to do some additional testing. Can the same tests can be used for
Legacy Driver also.

Thanks
Ash

Hi,
Any Ideas/Comments on this.
Thanks

On Wed, Dec 30, 2009 at 11:47 PM, Ashish Goyal wrote:

> Hi,
> I need to test a mini-filter and was looking for Test cases. I came
> across IFS Tests in DTM. Are these test cases enough to test a mini-filter
> or we need to do some additional testing. Can the same tests can be used for
> Legacy Driver also.
>
> Thanks
> Ash
>

The IFS tests are a good start but the bottom line is that testing your mini-filter depends a lot on what functionality the filter provides. For some types of filters the IFS tests do not really test the drivers functionality at all. For example, a HSM driver usually operates only on files with it’s reparse point. The IFS tests do not know anything about custom reparse points so nothing it does will create or access files that trigger the HSM code in the driver.

Thanks Rick…That would be helpful…

On Wed, Jan 6, 2010 at 4:01 AM, wrote:

> The IFS tests are a good start but the bottom line is that testing your
> mini-filter depends a lot on what functionality the filter provides. For
> some types of filters the IFS tests do not really test the drivers
> functionality at all. For example, a HSM driver usually operates only on
> files with it’s reparse point. The IFS tests do not know anything about
> custom reparse points so nothing it does will create or access files that
> trigger the HSM code in the driver.
>
>
>
> —
> NTFSD is sponsored by OSR
>
> For our schedule of debugging and file system seminars
> (including our new fs mini-filter seminar) visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
>