PDA

View Full Version : NinjaScript Unit Testing


mwyatt
03-08-2008, 07:36 PM
Hi,
In any professional software development, unit tests are a daily part of life. They are a great way to measure code behavior, and can be used along side client requirements for accountability. And as well as that, debugging with Print statements and an output window seem to be arcane methods for testing code completion.

Has there been any thought on how one might be able to unit test ninja strategies? Is it possible? Could it be possible? Is it relevant?

cheers
Mat

NinjaTrader_Josh
03-08-2008, 07:53 PM
Thanks for the suggestion. We will put it on the list for future considerations.

cls71
03-11-2008, 01:09 PM
Hi,
And as well as that, debugging with Print statements and an output window seem to be arcane methods for testing code completion.


But, you can debug NinjaScript objects using Microsoft Visual Studio ...
It's an amazing improvement.

Regards.

AgeKay
05-11-2008, 06:53 AM
But, you can debug NinjaScript objects using Microsoft Visual Studio ...
It's an amazing improvement.

Regards.

How do you do that exactly?

NinjaTrader_Ray
05-11-2008, 07:58 AM
Here is a link on VS debugging - http://www.ninjatrader-support.com/HelpGuideV6/VisualStudio.html

shawnj
05-23-2008, 05:41 PM
Which versions of VS does this work with? 2005, 2008?

NinjaTrader_Dierk
05-23-2008, 10:31 PM
Both should work.