Forum OpenACS Development: Re: Xowiki Regression Test

Collapse
Posted by Don Baccus on
Selenium and tclwebtest are not mutually exclusive, as dave's pointing out above.

"integration" in this context mostly means providing a way to access selenium test from the automated test package, so those involved in evaluating code for release can go to one place to review test results. This will also be convenient when we (hopefully) resurrect the nightly build/test cycle we had implemented about three years ago.

Rolling your own is almost always going to be easier than doing things within the toolkit framework. Go for it. As long as you don't mind your code not being accepted into the toolkit as being part of a standard release of, oh, say, .LRN for instance.

Collapse
Posted by Gustaf Neumann on
don baccus wrote: "Go for it. as log as you don't mind..."

why are you poking around on that? Some people and users are happily using xowiki with its portlet in dotlrn even without xowiki having "standard regression tests". It's the task of the dotlrn consortium to decide what to include in dotlrn, and if this decision boils down to the fact, whether or not the regression test is part of automated testing, i am sure some institution or person - maybe even myself - will invest the resources (two hours?) to integrate it. why making live more complicated as it is?