From: Stefan B. <bo...@ap...> - 2007-05-09 04:14:36
|
On Tue, 8 May 2007, Anamika Majumder <pra...@ho...> wrote: > Thank you again Stefan, this is very helpful, I am all set with > this. could you pl. let me know how if there is a way to run a > xmlunit test case from the command line (I have been running my > testcases through the NetBeans IDE. You can run them the same way as any JUnit tests. JUnit contains a command line test runner, please consult its documentation. I run my tests via Ant (see the JUnit task's documentation) and if you are using Maven there is the surefire plugin. Stefan |