MDAC 2.5 SDK - OLE DB Testing


 

Building OLE DB Conformance Tests

You can use your preferred Microsoft development environment—Visual Basic®, Visual Studio®, or Visual J++®—to build conformance tests. The MDAC SDK contains a set of Level 0 conformance tests to test your providers with broad test coverage support. The QuikTest test module is also included. You can generate initialization files using the TableDump utility to create and obtain the provider-required information necessary to run your tests for the desired level of conformance. Use the Local Test Manager (LTM) tool to run your conformance tests.

To build an OLE DB conformance test

  1. Build the PrivLib and the TableDump.

  2. Generate the initialization files.

  3. Establish your provider requirements.

  4. Establish your data requirements.

  5. Use the TableDump Utility with LTM to generate provider information.

  6. Use LTM to modify, run, and debug the test.