ContributionsMost RecentMost LikesSolutionsLaunch TCPMon Ready API - Directory must be set in global preferences message Hi I am trying to Launch TCPMon in Ready API and I am getting a message saying 'TcpMon directory must be set in global preferences'. I didn't download any plugin as I thought its built in. So I cant see what directory I should give in Preferences => Tools => Apache TCPMon. I tried looking for TcpMon jars part of ReadyAPI installation and cant find any. Please advise. Thanks Monitoring/listening to SoapUI requests sending another API request internally Hi All, I have a requirement where we have Soap UI request which in turn creates another SOAP UI request and gets a response and all I get is the final response. I am interested in getting the internal api response too. Is there are possibility of achieving this using REady API To make it more obvious, Calling Soap UI Request 1 => creates SoapUI Request 2 => gets 2Response and then sends 1Response. Hope you could understand. At the moment I am able to get just the 1response. Is there a way I could tap the internal traffic and listen to the internal request and response ? Thanks Re: Cross Project - Ready API TestSuite.name returns null Thanks Sanj. Sorted. Nothing to do with Code but the xml wasn't refreshed with the new Test Suite I created. My bad. Cross Project - Ready API TestSuite.name returns null Hi I have a requirement to run a test step from another project and I am a newbie to Ready API. I googled and got to the point of getting the Project Name but stuck after this point. Couldn't access the TestSuite as it returns null. Below is the code Snippet i used / Replace names of a project, test suite, case and step with those you need. // Connecting to the test step in another project. def prj = testRunner.testCase.testSuite.project.workspace.getProjectByName("CMSToPMSService") log.info("Project is: " + prj.name) - Retrieves the Project Name properly tSuite = prj.getTestSuiteByName("InitiateReverseActivationTestSuite") --- Null for tSuite. log.info("Test Suite is: " + tSuite.name) See screenshots attached. Not sure whats is wrong Thanks in advance. P