Systems | Development | Analytics | API | Testing

Testing

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

Sauce Labs Community Office Hours - Parallel Execution 101

Office Hours: Parallel Test Execution 101 Is your test suite taking too long to run? Discover how parallel test execution can dramatically speed up your automation cycles in this pre-recorded session from our Sauce Labs Community Office Hours. Join Titus Fortner, Developer Advocate, as he walks you through the ins and outs of running tests in parallel and optimizing your CI/CD pipeline for efficiency.

What's new in Tricentis Vera 2024.2: Streamlined traceability and automated documentation generation

We are thrilled to announce the release of Vera 2024.2 In this new version, we are introducing significant enhancements such as traceability, streamlined importing of release and linked records, and automated documentation generation. These updates improve regulatory compliance, boost user productivity, and provide comprehensive visibility into your project’s lifecycle.

When To Use Katalon TestCloud, Katalon Runtime Engine, Or Both For Optimal Test Automation

Understanding when to leverage Katalon TestCloud and Katalon Runtime Engine (KRE) is essential to optimize your test automation strategy. Each tool serves a distinct purpose, from enabling scalable cloud-based test execution to ensuring robust performance in various environments. This guide will help you navigate their unique capabilities, empowering you to make informed decisions that maximize efficiency and effectiveness in your test automation.

Tackling 5 Key AI Challenges in Travel & Hospitality for Seamless Experiences

According to IndustryARC, the AI market in the travel and hospitality sector is projected to surpass $1.2 billion by 2026, with an anticipated CAGR of over 9.7% from 2021 to 2026. Artificial intelligence is reshaping the travel experience, guiding every step from the initial spark of wanderlust to when travelers return home. A new wave of AI-powered chatbots simplifies the booking process by managing tasks like flight searches, hotel reservations, payments, and even baggage tracking.

AI in Exploratory Testing: From hype to practice

The future of Software Testing is here, and it's powered by AI! Are you ready to integrate AI into your exploratory testing? In this webinar, we dive into how AI can fill the gaps in your exploratory testing process. Learn about the challenges and opportunities AI presents, and how you can leverage it to stay ahead of the curve. What you'll discover: Don’t miss out - transform the AI buzz into breakthrough performance for your testing!

Navigating the European Accessibility Act and Compliance with Linux Foundation's AmyJune Hineline

What does accessibility mean for your business, and how can you prepare for the upcoming changes? In this episode, Jason Baum and Marcus Merrell are joined by AmyJune Hineline from the Linux Foundation to discuss the upcoming European Accessibility Act and how it will shape the future of digital products. With the deadline approaching in 2025, they cover what steps companies should take to ensure their platforms are accessible to everyone.

Service virtualization 2.0 with Tricentis API Simulation

Service virtualization, which gained prominence in 2012, has significantly transformed the way software testing and development are approached. Originally designed to address limited access to dependent systems during development, service virtualization has evolved into a critical technology for enabling efficient and continuous testing. This blog explores its origins, key advancements over the past decade, ongoing challenges, and how API simulation is shaping the future of testing.

Golang Wrapper: Dependency Wrapping, in Go

All but the simplest applications borrow code. You could write everything yourself from just core language features but who has time for that? Instead you take on dependencies, pieces of code written by others that usually give us 80% or more of what we need with 20% of the effort. Sometimes these dependencies are made to interact with a specific technology like a database, or perhaps it’s just a library providing some feature that would be onerous to write yourself.

Test Environment: Best Practices When Setting Up

You’ve written all of your test cases! Congrats, you’re on the right track to success. Now you need to execute them, and test execution needs to take place in a test environment. Those environments can be the make-or-break of your test result. In this article, we’ll explore the concept of a test environment in-depth and how you can best set it up.