
Search In
What Is Test Approach ?
A test approach is the test procedure accomplishment of a product which describes that how can testing would be conducted. Normally there are two mechanisms in test approach, mentioned as below:-
Reactive
Proactive
Reac
Direct routing is the process of sending data to the same network or we have the sender and the receiver at the same point.
When the packet needs to be send in the same network means the source and the destination are a
If you forget the username or password to of the Magento admin panel,you can recover or change it from Magento database from phpyadmin. Most of the times forget password or username do not work, so we can use this method to recover magento admin pane
Pagination:
It is used to limit the number of records to be displayed in a page. In cakephp we can easily implement pagination. We can use pagination by putting the following code in controller:
public $paginate = [
'limit' =>
Hi friends,
Whenever a request comes to a server, the first thing comes into picture is routes, that tells the request about which controller's action will respond to that request. When I started creating my first application one thing always co
Reset() method:
It is used to clear all the values entered in a form. This method does not require any parameter and also does not return any value.
Syntax:
formObject.reset()
Example:
<!DOCTYPE html>
<html>
<body>
<h4>
JFile is the default library class for handling files upload, copy & delete functions. This can also be used to get the file name, extension and renaming a file while uploading.
Following are the details of functions available that can be used
Hello
Today's blog post describes about Units and their relevance in PIM desktop.
Units
A unit system is used to manage all possible units required to specify a size. PIM Desktop is supplied with its own unit system, which is based on
Installing And Using NGROK for Rails Application
NGROK allows our web application running on localhost web server to be exposed to the internet. Its like making our web application live. It creates a secure tunnel from a public endpoi
Mono
Mono is an open source development platform which is based on .net framework. It provides base to developers to build a cross platform application which results in improving developer's productivity.
components of Mono
C# compiler : Mono's c
