Many of us use to skip the Driver signature warning message while installing the Windows driver. But this is not possible in the case of Windows Vista and Server 2008 - 64-bit editions. In case of 64-bit systems, it is becoming mandatory to digitally sign the driver. Getting the digital signature is the final process for any Windows driver development. To get it done, your driver has to pass through Windows WHQL test.
All these are fine. But how can a driver developer test the driver during d...