Systems | Development | Analytics | API | Testing

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

Decoding the Dynamics of Software Development Team Structure

In the realm of software development, success isn't merely about the lines of code; it's about the people behind them and how they collaborate. The structure of a software development team lays the foundation for efficient communication, effective problem-solving, and ultimately, the delivery of high-quality products. In this exploration, we delve into the intricate layers of software development team structures, uncovering the roles, methodologies, and strategies that drive innovation and productivity.

From Acquisition to Integration: How SmartBear is Elevating API Development with Stoplight

Back in August, SmartBear acquired Stoplight, a leader in API design and documentation. Since this acquisition, our focus has been on seamlessly integrating Stoplight's open-source tools—Spectral, Elements, and Prism—into SwaggerHub. Our goal is to simplify complex API development tasks and address the common challenges encountered in API development.

Are We in an AI Information Bubble?

Are we in an AI bubble? We can't stop talking about AI in tech. It's at every conference and in every startup pitch. But is the rest of the world as enamored as we are? In this conversation, we explore AI’s impact beyond the echo chamber of the tech industry. We look at attitudes toward AI in other spaces, from healthcare to finance, weighing the risks and benefits of its application. We also look to the future, questioning whether we’ve reached the limits of AI given compute power constraints.

Introducing Tricentis Copilot solutions

We are thrilled to announce Tricentis Copilot solutions, a collection of advanced generative AI capabilities available across our products that help customers boost their efficiency throughout the entire testing lifecycle. With Tricentis Copilot solutions, you can autogenerate manual tests from requirements, optimize your portfolio, autogenerate custom code, and get meaningful insights.

Displaying Google Dorking: Revealing Hidden Online Information | Security Testing | BugRaptors

Dive into the realm of Google Dorking, also known as Google Hacking, an advanced method leveraging specialized search queries to unveil concealed data, exposed databases, and potential security vulnerabilities across the web. Join us as we explore the responsible application of this technique for information retrieval and delve into the critical importance of safeguarding against potential risks lurking in the digital landscape.

Webinar: Explore together with the Xray Exploratory App 3

👥 Quality is a team effort. Great software needs testers, developers, and managers working together. But often, we feel like the lone champion of quality on our team.🔎 Join Petruta and José as they showcase the Xray Exploratory App 3 and how it brings the team together into a unified space for exploratory testing.

Explore the Power of Webdriver.IO | BugRaptors | Automation Testing Service

Join QA consultant Amritpal Singh in our Testing Mavericks series as he explores the power of Webdriver.io. Learn how this tool helps identify and fix bugs early, saving time and resources while ensuring a flawless user experience. Discover Amritpal's secrets to client satisfaction and loyalty through efficient testing techniques. Don't miss this episode packed with insights for testing enthusiasts!

The Rainforest Method: 5 essential QA testing best practices

Over a decade of helping startups improve quality, we’ve arrived at a set of QA testing best practices that work for teams shipping fast and frequently. They fit neatly into five organizing principles: Together, these principles represent The Rainforest Method. We’ve built our QA solution to make it easy for you to put this software testing method into practice and develop a quality product. A few notes: Contents Toggle.

Testing generative AI systems and red teaming: An introductory guide

The topic of testing AI and ensuring its responsibility, safety, and security has never been more urgent. Controversy and incidents of AI misuse have increased 26-fold since 2021, highlighting growing concerns. As users quickly find out, AI tools are not infallible; they can make mistakes, display overconfidence, and lack critical questioning. The reality of the market is that AI is prone to error. This is exactly why testing AI is crucial. But how do we test AI?

JMeter JMesPath Extractor

Extracting values from server responses is a common operation in scripting scenarios for performance testing. In most cases it is a mandatory step in order to reproduce realistic traffic using dynamic values generated on server side like sessionIds or Tokens. The most known way to extract values is using regular expression. While regular expressions are efficient for raw text-based responses, they are less efficient for structured responses like XML or JSON.