I have created a new maven project and I have added soatest in it. Now when I am trying to execute the test, it seems it is deleting the workspace before executing the soatest as a result it is unable to fetch the excel datasource.
My project in jave perspective: enter image description here
Command I am using to execute the test:
mvn clean test -Dparasoft.soatest.home="C:\Program Files (x86)\Parasoft\SOAtest\9.10" -Dparasoft.localsettings="C:\Program Files (x86)\Parasoft\SOAtest\localsettings"