I don't have a lot of experience automating tests for HTML/JS code ... but I know a lot of people use Selenium http://seleniumhq.org/ _ Mrinal
On Tue, Nov 10, 2009 at 1:47 PM, Richard Hirsch <[email protected]>wrote: > But the question is how to do perform the UI tests during the build > process. It is also possible for each developer to test the UI locally > before the commits but this is very inefficient. > > D > > > On Tue, Nov 10, 2009 at 9:11 AM, Vassil Dichev <[email protected]> wrote: > > Tests and documentation are definitely priority No.1 for me for the > > next couple of months. > > > > From my previous experience with Cactus the framework starts the > > container and connects to the test runner inside the container, which > > then has all the contexts it needs. We are already doing the same > > thing by running an embedded Jetty server, so I think we don't need > > it. > > > > Vassil > > > > > > On Tue, Nov 10, 2009 at 10:02 AM, Richard Hirsch <[email protected]> > wrote: > >> Based on the fact that I made a build yesterday that led to a > >> non-functional app on stax, I started to think about tests in general > >> and the fact that we will soon need more tests to have some degree of > >> quality assurance. > >> > >> I've started a wiki page > >> (http://cwiki.apache.org/confluence/display/ESME/Tests) with test > >> cases. > >> > >> Ideally, we should have some sort of a test driver that tests the UI > >> as well during the build process. If I remember correctly, cactus has > >> something like this. I'll take a look and see if I find something that > >> we can use. > >> > >> D. > >> > > >
