Systems | Development | Analytics | API | Testing

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

What are Ephemeral Environments?

Development teams and product managers have many variables that affect their daily processes, but perhaps the most impactful is the nature of their development environment. Having a proper development environment can fundamentally change the efficacy of an entire engineering team, unlocking incredible productivity and iterative development at scale.

A Complete Guide to Exploratory Testing

Traditional testing approaches can struggle to keep up with the dynamic nature of modern development cycles. While effective in certain contexts, these methods may miss some defects, which can lead to costly fixes, customer dissatisfaction, and damage to the product's reputation. The problem lies in the limitations of scripted testing, which might lack the flexibility required to identify novel defects.

9 Tips for Working With Legacy Code

What is legacy code? Legacy code is source code that already exists and needs to be used again. It's not necessarily lousy code, but it often needs some effort to integrate into newer systems. That means you need effective ways of overcoming legacy code's issues. What are your chances of working with legacy code? Given that most of the top 10 programming languages on the TIOBE popularity index have been around for at least 20 years, your chances are very high.

From Leading Followers to Leading Leaders in IT | Mike Lyles | #Testflix2024

In a world where it’s easy to get stuck in a daily grind, leadership can sometimes feel like a never-ending loop of putting out fires, dealing with team challenges, and hoping that each project lands smoothly. But what if there’s a way to shift from just "getting through" the day to genuinely transforming your approach? In this session, Mike Lyles explores the art of IT leadership from a fresh perspective, focusing on building meaningful connections, driving personal growth, and creating a positive ripple effect within your team and beyond.

Comprehensive Guide To Running Tests With Cypress

Cypress is a robust end-to-end testing framework built for web applications. It’s designed to make testing straightforward and reliable, allowing developers and QA engineers to test everything from simple interactions to complex user workflows. With Cypress, you can create tests that simulate user actions, verify front-end behaviors, and ensure UI functionality with minimal setup.

Achieving Escape Velocity: Thriving on Complexity to Drive Agility | DevOps & Data Impact 2024

Many businesses are struggling with the large mass of investments, complexity and technical debt of their IT estates. How can IT leaders create velocity and agility in this reality? In this executive panel, our session moderator, will lead a discussion with other IT leaders on how they’re employing modern practices, data and tools to embrace complexity and move faster without attempting impractical, failure-prone changes to the way they operate. You’ll learn proven practices for moving faster, just when your business needs it the most.

Platform Engineering: A Strategy for Productivity, Compliance & Security | DevOps & Data Impact 2024

Platform engineering has emerged as an essential discipline for empowering application development and DevOps teams to deliver better software faster, while seamlessly addressing security and compliance requirements. In this keynote, Sanjeev Sharma, SVP of Platform Engineering for Dell Technologies, will share how his business delivers a comprehensive, automated platform for its teams. He’ll give an update on their progress and achievements, while addressing the most challenging roadblocks they’ve faced along the way.

Honing a DevOps Edge | Perforce's Vision and Roadmap 2025

Never before have the promises and perils of enterprise innovation been so great. An entire class of innovation built on AI creates enormous potential for delighting customers, igniting productivity and launching new offerings. But these opportunities are coupled with evolving risks, while mature enterprises must manage a broad portfolio of systems and applications. How will your DevOps teams quickly capitalize on the promises while mitigating new risks and tending to a more complex technology landscape?

Understanding API Authorization with Katalon Studio

Authorization is essential in APIs to ensure secure access to data and services. It validates that the client making a request has the correct permissions to access or manipulate data, providing an added layer of security in web services. Whether you’re managing user credentials, making requests to a cloud service, or handling sensitive data like payments, proper authorization ensures that only verified entities can access the API.