ContributionsMost RecentMost LikesSolutions"Error getting response;javax.net.ssl.SSLHandshakeException: Received fatal alert:handshake_failure" When we try to hit our API's in certain environments we are getting "Error getting response;javax.net.ssl.SSLHandshakeException: Received fatal alert:handshake_failure" message. but same is working from browser. Could you please help me how to resolve this? Is it possible to use same data sink for all the test cases in same test suite? Hi am doing data driven testing using Ready API. I would like to know is it possible to use same data sink accrosss all the test cases in the same test suite. For each test case if i try to give same data sink with different sheet names it is not working out. Could you please suggest it is very important. Thanks, Rajesh SOAP UI NG Pro getting hanged if we run more web services as a suite Hi I am using Ready API 1.3.1. I have prepared data driven frmaework while executing with bulk number of test data tool is getting hanged. if i gave more than 20 or 25 sometimes it is working fine. sometimes it is getting hanged. Kindly let me know do i need to change any settings. Please note i am working in remote machine. Kindly provide your inputs! Thanks. Regards, Rajesh Re: how to capture time stamp & time taken for each request and put it in excel Thank you so much Rao. It worked, Need one more input for Timestamp am getting the below value INFO:1457454710086 How to convert this into a meaning full value Please advice. Re: how to capture time stamp & time taken for each request and put it in excel Whe ni use the below event Event : TestRunListener.afterStep def step = testStepResult.testStep.name log.info step def stamp = testStepResult.timeStamp def timeTaken = testStepResult.timeTaken testRunner.testCase.getProperty("TimeStamp").setValue(stamp) testRunner.testCase.getProperty("TimeTaken").setValue(timeTaken) It is not capturing any data in the property. Using the log.info messageExchange.response.timeTaken i can print the values in log file, but how to capture in ay of the property which in turn using data sink i can pass it to output file. I am using Ready API 1.3.1 version. Please advice Re: how to capture time stamp & time taken for each request and put it in excel Hi Rao, Please find the below sample Event : TestRunListener.afterStep def step = testStepResult.testStep.name log.info step def stamp = testStepResult.timeStamp def timeTaken = testStepResult.timeTaken testRunner.testCase.getProperty("TimeStamp").setValue(stamp) testRunner.testCase.getProperty("TimeTaken").setValue(timeTaken) Re: how to capture time stamp & time taken for each request and put it in excel I have tried using events but no luck. Could you please provide some sample. Thanks, Rajesh how to capture time stamp & time taken for each request and put it in excel HI I am setting up a data driven framework As part of my requirmnet i supposed to capture Time Taken & Time stamp for each request . I have tried with events but no luck. Could you please help me on this. Regards, Rajesh how to set response should accept json In SOAP UI pro we had a option to accept json response (Representation type). in Ready API 1.3.1 am unable to find that option. Response from the system is both in xml & json format. but currenlty unable to see the json response. Please help me out Re: Ready API 1.3.1 for data driven testing, data sink is not properly working Hi TanyaGorbunova , To upgrade to API 1.5, does it iclude any cost? or with the existing licence can i upgrade to API 1.5 Please let me know Regards, Rajesh