Systems | Development | Analytics | API | Testing

%term

What is Live Testing? Guide To Do Live Testing In-depth

Live testing is to test software in real-world situations with real users instead of simulated data. This approach allows testers to check software quality in actual usage scenarios and real-world conditions. They do have their own risks to take into consideration, since we are interacting with real users and live systems here. In this article, we will explore the concept of live testing in-depth, and how you can better do live testing with the right tools and approach.

Evelyn's Final Episode: Advice and Encouragement for a Career in Automated Testing

Today’s show is bittersweet as we bid farewell to our beloved co-host, Evelyn Coleman. She’s been instrumental in shaping our conversations and challenging our perspectives. We’ll reflect on Evelyn’s impact on the podcast, share lessons from her career, and discuss the ways automated testing is about so much more than just code. Press play for an episode of insights, farewells, and of course, a little humor.

With AI Writing Code, Will AI Replace Software Engineers?

Software developers have plenty to keep them awake at night. Their top concern is no longer how to express the latest algorithm in their favorite language (C, C++, Erlang, Java, etc.). Instead, it’s being replaced by artificial intelligence (AI). Here we take a look at the process for AI writing code and answer the question: Will AI replace programmers? Read along or jump ahead to the section that interests you the most.

Jenkins Continuous Integration With Katalon: A Complete Guide

DevOps significantly changed the software industry. From a siloed process where the focus was entirely placed on development, leaving little to no time to properly test it, to a combination of the two, simultaneously developing testing to shorten the cycle. CI/CD is the key to that innovation, and Jenkins is one of the most popular CI tools on the market. We’ll learn how to do Continuous Integration with Jenkins in this step-by-step guide.

Reliably syncing database and frontend state: A realtime competitor analysis

Ably’s LiveSync product is now available as a public alpha release. LiveSync allows you to automatically keep data in sync across servers and clients, in realtime. This is a hard distributed systems problem. In this post, we’re going to have a look at four existing solutions to realtime data synchronization, the different technical designs, and the tradeoffs they make.

5 Ways Advertising, Media and Entertainment Companies are Using Gen AI

The emergence of generative AI (gen AI) heralds a new, groundbreaking era for advertising, media and entertainment. According to a recent Snowflake report, Advertising, Media and Entertainment Data + AI Predictions 2024, gen AI is going to transform the industry — from content creation to customer experience. The companies that will come out ahead during this time are those that most successfully and quickly supercharge their data strategy.

Implementing iOS Universal Links for Enhanced App-Web Navigation

Universal Links are an iOS feature allowing seamless integration between web content and native iOS apps. With iOS Universal Links we can intelligently configure a specific web URL, associating it with our iOS app so it will open directly when the URL is clicked.