Hi,
   I am relatively new to StrutsTestCase , so I am wondering if anybody has this error before and if possible help me with this :

.ActionServlet: Error creating ActionForm instance of class 'com.mycom.wce.grid.project.struts.form.LoginForm'
class java.lang.ClassNotFoundException - com.mycom.wce.project.struts.form.LoginForm
ActionServlet: Error creating Action instance for path '/login', class name 'com.mycom.wce.project.struts.action.LoginAction'
class java.lang.ClassNotFoundException - com.mycom.wce.project.struts.action.LoginAction
F
Time: 1.081
There was 1 failure:
1) testSuccessfulLogin(com.mycom.wce.project.struts.action.TestLoginAction)junit.framework.AssertionFailedError: recieved error 500 : No action instance for path /login could be created
    at servletunit.HttpServletResponseSimulator.sendError(HttpServletResponseSimulator.java:407)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1579)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:510)
    at servletunit.struts.MockStrutsTestCase.actionPerform(MockStrutsTestCase.java:254)
    at com.mycom.wce.project.struts.action.TestLoginAction.testSuccessfulLogin(TestLoginAction.java:37)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at com.intellij.rt.execution.junit.TextTestRunner.main(TextTestRunner.java:12)

FAILURES!!!
Tests run: 1,  Failures: 1,  Errors: 0

Thanks,
PM