Systems | Development | Analytics | API | Testing

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

Transforming Code Review into a Learning Tool for QA Teams | Mesut Durukal | #Testflix2024

In this session, Mesut Durukal takes us into the world of code reviews, not just as a formality but as a critical part of the test automation lifecycle. He dives into a real-world scenario from his own team, where the code review process was marred by inconsistencies. Some reviewers were too strict, creating roadblocks that delayed tasks, while others let everything slide. This talk reveals how Mesut and his team tackled these issues, balancing rigor with flexibility to create a code review culture that enhances quality without stifling progress.

Ultimate Guide on Starting Your Open Source Journey | Puja Jagani | #Testflix2024

Open source can seem like a daunting world to step into. Maybe you've heard it’s important, especially as more companies look for profiles with open source contributions. But where do you even begin? Starting on a random project feels overwhelming, and finding time is another challenge altogether. If you’ve ever felt like this, then this session is exactly what you need. Drawing from personal experience as a contributor to Selenium, this talk breaks down what it truly means to join the open-source community.

Gherkin, BDD, and Cucumber: A Practical Guide to Behavior-Driven Development

In the evolving landscape of software testing, Behavior-Driven Development (BDD) has emerged as a powerful methodology for improving collaboration between technical and non-technical team members. However, the implementation of BDD tools like Gherkin and Cucumber often falls short of their intended purpose. Let's explore how to effectively use these tools and avoid common pitfalls.

Reduce Technical Debt Fast with Automated Web Testing

When it comes to developing and building websites and web applications, a certain amount of technical debt is expected. In fact, some even argue that it can be a good thing if used strategically. Still, it’s important to stay on top of tech debt before it can overwhelm your business and cause problems that have long-term consequences. Too much technical debt can throw a wrench in business operations and slow down development, stealing hours of valuable time from your dev team.

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.