I'm using Java-Appium-TestNG. I've uploaded a Excel file Testdata.xlsx
containing my test data (using "Add Extra data" option). Which path I should mention inside the test script to access the TestData.xlsx
?
Asked
Active
Viewed 649 times
0

dur
- 15,689
- 25
- 79
- 125

user7979509
- 11
- 2
1 Answers
0
Note: Extra data should be uploaded in form of a zip file. So in your case the excel file should be placed inside a zip file first.
- For Android, the extra data is extracted to the SD Card of the device.
- For iOS, the extra data is extracted to the application data folder under .../aapt/data
A sample path on iOS would look like this: private/var/mobile/Containers/Bundle/Application/64F3793F-5AFC-4C12-8BF4-XXXXXXXXXXXX/MySampleApp.app/aatp/data
Hope that helps.

NikofTime
- 729
- 3
- 4