is it possible to use flexunit with Visual studio 2008?

link|improve this question
feedback

1 Answer

You can invoke flexunit with nAnt, so technically yes, but... why?

link|improve this answer
all my unit test cases for a dif component on this project have been done on visual studio, this particular component has been developed using flex. i'm looking to see if i can be consistent throughout. if you have any suggestions please share, and, thank you so much for answering :). – user491805 Feb 4 '11 at 1:16
It doesn't really matter what tool you are using to do your development, source is source, you can use test managers in any environment that will let you run a process, Visual Studio allows this in a few different ways, personally I would recommend you start looking at continuious integration and have your build/test cycle done on every check-in by that. A good choice is TeamCity or Hudson. – Slomojo Feb 4 '11 at 1:19
thanks! I will look into it. – user491805 Feb 4 '11 at 1:20
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.