ContributionsMost RecentMost LikesSolutionsUnable to establish connection via TLSv1.2 protocol in SoapUI 5.1.2 Hi, I need to connect a webservice which only accept a connection established via TLSv1.2. I added the line -Dsoapui.https.protocols=TLSv1.2 in the file SoapUI-5.1.2.vmoptions and still not able to establish the connection. Following message is displayed: "Error getting response; javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure" I tried doing same on different version of SoapUI 4.6.1 and it works, is there any additional settings in 5.1.2. Also by default there is no entry in the vmoptions file, so in this scenario what is the protocol version it is using. Any help is highly appreciated. Thanks Re: Datasource and Datasink Test Step I am facing same issue, did it get resolved. Prashanth Re: Help with Performance Test using Strategy ScriptHi All, I had created two Data Source Steps, One getting the thread count and other one getting getting values for the request. I am storing the thread count into a variable using following code under event LoadTestRunListener.afterTestStep GetThreadValue = testRunner.testCase.getTestStepByName( "ThreadCount_DS" ) def newValue = GetThreadValue.getPropertyValue("Thread_Count1") loadTestRunner.loadTest.testCase.testSuite.setPropertyValue( "MyValue", newValue ) and then getting the value in script strategy using following code: def newValue = loadTestRunner.loadTest.testCase.testSuite.getPropertyValue("MyValue") return newValue When I execute the LoadTest I am seeing the thread count is changing but the issue I am facing is after 15 - 20 seconds the thread are not getting created and the test hangs I have to manually end the test. I have 60 records in the Thread Count Table and the Load Test set for 60 Seconds Limit, so expectation is it should run with variable thread counts for complete 60 seconds. Anybody encountered similar issue. PrashanthHelp with Performance Test using Strategy ScriptHi, As part of the performance test we need to send thousands of requests every hour which are not evenly spread, so every second the count of request will change. To do this I am planning to use strategy script and get the request count for each second using data source. Is this possible and if yes please share how to loop through the data source in the strategy script. Any information will be great help. ThanksRe: Issue with Test Step Count in Load TestHi, But I need to do data driven testing, I tried to trigger event only when the request step is executed using the Target option. But this doesn't trigger this is another issue I had faced, so I am controlling to trigger using groovy script in the event handler by using the below code. if (testStepResult.testStep.config.type == 'request') Let me know if you still want me to do try just running with EIP_MeterReadWS. Thanks, PRashanthRe: Issue with Test Step Count in Load TestHi, Sorry for the delayed message I was off due to Diwali festival!!! I am attaching the screen shot of the LoadTest screen which will give you all the details you are interested. The rate value on the load test is set to 2 which I was referring as 2 request per second because it actually generates two request per second. I am not sure if datasource/datagen has anything to do with this, because based on your test you are triggering only 30 times the event which is same as the test step execution count. I have also attached the Data Source Options screen just in case you are interested in it. Thanks, PrashanthRe: [Res]Best solution to save raw request and response to DBIt works the ticket can be closed. Thanks, PRashanthIssue with Test Step Count in Load TestHi, The test step count of type "REQUEST" shown on the screen when you run load test in SoapUI doesn't match against the records inserted in the database using event "LoadTestRunListener.afterTestStep". Load Test Scenario: 2 request per second / With Total Runs set to 600 Count for Request step on the report shows 600 which is as expected but number of the records inserted is 609 which is in excess. As I am capturing the raw request and response I am seeing valid request and response for all the 609 requests. I think even though the report show 600 count for request step, the soapui is sending few extra requests. Thanks, PrashanthRe: [Resolved] Issue saving Load Test info to databaseHi, I was able to find the way to submit 2 request per second using Total Runs option. But the count of Request step doesn't match with the records in the database, inserted from event "LoadTestRunListener.afterTestStep". Load Test Scenario: 2 request per second / With Total Runs set to 600 Count for Request step on the report shows 600 which is as expected but number of the records inserted is 609 which is in excess. As I am capturing the raw request and response I am seeing valid request and response for all the 609 requests. I think even though the report show 600 count for request step, the soapui is sending few extra requests. THANKS, PrashanthRe: [Resolved] Issue saving Load Test info to databaseHi, My scenario for load test is to send fixed unique request (2) per second for a total of 600 request, can that be achieved with Total Runs. I actually managed to get rid of "Missing Shared data source problem" message by checking "cancel running" under load test options but the records saved are still more than the number of records shown in the LoadUI report. Thanks, Prashanth