From: Steve F. <st...@pc...> - 2003-12-04 03:43:20
|
One relatively-easy-to-implement possibility for the WDK would be a mini-testing framework to *syntax check* the queries in the servlet-config files. It could be given a handle on all the queries, along with parameter values (that part is tricky because the db might change obsoleting the values). It would then simply check to see if the queries run, and return any values. IE, don't try to get to regression test levels of comparing the result with known answers: that requires a static test dataset. steve Angel Pizarro wrote: > I was hashing some stuff out with Andy today and came up with the idea > for the WDK and want to bounce it off of the general list. > > How about a unit test for websites? If we can have an automatic test > of the site before install, that would really help out for a) testing > queries on a non-live site, b) make sure that the content has no dead > links, b) catch potential bugs in procedural code (e.g. CGI scripts or > any other non-compiled code) > > Any thoughts? > Angel > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Gusdev-gusdev mailing list > Gus...@li... > https://lists.sourceforge.net/lists/listinfo/gusdev-gusdev |