
Search In
There are four types of specification-based software testing technique
Equivalence partitioning
Boundary value analysis
Decision tables testing
State transition testing
Equivalence partitioning and boundary value analy
To pass values into the function is done by the two ways
Pass values into the function also known as call by value
Pass its reference also known as call by reference
In the first approach the value is dire
Linked list is used to store information at the dynamic level.
Each link stores the address and the information part and links to another node in the list.
Types of Linked List
Simple Linked List − Itera
1.CakePhp is basically a framework which is based on MVC pattern i.e(model view controller).
2.Cakephp have built in validation.
3.Cakephp have fast and flexible php syntax with helpers.
4.Cakephp is very friendly because developer done their code
Binary search as the name suggests mainly concerns with the searching of elements which are already in sorted order.
For binary search we need few things to consider
Mid Point is find by the following way
m
Validation is a process of analyzing the exactness of data. It assures that the data entered is according to our requirement or not.
CakePHP has it's own inbuilt validation rules. In CakePHP validation rule is locate in the Model file of that pa
Hash table is data structure to store or retrieve data in key value pair format. So it is like a table where key and value pertaining to that key exists . So, it is an efficient way of mapping and accessing data.
[key 1] -> Data 1
[key 2
The Global System for Mobile Communication is the way by which the communicaiton has been made through the regions of the network.
The GSM architecture is on the updation process and changes is being mode to cope up with the latest architect
Log4net is an open source library that allows .NET applications to log information in many ways. Here we are going to see an example for logging in a file.
Few steps to follow to log in a file:
1) Add log4Net dll in the application.
METHOD OVERLOADING:
Having more than one methods with the same in the same scope. i.e. class is known as method overloading.
It is useful in increasing the readability of the program. If a user wants to perform some operation say multiplication on
