Systems | Development | Analytics | API | Testing

Testing

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

How to Cross-Browser Test with the Best of the Best

With thousands of different web browsers, operating systems, and device combinations available, it’s impossible for software companies to control their users’ environments. All of these choices put the control in the hands of the user: if your web application or website is glitchy or looks bad on the browser they use, then you’ve probably lost that user as a customer.

Testsigma raises $4.6M from Accel and STRIVE to simplify test automation

I’m happy to announce our financing of $4.6M led by Accel and STRIVE, with participation from BoldCap and a host of well known entrepreneurs and operators 🎉 These include Shanmugam Krishnasamy, co-founder and CTO of Freshworks; Kiran Darisi, co-founder and VP of engineering at Freshworks; Parsuram Vijayasankar, co-founder and principal engineer at Freshworks; Vetri Vellore, CEO of Ally.io; Nitesh Banta, CEO at B12; Ioann Fainsilber, Co-Founder at Pintek, among others.

How Xray helped a bank migrate 58,000 tests from HP ALM with a successful digital transformation

Our customer is a Central European Bank that is a leader in innovation. Last year alone, they became the best digital bank among 300 registered banks from around the world. To this very day, they have received 130 awards from 30 authorities. In the past, this Bank was the first in the country to offer products and services like credit cards and internet banking, which are taken for granted today.

Parameter Binding: Native API/Native Code vs SourcePro DB

In the previous article, we walked through an example of how to query and retrieve data from a MySQL database using the native MySQL C API and then compared that to the clean simplicity of using the SourcePro DB API. In this article, we are going to take that a step further and look at input parameter binding. Building off the system we discussed previously that manages the accounts for a credit card system, we are now going to implement a simple application that can add transactions to an account.

Breaking down the test automation pyramid

When it comes to introducing and scaling automated testing, QA teams can get quickly overwhelmed trying to figure out what processes to automate first, which tests stand to gain the most ROI, and how automation can work with manual testing strategies. Teams often look to general frameworks, like the test automation pyramid, to dive into building their automated testing strategy.

What is Artifact Review?

Quality software starts with code review, but quality doesn’t begin and end with code. Documents and artifacts need proper attention to make sure nothing slips through the cracks. To ensure quality software, it's essential to review the software artifacts left behind from the code review process. If code review is the unglamorous task of eating your vegetables, artifact review might as well be getting your 10,000 steps in. Both can be downright boring, but they're good for you.

Maintaining End-to-End Testing using Cypress with TestQuality

When you're in the early stages of launching a startup, rapid iteration and determining product-market fit should be your top priorities. Unless you know exactly what you need to build, you should write code quickly only to discard it later. Working on test automation doesn't really fit in at this early stage. However, as you develop your product and gain customers, you will need to expand your testing infrastructure or risk losing customers and acceleration.

Load test WordPress + nginx on Kubernetes

Why this combination you ask? Load testing is my passion, and I am partial to Kubernetes. I challenged myself to share a use case that many could relate to, focused on a business critical application. Websites came to mind and WordPress is the world’s most popular website management system. Of course, nginx is the most popular web server so let’s throw that into the mix. And Kubernetes? With more than 50% of corporations adopting Kubernetes in 2021, what better system to run in.