Testing SyndicateTesting Syndicate
  • Home
  • Portfolio

jack

Software Development Engineer

Entries by this author

15Sep, 2018

Why Connection Pool between your Microservices?

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 […]
09Nov, 2017

Stubby4j Maven Plugin

stubby-maven-plugin Maven plugin to start and stop stubby4j as part of the maven build lifecycle This can be useful when you are spinning up an application for integration testing and it needs to connect to another HTTP service. Combine with a port finder plugin for concurrent usage on build servers You can find configuration info […]
20Aug, 2016

JMeter 2 Way SSL (Client Certificate Authentication)

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
18Jul, 2016

Managing Dependencies in a Ruby based automated test suite

The Problem You may be just starting out with test automation, or you may have been a single engineer responsible for building, maintaining and running the suite. Suddenly there is a new QA in the team or other team members want to run the test to ensure they aren’t breaking anything. Immediately they are in […]
16Jul, 2016

BDD is more than writing “Given When Thens”

What is BDD? I often hear of teams saying they practice ‘BDD’ and prove it to me by waving Given When Thens in my face, let’s check the definition of what BDD actually is: Behavior Driven Development is a process designed to aid the management and the delivery of software development projects by improving communication […]

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