Systems | Development | Analytics | API | Testing

Latest Posts

Trusted Data: Alchemy For Misinformation

The best description of untrusted data I’ve ever heard is, “We all attend the QBR – Sales, Marketing, Finance – and present quarterly results, except the Sales reports and numbers don’t match Marketing numbers and neither match Finance reports. We argue about where the numbers came from, then after 45 minutes of digging for common ground, we chuck our shovels and abandon the call in disgust.” How would you go about fixing that situation?

Performance Testing: Everything You Need to Know!

The main goal of performance testing is to measure the application's response time, throughput, resource utilization, and other relevant metrics under different loads and stress levels. It can be regarded as a kind of software testing that varies between different user loads. Performance testing can be used to identify and isolate performance bottlenecks, optimize system performance, and ensure that an application or system meets its performance requirements.

6 Top Use Cases of AI for Insurance

The insurance industry has always been one of the most data-intensive industries. With a large amount of customer data, claims data, and other information, insurers have been adopting artificial intelligence (AI) to streamline their processes and provide better customer experiences. AI-powered technologies have enabled insurers to automate claims processing, fraud detection, and underwriting, among other things. Here are six top use cases of AI for insurance.

Effective Test Case Design: Minimize tests and maximize coverage

In Part 1 of this series about Test Case Design, you learned that by using the Test Case Designer tool in Xray Enterprise, you take a model-first approach to designing more thorough and efficient tests. But how does the tool generate optimized scenarios once we define those models? And what do we mean by “optimized”?

How to perform Mouse Hover Action in Selenium

An application has different Web Elements like buttons, text boxes, checkboxes, menus, sliders, and more. While testing using Selenium, you can simulate certain scenarios by automating low-level interactions with the WebElement(s) in the DOM, such as keypresses and mouse button operations (such as click, double click, and right-click). One such action is Mouse hover over a web element. Moving the cursor over an element in a graphical user interface (GUI) without clicking is called hovering.

Mastering ADB: The Ultimate Guide to Debugging Your Android Applications

Once, your users may have forgiven a bug in your app. Today, they likely won’t. Today’s consumers, many of them Gen-Zers who’ve been using gadgets since they learned their hands, expect a mobile experience that’s swift, seamless and secure. And with page speeds increasing all the time, lags and snags are no longer acceptable. Which means our apps need to glitch-free right out of the gate.

From Kinesis to Kafka

At the beginning of 2021, a brand new data team was assembled to build a real-time data platform for Kong’s SaaS platform, Konnect. Our mission is to provide top-notch real-time API analytics features for Konnect customers. V1 platform architecture The initial backend consisted of three main components: an ingestion service to handle incoming telemetry requests, an intermediate message queue, and a real-time OLAP data storage.