Systems | Development | Analytics | API | Testing

The latest News and Information on Software Testing and related technologies.

Push to production pipelines and JMeter

This post does not look at a particular aspect of JMeter nor does it give a detailed overview of how to use a particular tool that will compliment your performance testing with JMeter. What it is about is the principles of push to production pipelines and performance testing and while I have stated that this post is not specifically about JMeter in my experience JMeter is one of the best performance testing tools for this type of pipeline integration.

Performance Testing Web Sockets with JMeter

In this post we are going to look at WebSockets, specifically how JMeter can be used to test them. Web Sockets are not supported natively by JMeter but there are a couple of Plugins that you can use that work very nicely. One of them is called JMeter WebSocket Sampler by Maciej Zaleski and information on the library can be found here. The second and the one we will use for our post is also called JMeter WebSocket Sampler and is by Peter Doornbosch, more information on this Plugin can be found here.

A beginner's guide to test automation with Javascript (Nightwatch.js). Part 4.

Congratulations on getting to part 4 of the “A beginner’s guide to test automation with Javascript (Nighwatch.js)” blog series! This part will help you to improve your test script (and make it cooler). We’ll explain different style suggestions and the overall script structure that we follow in Loadero to bring your script to a new level.

Selenium is a Terrific Automation Framework, but it's Not a Strategy

Here at Sauce Labs, we love Selenium. It was created by our co-founder Jason Huggins, so it will always have a soft spot in our hearts. But the truth is, if we are being technical, Selenium is more of a robotic browser control mechanism than a true test automation framework. While Selenium can definitely be part of your test automation strategy, the use of it in itself would not qualify as a proper testing strategy.

Modern Software Needs Modern Testing: The Test Toolchain, AI, and Risk-Based Thinking

Web and mobile apps are now organizations’ primary connection with their customers. Staying relevant and winning market share requires that firms can make constant changes to these apps. However, can organizations deploy many more small changes - often many per day - with confidence and with managed risk? We'll take a closer look at how a modern testing toolchain combines both production safety nets - from canaries, to feature flags, to error reporting - with pre-production intent validation tools for both developers and quality assurance/quality engineering. We can see how it is possible to measure and predict and limit the risk of a change by using AI.

How to Test and Delivery Secure Mobile Apps in the New Era of Finance

Today, over 90% of global internet users access the internet via a mobile device. This trend continues in the financial services industry - in a recent survey by Business Insider, nearly 80% of respondents say mobile is the primary way they access their bank account. To attract and retain customers, it’s therefore necessary for financial services organizations to deliver reliable, secure, and easy to use mobile apps.

Test Automation Code Quality

Automation Code Quality is critical to successful test automation - and it’s often put at risk before the first piece of code is even written. In this session, Chris Wallander discusses what makes good test automation and how to write test cases with automation ROI in mind. He then shares several code design principles, complete with code examples, to help you get the most value out of your automated testing.