ContributionsMost RecentMost LikesSolutionsRe: wait for user input then request trigger You can import user data with text file or excel document. Then set this this value in properties and use it in your request data. Then you not be needed to wait for user input. Re: SOAPUI REST Media Type Application/xml format If response is shown in Json format, then you can not get this response in XML format. If you want this response in XML format, then you need to use groovy script to get XML format reponse. Script:-- testRunner.testCase.getTestStepAt(0).testRequest.getResponseContentAsXml() Re: How to get the authentication token If you comfortable to share URL web address, and Log in Details, It will be helpful to solve. Re: Groovy script - How to run a teststep from another testsuite in your testsuite teardown script? Please see attach .txt file for teardown script. Thanks. Re: Parametize test data from JDBC into request In SoapUI open source, after JDBC connection, response will be shown in xml format. Please see below image, wher I am doing a sample JDBC connection From this response I retrieve Email value with this groovy script. And set this Email value as a Properties in TestSuite. So that I can use this property in any TestCase. [${#TestSuite#Properties}] Like Email You can retreve Tracking Number from response. I think It will help you. Re: Groovy script - How to run a teststep from another testsuite in your testsuite teardown script? I have set up TearDown Script for TestSuite(TS2) : With this TearDown Script, run all TestSteps of all TestCases of TestSuite(TS1) Please see attach screenshot for more details. In error log I am getting this error: Wed Oct 10 12:10:25 IST 2018:ERROR:groovy.lang.MissingPropertyException: No such property: testRunner for class: Script2 But I check response of TestSteps of TestSuite(TS1), and see I am getting response properly. Please have a look screenshot and I think it help you. Re: REST service multipart/mixed request problem I think you just Add Resource paramater like this: Name -- Content-Type Value -- multipart/mixed Style -- HEADER Please see attach screenshot. Re: How to get the authentication token After input log in details, on click in submit button You will get some resonse from server end. Please share the response details. I think you will get access token from response. Please share request and response details of this POST request. It will be helpful to solve this question. Re: Need Help for sending notifications in soap ui free If run your testSuite with any CI tool like Jenkins, then with this CI tool, you can send email Notification, TestSuite Report to User. Re: Youtube Sample Project is not working This sample project support is removed by Google. please check any alternative sample project.