How to Bring your Business to its Next level of Digital Engineering

Introduction Most digital transformations don’t yield the benefits that enterprises expect. 53% of enterprises fail to provide any business value whatsoever from their digital transformation efforts, says an Everest Group report. The number looks horrific. So, what’s the reasoning behind this failure? There could be many causes of under delivering expected value in digital transformation, however planning with purpose to ensure the right people,

Digital Leader’s Perspective: Why Enterprises are Embracing Low-Code Development?

So, what’s standing between large enterprises and big-time digital innovation? A Forrester Research survey of 254 IT leaders and business-line decision makers found out that nearly 74 percent blame their inability to act as quickly as their business requires. Whereas, lack of technical skills or knowledge came second at 65 percent. Low-code development touches both these issues. Bringing IT and business leaders together to

How to Automate OBIEE Catalog Extraction Process

Oracle Business Intelligence Applications provide a set of pre-defined reports, helping organizations to analyze the past & present organizational performance trends, and take corrective actions. In this blog, we are going to understand how to automate the OBIEE Catalog extraction to a Microsoft excel spreadsheet by maintaining the integrity of the system. This will help us to identify the number of folders, subfolders, dashboards

Privacy and Top Updates in Android Q For Developers

Google has launched Beta version of Android Q with new features and behaviors giving emphasized focus on privacy and security enhancements. Android Q which would be released in August, supports foldable devices, new APIs for Wi-Fi connectivity, Telephony, Camera, etc. Among all the new features, considering the importance of data privacy in the coming years, Google has specifically addressed them in this release. With

Best Practices for Android Deep Linking

What is Deep Linking in Mobile Apps? Deep Linking is a concept that helps the users to navigate between the outside digital world and specific activity in the mobile application via an intent filter system. To put it more precisely, deep links are URLs that help users navigate directly to the specific content in applications. Here’s what the outside digital world comprises of: Website

Extended MS SQL Server Database Connector for Bonita BPM

The Bonita Platform has Microsoft SQL Server connector which will only execute DML commands from the Java layer. However, this connector does not support the procedure calls. The idea behind curating this blog is to help Bonita developers overcome the issues faced with procedure call execution. To begin with, we have created one custom connector for Microsoft SQL Server Database 2008. This connector will

3 Reasons Why Angular is the Future of Building Robust Web Applications

For most conventional websites, entire pages are loaded and reloaded continuously which cause a slowdown, resulting in frustrating user experience and unnecessary strain on the server. Single Page Applications, however, quickly solve this problem by only loading small entities of a webpage at a time. They do it by decreasing the server load and increasing the site speed for better user experience. Developed by

Capturing Page Load Time Using JMeter and Selenium

Most market-leading performance testing tools (LoadRunner, JMeter, Azure DevOps, NeoLoad, WebLOAD, etc.) provide server response time when conducting different types of tests such as load, stress, spike, and endurance. However, it is also essential for software testers to figure out the page load time while performing load testing. In this blog post, we will find out how to measure page load time with Selenium