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

Search In

API Testing-Guideline for Testcase Design

1.Functional Requirements or usecase document or functional specification. 2.Study of the detailed design of the API to be tested(E Speak and WES) -Interfaces could Java classes -Interfaces could be EJB's -Interfaces could be C++ or VC++ classes -In

How to add Calendar control to Alloy UI form in Liferay

Here we can show how you can add the calendar control in your Alloy UI form. The below example explains how you can put your calendar control on textarea in your Alloy UI form. Example: <script> YUI().use( 'aui-datepicke

Sample Forms with Alloy UI Tag Libs

In Liferay 6.2 we can use the forms with Alloy UI tags . The Alloy UI Tags can provide the way to do activity with Simple Alloy UI forms same as HTML forms tags. By the below Example we can show how to use Forms with Alloy UI. Example: <%@ tagli

How to Build the customer Profile in avatax in OpenERP(Odoo)?

Step-1 Install the avatax module. Step-2 After that custmozie .py(Python file) file: In below example, I have custmozied .py file. You can directly copy the below python code in your .py file - profileNameSpace = ('ns1', 'http://avatax.avalara.co

How to reset the form using Angular JS

Hello Reader's If you want to reset your html form then the easiest way to do it is by using Angular JS. Lets see its example as below:- <div ng-app="myApp" ng-controller="formCtrl"> <form novalidate> First Name:<br> <

How to use Join with Delete command?

To delete records of more than one table we can use joins. Joins are used to combine two table. Here, we will use join to delete the records from more than one table. Syntax: DELETE T1, T2 FROM T1 INNER JOIN T2 ON T1.key = T2.key WHERE condition

Use of Scope Identity in SQL

We need the latest record that is inserted or updated . For doing that we need to find the latest row that can be done with the help of scope identity ALTER procedure [dbo].[sp_AddEmployee] ( @EmpName varchar(80), @EmpDesgnationId int, @EmpDob dat

  • 198
Using Paranthesis in SQL Server

While writing queries we use paranthesis while writing Table Name or Column Name This is so because if you have any keyword used in your column or table no conflict can occur   -- To get User Details SELECT @TargetUserID=[ID] ,@CompanyID=[C

How to delete user by using cakephp

For deleting user information in cake php by clicking on delete button we have to first pass user id in URL by using below code in our view. <?php echo $this->Html->link('Delete',array('action'=>'del'.$user['User']['id'])); And we hav

How to use appendTo()event in Jquery ?

Hi Reader's,   Welcome to FindNerd, today we are going to discuss how to use appendTo()event in Jquery. Basically appendto() method is used for inserting specified content of HTML elements at the end of the selected elements.  So we&n

1 158 162
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: