I am facing an issue with below batch script where i have to give a relative path of the hard-coded path in my batch file.
below is my soapUI cmd line execution file where soapui-settings.xml is the file which has all my soap settings and project.xml is the one with my testcases. I have hard-coded path here. since i am going to check in this file, if any other person execute this file will not work because the path will not exist on their machine. How do i achieve that on windows? Is there a way I can use a relative path to hard-coded one in my batch file and run it??
here is my sample file:
cd C:\soapui4.5\soapUI-Pro-4.5.0\bin testrunner.bat -tC:\Users\jvihol\soapui-settings.xml C:\Users\jvihol\Documents\April-RTM-soapui-project.xml any help would be really appreciated. thanks. :)