From: Mike B. <mb...@Ga...> - 2003-02-27 15:53:40
|
> I was wondering if anyone has any example code for how to set up > TestCases and how to run TestSuites using HTML-Unit. Usually, in > other testing X-Unit testing frameworks, you do something like: Perhaps the word "Unit" in HtmlUnit is confusing the issue. This isn't a generic unit testing framework like JUnit. It's a tool that lets you access your web application and interact with it. You still need something like JUnit to write your tests in. Within those tests, you can use HtmlUnit to access your web application. Does this help? -- Mike Bowler Principal, Gargoyle Software Inc. Voice: (416) 822-0973 | Email : mb...@Ga... Fax : (416) 822-0975 | Website: http://www.GargoyleSoftware.com |