Mobility in Healthcare – Why it Matters?

Healthcare industry constantly faces the challenge of providing quality healthcare to patients, while complying with the strictest of privacy safeguards. The journey of a patient usually starts with an initial diagnosis, then followed by a treatment, which often involves transfers between acute care, post-acute care, ambulatory care and home healthcare. If patient’s medical records are not transferred timely at each and every stage, it can have a detrimental effect on

Getting the Most Out of Mobile App Analytics

Enterprises have been using mobile apps in order to engage and interact with their consumers and empower employees. In case of the web, analytics platforms are widely utilized to track the application usage etc, whereas in case of mobile apps the usage is abysmally low. The downside of this is that it makes it difficult for mobile app developers to effectively track the usage of mobile apps in terms of downloads, revenue

6 Ways Mobile Insurance Apps Benefit Insurance Providers

In the past few decades, the advancements in mobile technology has changed the way insurance providers operate. Owing to the convenience and portability offered by mobile apps of insurance service providers, they have gained popularity. From mobile insurance apps that allow consumers claim damages instantly to enterprise productivity apps that keep insurance agents connected to their offices round the clock. Mobile insurance apps are playing an important

Key Challenges Faced by Mobile App Developers

These are exciting times for mobile app developers and companies involved in mobile application development. Due to the ubiquity and popularity of smartphones among consumers, there is an increasing demand for mobile application development. Similar to any other software development activity, even mobile app development has its own set of issues and challenges. Nowadays, the expectations of mobile app users have increased manifold and

Code Review Checklist – To Perform Effective Code Reviews

In my previous blog post, we discussed about “10 Simple Code Review Tips for Effective Code Reviews”. Now, let’s take this topic further and explore the code review checklist, which would help to perform effective code reviews to deliver best quality software.  This code review checklist also helps the code reviewers and software developers (during self code review) to gain expertise in the code

Windows Application Automation Testing Using Coded UI

In my previous blog, I put forth a strong case for adopting Coded UI Test (CUIT) for automation testing. As a result, I have been receiving a lot of comments asking how to automate ‘Windows Applications’ using Coded UI Test. With this in mind and to also provide readers an insight on Windows Application Automation Testing, I have written this blog. Using Coded UI Test, software testers can

Dynamic Job Scheduling Using Quartz Scheduler and RRule

Schedulers play a key role of running batch processes in software applications. As a matter of fact Java language supports several key frameworks that assist software developers in dynamic job scheduling. Fulcrum Scheduler, Oddjob Scheduler, JDRing, Quartz Scheduler and J2EE Scheduler are some of the popular job schedulers. Out of all these, Quartz Scheduler is the most widely used job scheduler, as it offers impressive features including dynamic

How to Integrate Existing SSO Authentication Module to Bonita BPM

Generally speaking, enterprise applications encompass multiple line-of-business (LOB) applications. These LOB applications are primarily accessed via a common authentication gateway module i.e. by implementing or making use of a single sign-on authentication. Is it similar in Bonita application too? Let’s find out, along with this, we will also figure out the process of integrating an existing SSO authentication module to Bonita application. SSO Authentication When the

Fluent Automation Testing Framework for Web Applications

It is important for organizations to clearly identify the merits and demerits of a test automation framework before choosing a framework. When organizations decide to automate web application testing, they prefer a simple but a powerful testing framework. Although, there are a lot of automation testing frameworks available in the market, Fluent Automation Framework categorically stands out. Fluent Automation is clearly becoming a preferred choice for automated web application testing. The

How to Setup Grails Framework in Windows Environment

In my previous post ‘10 Reasons Why Grails Web Application Framework Rocks’, we figured out specific reasons that helped Grails framework gain wide acceptance among the software developer communities. Taking this topic to the next level, we will figure out the process of setting up a Grails framework in the Windows environment. I have segregated the blog in six simple steps, which would not only help