Jump to content

QESTNET Internal:Developer Setup QESTNET Tester

From QESTonline
Revision as of 05:12, 20 July 2015 by David.lucas (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)

QESTNET Tester

The Tester project is a simple console application which allows you to directly call any code in QESTNET without using the QESTNET service. This can be useful for target testing, performance testing or bugs which are hard to track down through the QESTNET service.

  • Open ~\qestnet\QESTNET\ QESTNET_with_tests.sln
  • Set Tester as the Startup Project
  • Open the App.Config file in the Tester project. Edit the connectionString to point to the desired QESTLab database.
  • Start Debugging (F5)