Testdriver installs and creates a database automatically during installation. 

If you already have a PostgreSQL installation on the system you are using as the Testdriver server, however, you may need to take additional steps.

  1. Configure a new user in your PostgreSQL database setup named "testdriver" with permission to create tables. 
  2. Record the password in the dash.conf file in C:\Testdriver\conf\dash.conf
  3. Configure a new database named testdriver that is owned by the testdriver user.
  4. Reload the configuration used by the PostgreSQL service.
  5. Open the Testdriver Admin Tool, go to the Service screen, and click Restart