Systems | Development | Analytics | API | Testing

%term

Geolocation Testing: All You Need To Know

You open your Uber app and book a ride. Upon successful booking, a map pops up and shows you the whereabouts of your driver. While in the Uber, you open Zillow, a real estate app, to check out the apartment you want to rent that is located a few kilometers away from your location. The weather app, knowing your location, then sends you a notification to expect rain tomorrow. All of these are examples of the power of geolocation-based app features.

Test Execution: How To Do It Properly

To execute locally, remote, or on-cloud? That is the question. But test execution is more than just “hitting Enter and seeing if it passed or not.” If you are doing it manually, test execution is about performing every single test step as outlined in the test case. For automation testing, test execution takes on another layer of complexity: In which environment should you run the test? Which test cases should you prioritize for execution?

Flutter vs React Native: An In-Depth Comparison

Mobile app development demands efficiency, reliability, and speed. Flutter and React Native are popular frameworks that allow you to create apps quickly and efficiently. This post will compares the strengths and weaknesses of each development framework to help you choose the best option for your next project.

GitTogether | GenAI & Open Source | Kunal Deo

The resurgence of Artificial Intelligence (AI) in recent years owes much to a pivotal moment: the publication of a groundbreaking paper by Google. This event underscores the significant role of Open Source in advancing AI technologies. In this presentation, we delve into how Open Source is not just influencing but also shaping the landscape of Generative AI (GenAI). However, our focus extends beyond the traditional dichotomy of Open Source versus proprietary technologies. Instead, we explore the complementary nature of both realms in fostering the development of the AI ecosystem.

How to Improve Efficiency & Consistency in Test Management

Software testing can feel like you're walking a tightrope—striving to uphold impeccable quality standards while the clock ticks towards your next release. It’s a daunting challenge to make sure every test is planned and executed with speed, all while hoping there are no blind spots in your process. Enter test management. It’s a great way to ensure your tests remain organized, efficient, and consistent. And of course, so you can report on this hard work to leadership.