Forum Discussion
What I meant was that do we need to take care of any authentication related stuff as well in SOAPUI testing. In my project they use bearer token as a authentication mechanism which expires every hour. So do we need to take care of those things while integrating SOAPUI in VSTS or providing the project as .xml file in VSTS is enough to complete the build.
Can you please elaborate what are you trying to achieve?
- PERSIN7 years agoContributor
Hi,
I am trying to integrate SOAPUI in VSTS and for that I am seeking help.
I am looking for the parameters which we need to pass when we add SOAPUI task in build definition?
I have the project in .xml file and when I am trying to to execute the build then I am getting errors as below:
1. Missing endpoint for request [XYZ]
2. 08:19:32,383 ERROR [AbstractTestRunner] Exception during Test Execution
java.lang.NullPointerExceptionat com.eviware.soapui.impl.wsdl.teststeps.RestTestRequestStep.run(RestTestRequestStep.java:795)at com.eviware.soapui.impl.wsdl.support.AbstractTestCaseRunner.runTestStep(AbstractTestCaseRunner.java:211)at com.eviware.soapui.impl.wsdl.testcase.WsdlTestCaseRunner.runCurrentTestStep(WsdlTestCaseRunner.java:47)at com.eviware.soapui.impl.wsdl.support.AbstractTestCaseRunner.internalRun(AbstractTestCaseRunner.java:138)at com.eviware.soapui.impl.wsdl.support.AbstractTestCaseRunner.internalRun(AbstractTestCaseRunner.java:46)at com.eviware.soapui.impl.wsdl.support.AbstractTestRunner.run(AbstractTestRunner.java:128)at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)at java.util.concurrent.FutureTask.run(FutureTask.java:266)at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)at java.lang.Thread.run(Thread.java:748)can you please help me on this.
Related Content
- 3 years ago
- 4 years ago
- 4 years ago
- 7 years ago
Recent Discussions
- 5 hours ago
- 8 days ago