Thursday, June 21, 2007

The problem: dynamically adding XML based test cases into a Junit based webapp

The problem:



I have an existing Junit based, web test framework. Test cases can be written in Java. To better handle data driven test automation, I have extract all test information into XML files, and the java is just a wrapping adding a hook from the test cases to the Junit test supports.



Now, I want to take this one step further, and elimate this dependency on the java link, so that new test case development simply involves creating the XML test cases in a text editor and dropping it somewhere in the CLASSPATH/PATH.

0 Comments:

Post a Comment

<< Home