To test a namespace

  1. Create test provisioning requests (for example, namespace_name.xml) that call one or more of the procedures in your custom or modified namespace.
  2. From a command line on the computer running the Microsoft Provisioning Framework core components, navigate to Program Files\Microsoft Provisioning\Tools.
  3. Type:
    provtest .. PathToNamespaceFolder\namespace_name.xml
    and then press ENTER.
  4. Verify that your namespace functions correctly; that is, that it returns the expected response.
  5. Important