Created attachment 124 [details] This test case was green the first time running and red the second time running because the user was already added in the first run Problem location : UserDAO.java Problem found : TestUserDAO.java In the method testAddUser(): No delete option, so once a user is added it stays in the file unless we delete him manually.