Systems | Development | Analytics | API | Testing

%term

What is Istio Service Mesh?

As a developer working with microservices architectures, you may find yourself facing numerous challenges. Managing multiple services, each with its own potential points of failure, can be complex. Issues such as communication difficulties, security concerns, and lack of visibility are common in these environments. These challenges are not unique. As microservices architectures expand, they often introduce complexities that can be demanding for development teams to handle.

The Load on Developers Is Increasing

Pushing your code to production without testing? You might want to think twice. In this episode, Bobby Dorlus, founder and CEO of #TheTechHustle, shares the importance of test automation, site reliability engineering, and his advocacy of diversity within the industry. Tune in as Jason and Bobby analyze the stats and real-life debacles that happen when testing gets skipped, as well as those who should be responsible for testing. Spoiler alert—it’s not just the developers.

How Generative AI is Transforming Application Modernization

Per the trends suggested by Red Hat, modernization is among the topmost funding priorities (45%) for global businesses - all thanks to the promises of better digital experience, cloud-native, and quicker time to market. Generative AI can fulfill these promises by automating legacy system updates, enhancing user interfaces, facilitating cloud migration, and expediting software delivery.

Continuous Integration for WordPress: Best Practices for Testing and Deployment

While continuous integration is a common practice for most software development teams, the stateful nature of WordPress makes it more challenging to set up. For our open source WordPress plugin, we wanted to integrate our standard build and test process for every pull request using CircleCI. CircleCI is a cloud-based CI/CD platform that streamlines the development process for creating, testing, and deploying code changes.

How Do You Test a SOAP and REST Service?

REST and SOAP are two critical web services technologies that revolutionize how businesses use APIs. Since APIs are so common, it's important to test them regularly to find vulnerabilities or potential operating problems within the web service. To test a SOAP or REST service, you can use tools like SoapUI or Postman to send requests to the service endpoint, validate responses, and verify that the service behaves as expected under various conditions.

S1.E12: From Agile to Holistic Testing | QA Therapy Podcast

Testing has undergone a significant evolution, encompassing a broader range of quality attributes and adopting a more holistic perspective. But what exactly does this entail? We're thrilled to welcome our special guest, Janet Gregory, a renowned conference speaker and prolific author in the topic of agile testing. Collaborate seamlessly throughout the testing process with Xray - from planning and execution to debriefing and reporting - using the tools you're already familiar with, all within Jira.

Deploy and Manage Cloud Apps from VS Code with the Choreo Extension

The Choreo extension for Visual Studio Code (VS Code) enables developers to manage cloud applications without leaving VS Code. This seamless integration enhances the overall development workflow, offering everything from component creation to monitoring. With the release of version 2.0, the Choreo extension is now better aligned with typical development workflows and offers an experience that's more familiar to users of the Choreo console.

Generate API Tests With AI in Katalon Studio: A Detailed Guide

Introduction Automation is the key to efficiency and accuracy in today's fast-paced development cycles. The API test case generator (beta) in Katalon Studio is an AI-powered feature that streamlines the creation of test cases from OpenAPI/Swagger specifications. By automating this process, the generator significantly reduces the time and effort required for manual test case creation, paving the way for faster and more efficient API testing.