
It allows developer to create mock object that behaves like real objects on the top of that object we can write test cases and execute it.
Mock objects are light weight using easymock we write test case faster and we can save our valuable time. Review collected by and hosted on G2.com.
Testing using easymock sometimes becomes difficult to read and understand syntax of the test cases.
Additional dependencies for test setup Review collected by and hosted on G2.com.

