Are you working on AngularJS applications? Are you searching for a test framework to do End-to-End testing in Angular applications more effectively? Then this post will help you to taste a familiar automation f...
Let us explore today’s varied choices we have for Automated Browser Testing. There are headless WebKit browsers like PhantomJS and cloud-powered multi-browser testing tools like BrowserStack and SauceLabs...
MonkeyTalk is an open source mobile app automation testing tool for Android and iOS. MonkeyTalk is a simple-to-use tool which automates real, functional interactive tests for iOS, Android, Web/HTML5, Hybrid and...
Just imagine, you developed an Android application and published it to Google Play. Then you get a user review like ‘This app has too many bugs, I don’t like it’. Hence, it is important that you test the app we...
It has only been a few months since I have started out with AngularJS but this JavaScript framework has caught my mind by storm. The unparalleled flexibility and features it delivers are top notch. So like ever...
AngularJS 1.3 comes with many features and improvements which are not found in AngularJS 1.2. Now 1.3 is mainly focused on: Performance – With many operations like DOM manipulation and digest 3 –...
Push Notification Service on Android Apps : Push notifications let your application notify a user of new messages or events even when the user is not actively using your application. On Android de...
While working on a PDF reader application for iOS I had to dig up a lot of information on the web. Having completed the same I am putting down various options I found: 1. Starting with an easy method, Using UIW...
As Google Team made a context decision to “focus on quality end to end” on their upcoming Android Release M, the central theme of Android M is improving core user experience by which they are focusing on produc...
Kotlin is a statically typed programming language developed by JetBrains, which is designed to run on the Java Virtual Machine and also can be compiled to javascript code. While it’s not syntax-compatible...
With the release of AngularJs 1.4 , the user can enjoy an improved performance with much more enhanced features. It primarily focuses on. Animation – In Angular JS 1.4, the amalgamation of CSS and JS ani...
AngularJS is one of the most powerful JavaScript frameworks which is available today. The development process is simple, which is one of the main advantages of Angular JS. This makes it easier for prototyping n...
REST API Representational State Transfer (REST) is is an architectural style used for web development. It relies on a stateless, client-server, cacheable communications protocol. Perfomatix is an app developmen...
AngularJS 2 is a framework mainly focused on the development of mobile apps due to challenges in mobile like performance, load time, etc. AngularJS 2.0 is still in design and prototyping stage. Since it is in t...
Background Jobs Background jobs are set of process that runs behind (background). Thus jobs execute seamlessly and do not disturb foreground processes and operations. Background jobs can be scheduled to run in ...
WebHook Webhook is a service which is using to process or call some events when something happens. It is like a simple HTTP call back which is process HTTP POST method when something happens before/after in da...
Push Notification is a service which notifies a user of new messages or events even when the user is not actively using your application. Let us see how to create an Android Push Notification Using Parse. As a ...
Proguard is free Java class file shrinker, optimizer, obfuscator, and preverifier. It detects and removes unused classes, fields, methods, and attributes. Enterprises use Proguard in android app development, it...