Do you think it's a good idea to use JUnit and TestNG together in one project? I need some features from TestNG, but I also need JUnit specific extensions, like DbUnit and XmlUnit.
And if I use them together, do you think I should put both test package trees in the same "test" folder in my Eclipse project?