Systems | Development | Analytics | API | Testing

Testing

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

TM4J Is Now Zephyr Scale

When SmartBear added TM4J to our product portfolio earlier this spring, it brought us one more step towards our mission: help teams achieve quality throughout the entire software development lifecycle (SDLC), no matter where they’re starting from. The addition rounded out our test management portfolio, offering a solution to those customers who seek a SaaS test management solution within Jira. So why the name change?

Record JMeter Tests Chrome Extension

If you need to run a JMeter Load Test and it’s a burden to download Apache JMeter locally on your machine, open it and manually create your JMeter test file, now there is a much easier way to record browser interactions with JMeter. The LoadFocus | JMeter Load Testing in the Cloud Chrome Extension for recording JMeter test script files (.JMX files) from LoadFocus is a free tool to easily record and run load tests in the cloud.

What your test management platform is missing (plus how to fix it)

Your test management platform allows you to create test cases and assign them to testers. It makes it easy to analyze your results. But it doesn’t help you manage all of your testing resources in one place, and that’s a huge problem. In today’s world of online, remote work and the rise of the gig economy, distributed testing is not only widespread—but it also provides countless benefits to product and engineering teams (including faster releases).

The benefits of collective testing

Unless someone at your organization has built internal QA software, your in-house testers and your external testing resources are not testing under the same platform. We know, because no collective testing software exists, until now that is. We’ve enabled groundbreaking collective testing capabilities under our test management platform to keep your testing under one roof. But what does this really mean? And why should you—as a QA manager, dev team leader, or DevOps manager—care?

Performance Regression Testing

Regression Testing, as all Quality Assurance professionals know, is ensuring that previously developed and tested software continues to operate after a change. Performance Regression being a subset of regression testing as a discipline is therefore ensuring that previously developed and tested continues to meet its performance criteria after a change.

Rainforest Automation - Testing a Google Drive upload

Testing Google Drive file upload using Rainforest Automation, which is a no code testing platform for automated and manual QA testing. This is an interesting example because it requires access to and interaction with the filesystem, as well as several complex interactions including drag and drop. This kind of automated test is impossible with traditional test automation.

Performance testing gRPC services

v0.29.0 contained a lot of interesting features. Have a look at the release notes for details! gRPC is a light-weight open-source RPC framework. It was originally developed by Google, with 1.0 being released in August 2016. Since then, it's gained a lot of attention as well as a wide adoption. In comparison to JSON, which is transmitted as human-readable text, gRPC is binary, making it both faster to transmit and more compact.