Systems | Development | Analytics | API | Testing

Testing

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

Accessibility Testing: Where do we start?

My first attempt to understand accessibility and how to test it started back in 2016. I was working for a company where accessibility was already an important part of the process. I was asked to perform accessibility testing on the product to determine whether we could claim to be accessible. Since it was a new subject for me, I was quite confused. Where should I start? Should I be certified to provide a proper assessment? Do I need to request assessments from third-party companies?

Exploratory testing for non-functional requirements: Beginner's guide

In the past, testing for non-functional requirements (NFR) was often neglected, done to the extent possible at the end of the life cycle. For modern development teams, that is no longer an option - to deliver high-quality applications, they have to implement a comprehensive testing strategy with proper allocation of resources to both functional and non-functional components.

AI in Software Testing: Transforming the Way We Deliver Quality Software

The software testing landscape, while crucial for ensuring application quality, has grappled with limitations in traditional methods for decades. This article explores how Artificial Intelligence (AI) is emerging as a game-changer, addressing these challenges and augmenting the capabilities of testers. By combining advanced machine learning, deep learning, natural language processing, and other techniques, AI offers a powerful toolkit to propel software testing into a new era.

Unlocking Efficiency and Innovation Navigating JIRA Cloud Migration for Enhanced Project Management

In today’s dynamic business world, seamless transitions between application life cycle management systems (ALM) are crucial for organizations striving to optimize workflows and enhance productivity. JIRA, a robust and versatile project management tool, often becomes the best choice for teams seeking efficient task management, issue tracking, and collaboration capabilities.

Understanding eBPF in Sevice Mesh with Ahmed

Why have we not created a service mesh in the kernel before? Some people have been semi-jokingly stating that kube-proxy is the original service mesh. However, it is not enough. So what's next? Since eBPF code can be inserted at runtime into an existing Linux kernel similar to a Linux kernel module, but unlike a kernel module, it can be done in a secure and portable manner. This allows for eBPF implementation to continue to evolve with the service mesh community.