Testing SyndicateTesting Syndicate
  • Home
  • Portfolio

Monthly Archives: July 2016

Managing Dependencies in a Ruby based automated test suite

By jackJuly 18th, 2016RubyTest Automation
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 […]

BDD is more than writing “Given When Thens”

By jackJuly 16th, 2016Behavior Driven DevelopmentTest Automation
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 […]

Multi-platform, extensible UI automation framework

By rooZzzJuly 16th, 2016
https://github.com/rooZzz/multiplatform-calabash Shared, multi-platform scenarios for the Calabash/Cucumber framework are now a thing. The README should be sufficient to get your started! Impetus Frequently, companies develop native mobile applications for both iOS and Android alongside one another. Usually, parity of behaviour between apps is an important requirement. If I switch platforms I don’t want to find […]

Test Coverage Metrics can be Misleading

By rooZzzJuly 9th, 2016Test AutomationTest Coverage
Test Coverage metrics are useful for determining parts of your codebase that are not unit tested. They are also dangerous if used in the wrong way. I have heard people say 100% test coverage is a necessity. 100% test coverage does not guarantee that all code functionality is tested.

Amazon API Gateway Testing through JMeter Fix

By rooZzzJuly 9th, 2016Amazon API GatewayApache JMeterFixes
When calling the Amazon API Gateway, the client needs to support Server Name Indication. Here’s how to get it working through Apache JMeter. I am using JMeter version 2.13.

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