Testing SyndicateTesting Syndicate
  • Home
  • Portfolio

Performance Testing

15Sep, 2018

Why Connection Pool between your Microservices?

By jackJavaPerformance Testing
In a microservices architecture, the number of server to server connections increases dramatically compared to alternative setups. Interactions which would traditionally have been an in-memory process in one application now often rely on remote calls to other REST based services over HTTP, meaning it is more important than ever to ensure these remote calls are […]
20Aug, 2016

JMeter 2 Way SSL (Client Certificate Authentication)

By jackApache JMeterFixesPerformance Testing
The Problem Client Certificate Authentication is a method of authenticating with the target server using certificates. If you are using 2 way SSL on your target server you may see errors such as the following if you do not have JMeter configured to use client certificates. javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure The Fix

Recent Posts

  • Why Connection Pool between your Microservices?
  • JMeter 2 Way SSL (Client Certificate Authentication)
  • Managing Dependencies in a Ruby based automated test suite
  • BDD is more than writing “Given When Thens”
  • Test Coverage Metrics can be Misleading

Categories

  • Amazon API Gateway
  • Apache JMeter
  • Behavior Driven Development
  • Fixes
  • Java
  • Performance Testing
  • Ruby
  • Test Automation
  • Test Coverage

Archives

  • September 2018
  • August 2016
  • July 2016
  • June 2016

Recent Comments

    Copyright © 2025 Testing Syndicate