Jump to content

QESTNET Internal:Developer Setup QESTNET Tester: Difference between revisions

From QESTonline
Benny.thomas (talk | contribs)
No edit summary
 
Benny.thomas (talk | contribs)
No edit summary
Line 1: Line 1:
===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.
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'''
*Open '''~\qestnet\QESTNET\ QESTNET_with_tests.sln'''
*Set '''Tester''' as the Startup Project
*Set '''Tester''' as the Startup Project
*Start Debugging ('''F5''')
*Start Debugging ('''F5''')

Revision as of 05:18, 13 July 2015

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
  • Start Debugging (F5)