"testData.xlsx" should be available in root directory of your project, before executing the script.
For executing here are the steps:
- Maven should be installed on your server / machine where the script is going execute.
- This command needs to execute the script - mvn test -DSITEURL={your_site_baseurl_here}
Right Click on your Project Name > Run As > Maven Build... > Goals should be set as "test -DSITEURL={your_site_baseurl_here}" > cLick "Apply" > click "Run"