Systems | Development | Analytics | API | Testing

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

03 - Create a Cycle with TestQuality | Test Management Tool for Jira & GitHub

TestQuality helps you build better software with fully integrated and easy to use Test Management for high-performance teams. The fastest way to build, run, and manage test cases, plans, runs, and cycles. Easily understand the quality and performance of your tests and with powerful test analytics.

Extending Your Selenium Grid With Sauce

Keep your existing Grid, and automatically send overflow/different tests (e.g. Safari) to Sauce Labs! In this continuation, Allen Loew, a Principal Quality Engineer and Sauce Labs advocate, explains how saucectl has transformed his team's test efficiency. Keep your existing Grid, and automatically send overflow/different tests (e.g. Safari) to Sauce Labs! If you’re using Selenium to automate your application’s UI tests, at some point, you’ll need to scale your testing.

How to Enhance Jira with Native Test Management

Test management is essential to software development, ensuring applications meet quality standards. Effective test management requires a systemic approach to creating, executing, and tracking test cases. The hard part is usually incorporating test management into your existing development workflows. Many Agile organizations use Jira to manage projects, track issues, and communicate between teams.

TestProject end of life

TestProject, the community-based test automation platform, has announced that it will be reaching its end of life (EOL) on March 31, 2022. While this may come as a surprise to many users who have come to rely on TestProject, the decision of discontinuing the platform was made after careful evaluation by the TestProject team. In this blog post, we will discuss what TestProject end of life means for your QA teams and how you can prepare for the future.

How to Prevent Authorized Push Payment Fraud with Mobile App Testing

This recent article from Finextra regarding the UK payments watchdog consulting on new authorized push payment (APP) fraud reporting rules has me thinking. How can we prevent fraud and protect consumers – and ourselves from scams? APP fraud happens when fraudsters deceive consumers or individuals into sending a payment under false pretenses to a bank account controlled by the fraudster. Real-time payment schemes are irrevocable, so victims cannot reverse a payment once sent.

Webinar : Codeless Test Automation | Paul & Harsha | BugRaptors

We believe that knowledge is powerful and when we come together to share it, even more amazing things happen. That's why BugRaptors was so excited to bring together experts Paul Grossman and Harsha Kapila to lead an insightful webinar on codeless test automation. We had great energy, interactive discussion, and tons of knowledge sharing. Paul’s passion and expertise on NLP, AI, and their potential in codeless test automation is truly remarkable.

Do Free Static Analysis Tools Actually Work?

There are many options to choose from when evaluating static analysis software: paid versions, free or community versions, and open-source software that anyone can view, use, and modify. Free tools may sound like a bargain as you are exploring your options, but do free static analysis tools actually work for your programming needs? Here, we discuss the benefits and limitations of free static analysis tools. Read along or jump ahead to the section that interests you the most.

How to Create a Kubernetes Preview Environment

A Kubernetes preview environment is an isolated environment that allows developers to test their code at any time without worrying about how others may be affected. While implementations and use cases may vary, simulating a production environment as closely as possible is the main goal. Imagine you’re part of a team developing a complex API, and you’ve been tasked with adding a new endpoint that relies on features within the codebase currently being optimized by one of your team members.