Systems | Development | Analytics | API | Testing

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

Networking, Mentorship and the Value of Conferences

Hello to the Testhouse family! This is what I hope will be the first in a series of blog posts aimed at sharing insights into things I have learned or experienced in my career in testing to date. If you find anything that sparks your interest, or have follow up questions, then please do let me know. This first blog is about mentorship, conferences, and the value of networking; I hope you find taking a few minutes to read this will be time well spent!

Selenium Vs Cypress.io : A Comparison Analysis

QA teams and developers have started shifting focus to an open-source test automation tool and framework. Open-source test automation frameworks incorporate the most effective software testing techniques, tools, assumptions, and libraries that may be utilized by many teams. Aside from Selenium test automation framework, another prominent automation testing tool is Cypress.io.

Every Experience Matters: What is the Real Cost of Bad Software?

In the past two weeks, this series has taken a look at how often consumers encounter errors while browsing online and some of the behaviors a user will display when discovering a bug. If you’re new to the party, I’ll encapsulate it here by saying mobile apps are rife with coding issues and the vast majority of consumers have little to no tolerance for low-performing software. What we haven’t discussed yet is the ripple effect of one user encountering a problem.

Katalon Studio 8.3 Is Here!

Hello Katalians! Katalon Studio team here with some great news: Our latest release of Katalon Studio (8.3.0) is now available, and it is one of our best releases yet. This release introduces changes to the licensing model and focuses on an enhanced user experience, security compliance, reporting and insights, integration with Katalon TestCloud, and much more. As you can see the list is vast, so without further ado let’s dive right into the details.

Selenium Disadvantages: Why QA Teams Are Going Codeless

Selenium is the oldest and most well-recognized automated testing tool for web apps, so a lot of software teams try it out when they first experiment with automated testing. But most teams quickly run into three Selenium disadvantages: Because of these challenges, many software companies that use Selenium find testing to be a huge drain on time, effort, and resources. That’s why we designed Rainforest QA—to solve the limitations of Selenium and make QA easy to scale and maintain.

Test Management Case for Github : Retain Test Runs or Save Permanently Feature for Tests & Cycles

In this video we have a close look to the Save Permanently feature. It saves the Test Run Results from being deleted if you have the automatic delete feature enabled. This TestQuality App feature is part of your Site Maintenance if you wish to remove your Test Run data and this can be automated with the settings in the Cycle to remove all runs and it is called "Retain Runs" (how many runs you wish to retain for that particular cycle with "0" meaning "Disable").

Software Testing Metrics

Ever wondered, how do you measure testing productivity or testing effectiveness? When to say testing is complete? In all such questions, QA metrics come to the rescue. QA metrics allow test leads or managers to take decisions on various situations encountered in the project life cycle. Tricky part is that QA metrics make sense only in the given context. For example, for one project 95% pass percentage is good to go live but for a safety-critical application anything less than 100% is life-threatening.
Sponsored Post

Kubernetes Load Test Tutorial

In this blog post we use podtato-head to demonstrate how to load test kubernetes microservices and how Speedscale can help understand the relationships between them. No, that's not a typo, podtato-head is an example microservices app from the CNCF Technical Advisory Group for Application Delivery, along with instructions on how to deploy it in numerous different ways. There are more than 10 delivery examples, you will surely learn something by going through the project. We liked it so much we forked the repo to contribute our improvements.