
Search In
If you want to redirect to another page,simply use window.location property of javascript. You can use window.loacation.replace or window.loaction.href to accomplish this purpose.
If you use window.location.replace,the replace() method do not save t
Mobile Testing: Testing is the core features of the mobile like Call, message, notification, audio features etc.
Mobile application testing is a process for its functionality, usability and consistency by which application software developed for han
In simple Odoo module holding basic web component configuration and letting us test the web framework.
The example module is available online and can be downloaded using the following command:
git clone http://github.com/odoo/petstore
If you brow
In android we can easily share data across the applications and this is done by using ContactProvider. A contact provider class is a flexible java class that provides you multiple row contacts to access person data.
we can also use contact provider
RESTful web services are built to work best on the Web.Representational State Transfer (REST) is an architectural style that specifies constraints, such as the uniform interface, that if applied to a web service induce desirable properties, such as p
Install Unity :
Below are the steps to install Unity 3d:
First download the Unity 3d from the URL: [http://unity3d.com/unity/download][1]
Then double click on the UnitySetup-4.3.1.exe
Click on Next button to set the installation path.
After setti
In the last tutorial we learnt how to install RVM. In this one we will take one step further by creating Gemsets.
Note - Gemsets are used to eliminate “Gem clutter” and version mismatches. Also by creating Gemsets we can install multiple versions of
Parametrization can be implemented in different ways using the following elements:
a)Using CSV Data Set Configuration:
Steps: Thread Group > ADD > Config Elements > CSV data set Config
b.)Using User Parameters:
Steps: Thread Group > Add
I came across to the many questions asking about to store some kind data in Shared-preferences such as String[] array. Many of these questions are answered with "Use a database".
But here i will show you a perfect piece of code by which you can st
Google Analytic is one of the best tools for analyzing website's traffic data and also enables us to track the user's location. Its a powerful web and mobile analytic solution that is easy to use. With this powerful and free service of Google,we can
