I have tested my Desktop application, and I noticed that when I leave running for a long time I notice changes in the behavior of the actions that should be performed.
My application runs using Hibernate, and I notice these changes after a few hours is running.
What should I do to conduct more accurate tests and see what might be causing problems of this type?
One of the problems that has occurred is when filling in a sales record and recording the common is after saving in the bank clear the screen fields as JTable, JTextField, among others but time does not clean and keeps the data still on the screen if I close the application and open it again everything works perfectly.
Another problem is the completion of the entire process and time in which the data is stored in the database.