pontix
Location : London
Member since : Jan 12, 2006
Messages : 1
|
Jan 13, 2006 at 12:24 AM
Hello,
My team are working on a testcase generation tool. We are planning on using Jeks to provide a spreadsheet interface through which users can specify a test specification.
For example to test the add method of a Calculator class
you could fill in a spreadsheet like so:
|method: |param:|param:|result:|
|add | 1 | 1 | 2 |
| | 2 | 3 | 5 |
In essence this is a similar tool to www.fitnesse.org.
However one of our requirements is to store a spreadsheet as an XML file.
However Jeks uses its own .jks format :(.
Are there any plans on supporting the XML file format
and even better being able to specify the XML file format
Jeks supports by providing an XML schema?
Thanks.
--- pontix
|