I am new at device farm. I am fetching username/password from the .csv file and the test works on my local environment. When I zipped and uploaded on the device farm it thows the error FileNotFoundException. I've placed csv file under src/test/resources/csvfile and written down the below code:
CSVReader reader=new CSVReader(new FileReader("src\test\resources\com\testdata.csv"));
I have written down this code in my local enviroment and works well;however, not the same for device farm.