QESTNET Internal:Developer Setup QESTNET Tester
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)