Systems | Development | Analytics | API | Testing

How Katalon and QualityKiosk Streamline Testing Activities for the Largest Bank in India

The customer is one of the largest private-sector banks in India that has been leading the way in innovation and customer service. With a network of over 5,500 branches and 15,000 ATMs across the country, this bank offers a range of financial products and services to its customers, including personal banking, corporate banking, wealth management, insurance, and investment banking.

ThoughtSpot for Google Cloud Platform

ThoughtSpot is partnering with Google Cloud to expand self-service analytics capabilities beyond the dashboards! Now you can use AI-powered search to query Google BigQuery in real-time, access the Looker semantic layer to obtain reliable and standardized data models, and close the productivity loop with ThoughtSpot plugins for Google Sheets, Connected Sheets, and Slides.

Diving into Custom Exceptions in Ruby

Customizing exceptions is usually not a common concern during software development. But if you catch an error in an observability tool and can't correctly and quickly identify the problem, you may need more information and details about an exception. This article will show you how to customize exceptions in Ruby and mitigate potential future problems due to a lack of error information. Let's dive straight in!

Measuring and Tracking DevOps Performance with Metrics and KPIs

With digital technologies transforming industries, companies adopt Agile and other practices to gain a competitive advantage. DevOps is one such method that has changed software development as we know it. The new-age approach helps accelerate productivity and also enables better collaboration between the development and operation teams. But the biggest benefit of adopting DevOps is faster time-to-market. It has helped around 83% of organizations unlock business value and deliver customer value faster.

Run JMeter tests in Java code

In this blog post, we will run JMeter tests from code. First we will look at how we can create an IntelliJ project in Java to build a JMeter performance test. Once you understand how JMeter tests in code can be written you can start to build tests in your development code base to compliment unit tests or functional tests written by developers during the creation of application and services.