Hmm. JUnit is probably better if you can get away with simple submission/text parsing for your tests. A browser-based test suite is very useful when you have complicated JavaScript, which generates 90% of your page. I know it's ugly, but some interactive sites are built this way.
Sept. 12, 2006, 8:45 p.m. - andre
Hmm. JUnit is probably better if you can get away with simple submission/text parsing for your tests. A browser-based test suite is very useful when you have complicated JavaScript, which generates 90% of your page. I know it's ugly, but some interactive sites are built this way.