I would suggest that you use TestNG instead of JUnit. TestNG offers you more options and possibilites how to run your tests and in which order especially (something Junit can't).
Here some useful links.
- TestNG Doc,
- SeleniumHQ here you can find the first guides
- SeleniumApi
- CssSelectors very usefull for finding elements without id/name, better than xpath
Hope that helps