> On 13/1/8 上午7:33, "Edison Su" <edison...@citrix.com> wrote: > > >BTW, the current junit test case can be transformed into testNG test case > >in eclipse automatically. So if we decide to switch to testNG for both > >unit test and integration test, it's doable with minimal effort. But, I > >do like junit, which is just so simple to use, and the integration with > >Spring is much better than testNG. Anyway, better to just use one test > >framework for all if possible.
I think it's fine to use more than one framework. I don't see why we should limit how people do their now unit tests for example. However, I do believe that integration testing is something that community provides for community so integration testing itself should go on a single framework. --Alex