When committing tests, please use meaningful names:
@Test
public void testJBRULES3323() throws Exception {
Later on, no one knows what that is testing. If you have a dozen or more
of those in a single file, having to keep opening a browser is a PITA.
By all means leave the jira number in a comment associated with the test.
Mark
Show replies by date