I want to execute some SOAP suites which is located in a Windows 10 machine. But I have my jenkins setup and job everything in a Windows 7 machine.
When I tried to execute the below Windows batch command: c: pushd \xyzsoapmachine01\c$ cd Program Files\SmartBear\ReadyAPI-2.5.0\bin testrunner.bat -s "Automation Suite" -c "TestCase_JenkinsCheck" Z:\Projects\xyzsoapui-project.xml popd
I get the error as pushd \xyzsoapmachine01\c$
Access is denied.
how to resolve this please?