[Webtest] [webtest][JIRA] Created: (WT-437) dataDriven problem
rumina morales (JIRA)
rumina morales (JIRA)" <noreply@canoo.com
Fri, 6 Jun 2008 16:56:06 +0200 (CEST)
dataDriven problem
------------------
Key: WT-437
URL: http://webtest-community.canoo.com/jira/browse/WT-437
Project: WebTest
Type: Bug
Environment: windows XP, jdk1.6.0_06 webtest 2.6
Reporter: rumina morales
I have a problem with target datadriven.
it throws this error
BUILD FAILED
C:\webtest\pruebadatos\data.xml:3: Problem: failed to create task or type dataDriven
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.
this is code xml:
<project name="prueba" default="test" basedir=".">
<target name="test">
<dataDriven tableContainer="calculadora.xls">
<echo message="Hello ${expresion} ${resultado}"/>
</dataDriven>
</target>
</project>
this file calculadora.xsl:
expresion resultado
3*3 9
2+2 4
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://webtest-community.canoo.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira