I am working on struts 1.x application and need to implement junit 4 test cases in it. I have struts2-junit-plugin jars for using StutsTestCase to create test cases for Action classes. Is this possible ? Struts 1.x app using struts2-junit jars . When i am trying to run test case , its giving error - InitializationError When i check failure Trace - its showing java.lang.noclassdeffounderror org/springframework/core/io/resourceloader
Can anyone help me with cause . Is it something with version of junit jars or using struts2 jar in struts 1 app. Or i need to add something more or any other mistake. Please help
Thanks in advance