ContributionsMost RecentMost LikesSolutionsRe: How can I trigger ready api tests from specflow?I have my test suite for each feature created in ready api. I just got to know that I have to use spec flow to run the tests so wanted to see if there is a way I can call or trigger these tests from specflowHow can I trigger ready api tests from specflow?I would like to use spec flow to trigger ready api test suite. How can I do that?Solvedhow to copy from something thats displayed on the screen and paste it another tab? I have a scenario where I load the swagger page, enter inputs and then get the response. I need to copy the response body and paste it in another tab. How can I do that? Also if I have input from data bank, how can I make the response be copied with the respective input and not the same response every time. I am trying to run ready api test suite from tfs and it keeps asking me for a license I have purchased a Ready api license and can execute the ready apitests locally on my machine. When I try to run the ready api test from tfs by adding a maven task it gives me a message below asking for the license key. 2018-03-06T15:01:32.2195216Z No valid SoapUI license exists.2018-03-06T15:01:32.2195216Z Please enter absolute path of the license file (.zip or .key): I saw that that when its running the build it displays the following and takes the machine name as the username and not my actual username. I tried setting the system properties in my pom.xml file for username and soapui.home but it is not taking it from there. 2018-03-06T15:01:30.2409659Z [INFO] ReadyAPI 2.2.0-m-SNAPSHOT started - System properties: {OS=Windows 10, User name=PC-7G8G8H2$} 2018-03-06T15:01:30.2409659Z [WARNING] System property 'soapui.home' is not set! Using this directory instead: . How can I connect my ready api test cases to the manual test cases in TFS 2017? I have manual test cases in TFS 2017. I have created some automated test cases in ready api and would like to connect them both. How can I do that? How to integrate ready api tests to tfs 2017Re: How to add multiple WSDLs to a single project in Soap UI NG Pro? I am adding a different WSDL. I have 4 web services and the data from the response of those will be fed as input to another web service so wanted to add all the WSDLs in one Project. Re: How to add multiple WSDLs to a single project in Soap UI NG Pro? On trying to add another WSDL to the project it displays a message :"Interface already exists in project, update instead?" and does not let me add. How to add multiple WSDLs to a single project in Soap UI NG Pro? I have created a project in Soap UI NG Pro and need to use multiple WSDLs within the same project. Data from Response of one web service is sent as input to another web service. I have inserted a Soap Request test step multiple times and then added a new end point for the same. But on doing that it does not update the Form type of request and populate the fields. Is there any other way this can be done? Solved