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

Search In

What are Test scenarios, Test cases and Test scripts

Test Scenario:- Its a high level definition and classification of the test requirement. In testing of any module's functionality it is grouped depending on same functionality. It consist of following parameters: Use case ID scenario ID Tes

How to use Ternary Operator in AngularJS Expressions?

Hii, Use of Ternary Operator in AngularJs is one of the great feature  which provides an alternative to conditions such as if, else and end if.    Using this feature you can easily use JavaScript functionalities in your HTML

How to get selected numbers of character from column using Codeigniter?

Hello Readers, If you are using CodeIgniter you want to fetch limited MySQL results then in this blog we will learn how to to this.   Suppose you want only first 200 chars of a field then you should only fetch limited results, this will reduce

Calling action through JQuery in MVC

In MVC projects you need to make AJAX call multiple times in your project .   So for doing that you need to first include the Jquery file and its CSS into your view and into your project.   <script src="~/Scripts/jquery-1.8.2.min.js

What is "soft" 404 error?

Generally when a user requests a page and if it doesn't exist then the server will return a 404 not found error as an output on the user screen. This error/response code informs the search engine that the current page request do not exi

"How to validate address of customer in Ava Tax in openerp-7 (Odoo) " ?

It is answer to the questions like     a- how to verify address of partner in openerp     b- how to correct address entered by user We need to verify and valid address in several cases like for - shipping address.&n

How to capture a video for particular time interval in Android

If you are looking to capture a video for particular time interval using default camera, then follow the below code to achieve the same. Record video from camera for 60 seconds private void captureVideoFromCamera(){ Intent intent = new Intent(

JavaScript String charAt() Method

JavaScript String charAt() Method This method is used whenever we want to Return the first character of a string for example: var str = "PRANAV CHHABRA"; var v = str.charAt(0); Result: P Now below is the full example to illustrate charAt() method

How to get query string values in JavaScript?

A query string is an optional part of a URL that goes after the file name and begins with a question mark (?). For example, the following URL has a query string ?quryEg after the HTML file name: http://www.findnerd.com/file.html?quryEg Here is an

Function() constructor in javascript.

You can use function constructor along with new keyword when you want to define your function dynamically. Function constructor accepts any number of string arguments. This is the syntax for it: var variablename = new Function(Arg1, Arg2..., "Funct

1 29 282
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: