ContributionsMost RecentMost LikesSolutionsHow do I get Log Output in a file? I am running a set of test cases from another test suite-> test case. whatever set of test cases I am running, I want to get output of those cases in a log file. Here the Highlighted script is calling the test cases under DB Scripts. I want to see the log output of the test cases under "DB Scripts". Kindly help. How do I show error in pop up for other test case? I have a groovy script which is running a test case. Now if some error occurs in that test case(CSV), how do I show the error in this groovy step itself? In a pop up or something? Here is my test case and its steps. I would like to see why the 1st step failed from the groovy script where from I am calling this CSV test case How to run specific test case in particular environment? I have 2 environments setup : Dev & QA. There are certain test cases which are intended for Dev env only. How I avoid running those when I select QA environment? or when I select Dev env, only dev environment specific test cases run? Re: Getting error "Unable to marshall request to JSON: Key cannot be empty. " where to check that? I am not sending any json. Its just an attachment Getting error "Unable to marshall request to JSON: Key cannot be empty. " I have an api which helps to upload file in S3 bucket. Postman is working fine. But readyapi gives error. Can you please help to get correct response in Readyapi. Verify API Spec using ReadyAPIHow to write a Groovy program that given a specification and an API endpoint it verifies that your API follows the specification?Re: How I cast a numeric value in json payload?But I need to use amount as Integer, hence can not pull from property. How else I can create a numeric value at run time? Amount field accepts only integer value in the payload.How I cast a numeric value in json payload? I have a requirement to generate a random decimal number each time my automated test runs. I have below payload where I would like to put a numeric value(in the highlighted field). How to I do this? "GroupHeader":{ "messageIdentification": "${#TestCase#MSGID}", "messageCreationDateTime": "2023-03-20T04:22:59.093", "sumAmountFromTransactions": 20.26, "totalNumberOfTransactions": "1" }, I tried to generate a number and store in properties. But it throws error. Importing postman collections to soapuiSoapUI has an option “Import postman collection”. But when we are importing postman collection ,getting and error. net.sf.json.JSONException: JSONObject[‘requests’] is not a JSONArray. How to resolve this?Re: Whats the best practice to encrypt client id & secret for SoapUI Project?Thanks. Can you please guide how to set properties while running tests? My tests would run in azure pipeline in an agent machine which has readyapi installed