Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Format of Test Cases Templates in Testing

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

Format of Test Cases Templates in Testing

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

form_for method in rails

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

How to create tasks in PIM

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

How to make payment and inherits account invoice object in OpenERP(Odoo-8)

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_

How to Create Line Items in DFP

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

SQL Joins

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

Updating a file and adding it to repository

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

GUID in .NET

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

Getting MMS from an Android Device programmatically

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

1 17 49
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: