Forum Discussion
Thanks for your reply Richie!
Can you please confirm if we need to take care of "Bearer Token " in SOAPUI while integrating the same to VSTS.
when you say "take care of the bearer token"...
can you rephrase the question please? unless the place where your repo resides has different topological attributes (i "think" thats the corrwct term..??) so the security settings would be different to enable access to the soapui project, if im understanding the question correctly it shouldnt make any difference. however im guessing at what youre question actually is, so could do with an explanation just to be sure!
cheers,
richie
- nmrao7 years agoChampion Level 3Not sure what your use case is. Why can't the SoapUI be used alone which is the most of the cases?
Can you please elaborate what are you trying to achieve? - PERSIN7 years agoContributor
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.
- 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
- 2 years ago
- 12 months ago
- 3 months ago
- 12 months ago