At my company we are trying to make tests for a GUI build on JAVA swing using an automation tool called QFTEST.
In order to get better code coverage we came to the conclusion that a mocking specific classes is necessary. My boss has directed me to learn a EasyMock. However, from reading the documentation I came to believe that EasyMock must work with JUNIT and cannot be used as a standalone... Is this correct?
The bottom line: Is it possible to integrate EasyMock with QFTEST? If not, do you have another idea for a solution?
Thankyou!