ContributionsMost RecentMost LikesSolutionsRe: Building awesome frameworks in SoapUI ! Hi Pramod, Can you please let me know/ provide code sample for teh below 1. how to read the values from the External files from remote system ? 2. How to capture the failed test case logs , failed rest API request reponse and capture that in the external file? Re: Unable to get Rest request using groovy script Did u got any way to get the rest request for the "GET' request ?? Re: How to get the failed step request and response after the test case execution and pass to database Can some one pls advice any tear down script to capture the request and response of the test step ?? Re: How to get the failed step request and response after the test case execution and pass to databaseThis code will give the details which test case had been failed , but I want to get the request and response of the failed test step and store it under one property , so that I can able to insert that request and response in my dbHow to get the failed step request and response after the test case execution and pass to databaseIf I have more than one failed step in a test case,How to get the failed name, request and responses and store it in db in runtime Re: Not able to execute any script in tear down script and setup script attached the error whihc I am getting . while executing the script in tear down Not able to execute any script in tear down script and setup scriptI can’t able to execute any script in tear down script and setup script , getting the error as “scripting.scriptingexception” . Is there any configurations or any lib files i need to add in bin for executing script in tear down and setup script ?? Please provide solutions for thisSolvedRe: Data Import from SQL Database Hi , I cant able to execute complex POSTGRES query form JDBC Request and get the response . same query is working fine in the POSTGRES console and get the result . Is Soap ui accepts only the sql query , post-gres query are not working from jdbc request?, if so what will the solution for this? Please someone clarify query which i tried: select Max(NULLIF(regexp_replace(reference_id, '[^0-9.]*','','g'), '')::numeric) from transactions as ref_id Thanks