
Search In
The Test Case Templates are the document that describe and cover the Inputs, events and Expected results of the Application. Templates determine that the Features of an application
Is Working Correctly. Test case templates contain all particulars of
The Test Case Templates are the document that describe and cover the Inputs, events and Expected results of the Application. Templates determine that the Features of an application
Is Working Correctly. Test case templates contain all particulars of
Both form_for and form-tag are Rails helper methods. Whenever we want to build a form containing various elements like text-fields,text-areas,labels etc, we simply need a form builder object.
form_for rails helper method just do that, it provides a

Hello
This blog post gives a brief overview of tasks in PIM. It also illustrates the steps to create, sort and accept tasks.
Tasks
The tasks that are created manually or by a workflow are represented in a tree structure. These are displaye
In Odoo first we create existing own module and inherits the account invoice object in your own module. Than fetch all object like as a account.move , account.journal, account.period in your own module and update the account.journal and also invoice_
Hello all, Below is the process to create Line Items in DPP (Double Click for Publishers),
To create a line item first you need to create an order if the order is already created then you don't need to do that, else every time whenever you have new
The process of combining rows of two or more then two tables based on a common field between them are known as SQL joins.
Types of SQL joins :
INNER JOIN: It is returns rows only when at least one row matches from both tables.
LEFT JOIN: It
Previous Git Blogs
Intialize git repostiory
First Commit
Two tree architecture and Three tree architecture
Best basic practices for writing commit messages
Viewing the commit logs
Git Basic WorkFlow
What is HEAD pointer in GIT
Git Configuration
V
For generating password or password salt or random password in forget password case we have to create password in every situation.
For doing that we write code, but in this case there may be a chance that password gets repeated which
To get MMS conversation from an Android device, use the following code:
ContentResolver contentResolver = getActivity().getContentResolver();
Uri uri = Uri.parse("content://mms");
Cursor cursor = contentResolver.query(uri, null, "thread_id IS NOT N
