From the course: Java EE 7: Enterprise JavaBeans (EJB)

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Do your own testing

Do your own testing

From the course: Java EE 7: Enterprise JavaBeans (EJB)

Start my 1-month free trial

Do your own testing

- [Instructor] Okay, so now comes the time for testing. And this course is not about testing our application or web app, but there's a few things that I'd like you to notice and actually make sure that you have, in order to be testing on your own. So the first thing is to make sure that the database is well-connected. So if you click on services, you should see this icon, but not broken. If it would be broken, that means that this is not connected, so you want to make sure that it is connected. If it's not connected, right-click on it and then click on connect, and then enter the password in the login credentials. And if it's not connecting, that means that there's an issue with the actual credentials that you're using. The best trick that I found is to literally delete and recreate the database with a new password. This way, you're making sure that you're connecting to the database. The second thing that you want to make sure in the database is to make sure that the fields that we're…

Contents