I am working on an enterprise application running in JBOSS application server. The application records product subscriptions and creates transactions once a month.
I want to develop an automated test case in which it makes a subscription, shifts the date by 10 months and creates transactions(10 transactions need to be created).
Is there any way to shift the date in JBOSS application server using Java?