Cannot use excel file using webtest.
------------------------------------
Key: WT-205
URL: http://webtest-community.canoo.com/jira/browse/WT-205
Project: WebTest
Type: Task
Environment: Winxp, p4
Reporter: anand
hi, i just started using webtest, i have small problem while dealing with excel
file
This is my code
<project name="andy" basedir="." default="main">
<property name="webtest.home" location="d:/webtest_home" />
<import file="${webtest.home}/lib/taskdef.xml"/>
<target name="main">
<webtest name="myExcelTest">
<steps>
<invoke url="publicData.xls"/>
<excelVerifyCellValue cell="B2" text="report"/>
</steps>
</webtest>
</target>
</project>
when i do build its successful, but in the result,xml this code is observed
<step>
<parameter name="taskName" value="invoke"/>
<parameter name="url" value="publicData.xls"/>
<parameter name="method" value="GET"/>
<result>
<failed duration="78"/>
can u suggest me if something is wrong in my code or some other workaround? Do
i using invoke function for this correctly?
I am using latest version of webtest
--
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
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest