ContributionsMost RecentMost LikesSolutionsPLEASE ADD MEDIA TYPE AS A PROPERTY OF REST REQUEST STEP 1. One goal for our product is to support both xml and json format in all REST APIs, so I have to test all APIs by using both application/xml and application/json as media type 2. From time to time, I have to read/modify the contents of REST request/response by using groovy scripts. 3. The current issue is that the media type is only shown on ReadyAPI test step review/edit screen. I can neither find it in properties of the test step, nor find any method of testStep object to get it. Re: ready!api events handler TestSuiteRunListenerBeforeTestCase Sorry, I tried to finish it before a meeting, somehow sent it out by mistake before I can finish it. The description of these 2 event handler states that the groovy scripts will be invoked with testCase with a directly accessible object, instead, I can only directly access testSuite. I am wondering whether it is a just typo, testSuite rather than testCase? in description or the event implementation is wrong. I do need to know which testCase I am running for logging purpose before and after each testing case run. BTW, I found a workaround by using context.currentTestCase. thanks, Sizhou. ready!api events handler TestSuiteRunListenerBeforeTestCaseRe: resetting groovy lib cache is not working thanks for paying attention to this issue. I figured out it's caused by eclipse I used for editing the file, it generated some extra files which blocked Ready!API to load my modified groovy libs. Thanks. resetting groovy lib cache is not working The modification I made in the lib file is not taking effect even though the following message is displayed in Ready!API logs. Tue Apr 11 15:20:50 EDT 2017:INFO:C:\AutoTest\API\GroovyLib\isi\TestCase.groovy is new or has changed, reloading... Tue Apr 11 15:20:50 EDT 2017:INFO:Resetting groovy class cache due to 1 modified file it worked on my windows 7 machine but not working as expected on my windows 2012R2 server. Re: what's exactly meaning of "Enables overriding of any property reference with global properties"? Yes, I tried -G option in my command-line with both override option checked and unchecked. in both case, my test picked up passed in value rather than the value saved in my soapui-settings, made me become more curious about what's the purpose of the option, what's the potential impact if I check or un-check it. Thanks, Sizhou. Re: what's exactly meaning of "Enables overriding of any property reference with global properties"? my intention is simple: I would like to allow a QA/Dev engineer who is going to run SOAPUI tests to pass in some parameters as global ones when they start a test via command-line. the global variables might have same name as variables at project/test suite/test case levels, I am just wondering what's the impact of this overriding option. I couldn't find any further detailed explanation about this flag. Thanks, Sizhou. what's exactly meaning of "Enables overriding of any property reference with global properties"? Could anyone please give me a concrete example for this? Thanks, Sizhou. Re: execution history cleanup or reset Hi, DK, I meant the data stored as history for each project/test suite/test case on right side panels, not logs at bottom window. Thanks, Sizhou. execution history cleanup or reset How can I get rid of old execution history data?