Systems | Development | Analytics | API | Testing

Testing

How to Optimize Mobile App Testing | #MobileTesting Strategies | Srinivasan Sekar | #softwaretesting

In this video, Srinivasan Sekar delves into the world of mobile app testing. He shares effective techniques to optimize your testing process, ensuring robust and high-quality mobile applications. He covers strategies to enhance efficiency and productivity in mobile app testing and the latest and most impactful tools that can help streamline the mobile app testing process. Whether you're a seasoned tester or just starting out, this video offers valuable insights to help you streamline your mobile app testing efforts and deliver exceptional user experiences.

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?

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.