At 19:16 2.5.2002 +0530, [EMAIL PROTECTED] wrote: >hi > Please mail me as to how i can run the cactus test case without ant >scripts.I have written the servlet and also the test case.but i am stuck as >to how i should proceed further.Thanks in advance. >regds >anandh
You can run the Cactus testcases in the client using any TestRunner e.g. the swing TestRunner that comes with JUnit. Here you need the class-files on both the client and server calsspath. On the serverside you can run the testcases using the JUnitEE TestRunner. Here server and client is the same so you manage with only on set of classfiles. Check the topic JUnitEE_howto. I have also written a small tutorial about this in http://kacoma.sourceforge.net regards Kaarle >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> --------------------------------------------- Kaarle Kaila http://www.iki.fi/kaila mailto:[EMAIL PROTECTED] tel: +358 50 3725844 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
