Jameleon script not detecting the csv file

View: New views
2 Messages — Rating Filter:   Alert me  

Jameleon script not detecting the csv file

by namit jain :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi All

I have a script in \jameleon-test-suite\scripts folder with the name yahoo_watij-sourceforge.xml. For parameterizing it I created yahoo_watij-sourceforge.csv file in \jameleon-test-suite\data folder. I also modified the script to read the data from CSV file by updating the testcase tag to
<testcase xmlns="jelly:jameleon" trace="true" useCSV="true" countRow="true">

But when I ran the scrip I got the error "file:/C:/jameleon/jameleon-test-suite/scripts/yahoo_watij-sourceforge.xml:1:77: <testcase> .\data\yahoo_watij-sourceforge.csv (The system cannot find the file specified)". Jameleon is not able to detect the CSV file but it is lying there at the specified location.

I am new to this, may be i have done some silly mistake. Please help me out.

Any kind of help will be highly appreciated

Thanks
Namit

Re: Jameleon script not detecting the csv file

by namit jain :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi All

I got this rectified by changing csv file from notepad to excel file. Earlier it was a notepad file which i renamed to .csv but now I created csv file from an Excel file and it worked out.

Thanks
Namit