How do we test action classes of Applications written in 2.0.x version?
I read through this link and found out that, struts-junit plugin is only available for struts 2.1.1 or later.
My application is written using struts 2.0.11 and I don't think upgrading the version is easy in my project.
How do we unit test Action classes,given these limitations ?