
Search In
1.Fast
Automation tool runs tests significantly faster than human resources.
2.Reliable
Tests perform precisely the same operations each time they are run, thereby eliminating human error.
3.Programmable
We can program sophisticated tests that brin
In python your extension module is the initialization function and This function is called by the Python interpreter when the module is loaded. the function is named initModule.
use the below function in your own module in .py file,
PyMODINIT_FUNC i
Hello Readers,
Jquery .index() method generally used to search for a define element within the jQuery object which it is called on. Jquery .index() method has 4 different signatures with different semantics which can be confusing. In this article
Hello All !!!
I have got so many queries regarding GIF animation file.
question is "How to create a Good quality Animated GIF file ?"
Here is the answer ...
I have a flying girl animation in flash.
Flash do provides an option
To create Product Categories in openerp-7 follow these below mentioned step:-
Step1- Install product module
Step2- Go to Warehouse-> Configuration -> Products->Product Categories
and create new Category.
See the below screen-shot for mor
This tutorial will help a user to learn how to install mod_jk module and what is mod_jk.mod_jk is basically Apache module which is used to connect the “Servlet Container” [also known as “Web Container”] with the “Web Servers” (i.e. Apache, iPlanet, S
RAID or Redundant Array of Independent Disks is a method by which we store the same data in several places on different hard disks. By Implementing RAID we can Make Input/Output operation to overlap in good proportions and it also Improve the Perform
To modifying a repor in Odoo-9 follow the below steps one by one:
Step-1 First we have to Modify existing reports which will then replace the originals in our OpenERP database,
Step-2 create new reports for the selected object.
Step-3 select Re
Important Tags Used in HTML5
In this tutorial I have mentioned some important html5 tags are with there example.
article : The article tag is used for self-contained content. We can use it in blog posts, news article, forum posts or user comments.
In this android tutorial blog, we are going to discuss customizing Alert Dialog with Dynamic Buttons. Before we start the tutorial and the coding, it is first immensely important to comprehend what is android dialog. Android dialog is identical
