What would be the best approach:
./src/test/app ./src/main/app/MODULE/test
I am "somehow" new to java an its testing environment. This given I would like to follow the maven structure as "ant" is too cryptic for a java beginner (I love make).
Then I would start with testNG and not junit.
My application is somehow monolithic, in the sense it is not separable, except a future change from MVC to something a bit more comfortable: a 2 component system to be decided. Which will never be on the side. They stay as such and within the "monolithic" app.
Then the question: what would be a good starting approach to testing?
- ./src/test/
- ./src/main/app/MODULE/test