- AndersK
- Posts : 2
Join date : 2015-03-31
Trying to read from excel file with JUnit but get error message "The constructor SpreadsheetData(InputStream) refers to the missing type InvalidFormatException"
Wed Apr 01, 2015 12:06 am
Hi!
I am learning Selenium by the book Selenium testing tool cookbook and using Java(JUnit). Putting up the class Excel Testdata we create the method
But here I get an error saying: "The constructor SpreadsheetData(InputStream) refers to the missing type InvalidFormatException"
i e
I am learning Selenium by the book Selenium testing tool cookbook and using Java(JUnit). Putting up the class Excel Testdata we create the method
- Code:
@Parameters
public static Collection testData() throws Exception {
InputStream spreadsheet = new FileInputStream("C:/Users/AndersTest/Documents/data.xls");
return new SpreadsheetData(spreadsheet).getData();
}
But here I get an error saying: "The constructor SpreadsheetData(InputStream) refers to the missing type InvalidFormatException"
i e
- Code:
new SpreadsheetData(spreadsheet)
- AndersK
- Posts : 2
Join date : 2015-03-31
Re: Trying to read from excel file with JUnit but get error message "The constructor SpreadsheetData(InputStream) refers to the missing type InvalidFormatException"
Wed Apr 01, 2015 4:57 pm
OK I fixed it. I had put the extra files needed in the wrong build path. So, I don't need any help here.
Thanks, Anders
Thanks, Anders
- Read value from an excel file with selenium
- how to read excel file in rc using java program?
- ERROR: Command execution failure. Please search the forum at http://clearspace.openqa.org for error details from the log window. The error message is: Permission denied
- Parametrization using Excel in JUnit or TestNG
- Selenium RC with NUnit throwing error - File does not exist. File 'c:\Projects\WebDriver\trunk\src\Selenium.Core\HttpCommandProcessor.cs'
Permissions in this forum:
You cannot reply to topics in this forum