Systems | Development | Analytics | API | Testing

Latest Blogs

10 Mobile App Testing Trends for 2023

See upcoming trends to plan your mobile app testing strategy for 2023 The end of the year is an ideal time to not only look back at what you’ve accomplished but to plan goals for the upcoming year. Mobile app development teams can look into the latest trends in technology, user behavior, and the broader market, and think about how to incorporate them into your mobile app testing and development plan.

Flexible Policy Match in Kuma 2.0

Kuma is configurable through policies. These enable users to configure their service mesh with retries, timeouts, observability, and more. Policies contain three main pieces of information: Kuma 2.0 introduces a new matching API that’s more understandable and powerful. In this article, we explain why we’re doing this, how to use the new policy matching API, and what’s coming next.

Think twice before hiring QA for your startup

It happens at almost every early-stage startup: a major bug escapes into prod (or into an investor demo). For teams without meaningful quality controls in place, the common reactions are dismay, embarrassment, and the instinct to "hire someone who can own quality." In these cases, “quality” generally means a lack of bugs. While the logic seems sound – there’s a quality issue, so we should hire an expert to handle quality – this instinct is ultimately misguided.

Seven Benefits of Investing in Cross-Functional Data Projects

Nowadays most people in organizations understand how visibility into data adds overall value and there is a general dedication to be and remain data driven and increase overall data literacy. At the same time, sometimes there are limitations to how much organizations want to invest or augment their investment in data projects. It's important to make sure that companies have support across departments to budget appropriately for their data needs.

End-To-End Testing: Mistakes to Avoid

As we explained in a previous post, where we explained What End-2-End Testing is, we described End-to-end tests as a frequent type of automated testing used to ensure that your websites work properly (sometimes called e2e tests). Remember we pointed out that these tests mimic the steps that a typical user would do while accessing your application using a web browser.

Building a realtime chat app with Laravel using WebSockets

You use realtime communication every day. It is the simultaneous exchange of information between a sender and a receiver with almost zero latency. Internet, landlines, mobile/cell phones, instant messaging (IM), internet relay chat, videoconferencing, teleconferencing, and robotic telepresence are all examples of realtime communication systems. In this tutorial, you’ll learn how to build a web based realtime chat app using Laravel, Ably and Vue.js.

Calibrating For Crisis - Here Are the Data Trends Helping Businesses Thrive In 2023

Whether inflation, global conflict or supply chain disruption, 2022 has been full of significant events that have fundamentally impacted the business landscape. The undercurrent is an accelerating de-globalization process. But this isn’t just geo-political in nature; the re-distribution of power and fragmentation of data are inextricably linked. As a result, data-driven businesses are having to adapt to a more distributed world – fast.

Selenium with Python Tutorial: Getting started with Test Automation

Developers prioritize implementing changes rapidly in an agile environment. When updating a front-end component, they must perform cross-browser testing. Web apps’ technological and functional capabilities have continuously increased over the years. Automated testing is necessary to ensure that these functionalities and the UI are functioning properly. Python is ranked third among programming languages in the Stack Overflow Developer Survey of 2021, after JavaScript and HTML/CSS.