ContributionsMost RecentMost LikesSolutionsRe: soapui 5.5.0 free verison - postgresql connection I am using jdbc step only. I restarted after placing the driver, but no luck. Thanks soapui 5.5.0 free verison - postgresql connection Hi, I am trying to connect to postgresql database with the soapui free verision. I got the driver downloaded and placed it in the <soapuiinstaller>/bin/ext folder The file i download is postgresql-42.2.6 version. When i try to do the test connection - i am getting the below error Can't get the Connection for specified properties; java.sql.SQLException: No suitable driver found for dbc:postgresql://<hostname>:5342/mscpsit?user=username&password=password Can you please advise. nmrao - Any smart solution please Thanks Kalyan Re: Need to Change the end point URL on selecting a value from UISupport.prompt value Please try the below code def project = UISupport.prompt("Select Environment","Project",['SIT', 'UAT']) if(project = 'SIT'){ it.properties['Endpoint'].value = project } Re: How do i get all the elements (with out the values) of a json response in soapui using groovy. Hi Rao, Yes i want only the keys, the response is a sample one but i want to achieve is that we need to compare the keys before and after the build. I am trying to capture the keys and copy it to an excel and then after the build do the same and compare. Thanks, Kalyan Re: How do i get all the elements (with out the values) of a json response in soapui using groovy. Hi Rao, Here is my JSON Response { "base": "SGD", "date": "2017-01-20", "rates": { "AUD": 0.92874, "BGN": 1.2869, "BRL": 2.2356, "CAD": 0.93545, "CHF": 0.70582, "CNY": 4.8115, "CZK": 17.779, "DKK": 4.8927, "GBP": 0.56978, "HKD": 5.4275, "HRK": 4.9457, "HUF": 203.38, "IDR": 9381.5, "ILS": 2.6648, "INR": 47.692, "JPY": 80.583, "KRW": 822.94, "MXN": 15.377, "MYR": 3.1113, "NOK": 5.9212, "NZD": 0.9798, "PHP": 35.015, "PLN": 2.8753, "RON": 2.957, "RUB": 41.853, "SEK": 6.2556, "THB": 24.793, "TRY": 2.6757, "USD": 0.69957, "ZAR": 9.5309, "EUR": 0.65798 } } Thanks, Kalyan How do i get all the elements (with out the values) of a json response in soapui using groovy. Here is my requirement. I need only the elements of a json response. I dont want its values. I want to achieve this in free version of soapui using groovy. Any advice. Thanks winscp script runHi i am trying to execute the below def command2 = "D:\\Users\\unckag\\AppData\\Local\\WinSCP\\winSCP /script=winSCP.txt" def proc2 = command2.execute() proc2.waitFor() It is giving me the errror. Can some help in how to resolve this. Thanks, KalyanRe: running exe or bat file in groovyHow is this resolved. i am also facing the same issue. I ran the .bat file and the batch does the ftp and tries to copy it to my local. I am not getting the file to my local machine when trying to run from groovy script in SOAPUI. When i run the same .bat i am able to successfully copy the file to my local. Please help to resolve this. ThanksHi,I want to generate a HTML report of all the test suites using groovy. Kindly advice I want to generate a HTML graphical representation of the testsuite results. Please do let me know how can i do this using Groovy script in SOAPUI. Thanks Kalyan how to run the python script in soapui Can i run the python script in soapui. Please advice