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

Test Data Generation for Automation Testing

Test data is essential for both manual and automation testing. However, test data changes in manual testing aren’t as concerning as in automation testing. That’s primarily because, in manual testing, the testers can change/create the data, they are also aware of the data changes and hold enough application knowledge. However, when it comes to automation testing, the tool cannot have this kind of knowledge

How to Build Offline-first Mobile Apps Using Cordova Hybrid Platform

Mobile applications should be designed intelligently keeping into consideration the needs and expectations of the target audience. And while developing mobile applications, our focus should always be on creating apps that are faster, smarter, and deliver the right results. In order to do so, a mobile app should be able to perform tasks with minimal clicks, be highly intuitive and offer offline support at

Best Practices for a Clean and Robust Angular Application

This post outlines some of the best practices we can use in our application to support robust and a highly scalable Angular framework. This write-up is related to Angular, Typescript and RxJs. Additionally, the blog discusses some general coding guidelines to make the application cleaner. Let us begin by evaluating the various features available in the Angular application framework. strict:true If you are starting