Systems | Development | Analytics | API | Testing

%term

Transformative Change: How AI is Impacting the Manufacturing Industry

We know it feels like all anyone talks about these days is artificial intelligence. Since the launch of ChatGPT in 2022, the professional world has been abuzz with reactions to this game-changing technology. It’s everywhere – and for good reason. Artificial intelligence (AI) and machine learning (ML) tools have been around for a while, but ChatGPT brought AI into the mainstream in ways that hadn’t been seen before.

The Intersection of Crypto and Global Testing

Ever wondered what it's like to have a virtual robot in your toolkit, a trojan horse in your test scripts, or a lil' rockstar named Selenium? Welcome to the world of test automation, as unfolded by none other than Jason Huggins. In this part 2 episode of our interview with Jason, we continue to dive into the world of testing. You’ll learn how Java and Python enthusiasts have propelled Selenium to global fame with impressive stats and precision, and Jason also sheds light on the power of community. Tune in to hear how collaboration turned dreams into reality through his experiences with Selenium and Sauce Labs.

Revolutionizing fan engagement with realtime technology

Ably CEO, Matthew O'Riordan, recently joined sports and media veteran, Carlo De Marchis, on his podcast ("A Guy with a Scarf") to discuss the dynamic world of realtime fan engagement in sports and entertainment. In the interview, Matt and Carlo cover the evolution of realtime applications and how the changing expectations of fans, particularly younger generations, are shaping the future of fan engagement. Watch the full interview, including Matt’s predictions for the future of this space.

Whats new in Tricentis Tosca 2024.1: Faster upgrades, cloud capability evolution, and automation enhancements across your app portfolio

We are excited to share the latest release of Tricentis Tosca, which not only delivers the powerful new capabilities and enhancements our users have come to expect, but also continues to build on the evolution of Tosca’s cloud features!

Benefits of Observability in QA | Leandro Melendez | #softwaretesting #qualityassurance

In this insightful video, Leandro Melendez dives deep into the world of "Observability" and its powerful impact on Quality Assurance (QA). While observability is often associated with metrics like CPU usage and infrastructure monitoring, Leandro reveals how its benefits extend far beyond that, offering solutions to everyday challenges in QA.

Helix Core Cloud: All the Updates and New Features to Know

In this webinar, Brent Schiestl, Senior Director of Product Management at Perforce Software, will walk you through new Helix Core Cloud features and updates, including:∙ How Helix Core Cloud works – including which configurations are handled by Perforce.∙ Much-anticipated updates, like multi-region support and expanded storage (up to 32TiB).∙ A preview of what’s up next on the Helix Core Cloud roadmap.∙ How to subscribe, add and remove seats, and start versioning in the tool today.

Strategic Regression Testing in Software Development for Reliable Software

Imagine that your application is working as if it has no issues at all. This makes customers happy, and you are ready to launch a new feature in the next update. But with the arrival of a new update and new code, everything breaks! It does not only mean that a new feature does not work as intended but also that all functions cease to function correctly. Your team quickly looks for the errors and corrects them, often resulting in increased time, extra costs, and a drop in your company’s credibility.

Top Linux Commands: 11 You Need to Know

If you’re a software developer, you can’t avoid Linux. Created by Linus Torvalds, Linux is the preferred OS for most servers and the environment in which many popular development tools run best. While you don’t need to know everything about Linux, learning the top Linux commands is a valuable investment of your time. With this post, you’ll have a handy guide to the Linux commands most often used.

Isolating Bottlenecks: How to Determine If Your Slowdown Is Due to the Database or API

Every slowdown in your application can be traced to specific components like a database or an API, and quickly identifying the source aids the troubleshooting process. But when an API is underperforming, it may be difficult to tell whether the issue is with the API logic itself or an external service like a database that it interacts with before sending responses.