Hi, > -----Original Message----- > From: Woo, Chen Ching [mailto:[EMAIL PROTECTED]] > Sent: 29 August 2002 18:39 > To: [EMAIL PROTECTED] > Subject: Must I run the Cactus unit test ? (Newbie alert) > > Hi, > > I'm new to Cactus and (finally) get Cactus running. While I was playing > with the sample-servlet test cases, i noticed that it is running the > cactus's unit test cases as part of the build process. Do I always need > to do this ?
Deciding when to run Cactus is up to your development process. However, one of the big feature of Cactus is its ability to run the tests in an automated fashion. I've always found it very useful (actually, even downright crucial!) to run the tests as part of the build. That said, if your tests are taking long you may want to make it optional to run them on development machines but triggering them during nightly builds for example. Hope it helps -Vincent > > -- > To unsubscribe, e-mail: <mailto:cactus-user- > [EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:cactus-user- > [EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
