Systems | Development | Analytics | API | Testing

Latest News

Why should you choose a Test Management tool that integrates natively with Jira?

With the ever-increasing pressure to release faster and better due to the growing user expectations about quality, reliability, and zero tolerance for defects, effective test management in the development of applications has never been so critical. Xray is a Jira-native application designed to streamline test management processes within your project management tool.

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.

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?

Write Clean And Efficient Table Driven Unit Tests In Go

Table driven tests, also known as parameterized tests, have became very popular over the past few years, due to their ability to eliminate repetition. Table driven tests make it quite a bit easier to re-use the same values for different sets of tests by just moving the table outside of the scope of the test function. Different tests may benefit from the same input, and each test may have completely different configration, concurrency etc…

Top 5 BrowserStack Alternatives in 2024

BrowserStack is a popular web and mobile testing platform. While the cross-browser testing tool has been the go-to for Quality Assurance (QA) teams and product managers since 2011, many are now turning to other solutions to simplify and automate their testing processes. But how do you pick the right BrowserStack alternative testing tool? Do you rely on user reviews, popularity, or the most budget-friendly option?

Maximizing Software Quality Through Comprehensive Test Coverage Techniques

In a world where digital innovation propels us forward, the stakes for software development have never been higher. Quality and reliability are the twin pillars upon which the reputation and success of software are built. Yet, as the complexity of software systems escalates and development cycles accelerate, ensuring software quality through meticulous testing has become quite a challenge.

Unleashing the Power of Digital Assurance in the Age of AI and Gen AI: Charting the Way Forward

In the pursuit of excellence, Quality Assurance (QA) has embarked on a profound journey of automation. Beginning with manual testing as its foundation, QA has progressed steadily through functional automation and smart automation, culminating in its embrace of Intelligent automation and Codeless automation. This evolution mirrors our transition from traditional waterfall models to agile methodologies.

Automotive Industry Trends 2024: What Software Developers Need to Know

The automotive industry has been undergoing significant changes as it works to adapt to growing market demands and challenges associated with electric, autonomous, and hybrid vehicles. Here, we take a look at some notable automotive trends 2024 that were highlighted in our report, 2024 State of Automotive Software Development. Read along or jump ahead to the section that interests you the most.

How to Maintain App Quality at Scale

In February 2024, approximately 89,000 mobile apps were released via the Apple App and Google Play stores—37,000 and 52,000, respectively. That’s about 3,100 mobile apps per day, and that’s not even counting the apps released via other platforms. App consumers know they have options, and if your app isn’t cutting it for them, they can simply delete it and find a better one—which means you can’t afford to scrimp on app quality assurance.

How to Write a Bug Report That Your Engineers Will Love

Finding a bug is one thing, but documenting it is just as important, if not more so. That’s why we want to share how to write the ideal bug report. We’ll also share a list of the seven items in the Testlio bug report template. Bug reporting demonstrates a development issue and gives your developers a place to start fixing it.