
Search In
What is Agile Testing ?
A software testing exercise which obeys the morals or standards of agile software development is known as the ‘Agile Testing’. Agile is a repetitive development approach. In this approach all the requirements deve
Url with and without / (slash)
Url ending with " / " slash and without " / " slash for example http://findnerd.com/ and http://findnerd.com
Now the question is does Google take and treats both the urls a
Network Addressing
Network refers to the collection of components in a specified network or region.
Network address refers to the number of terminals connected within the network.
The addressing is mainly done to identify t
Project Management, a quite interesting stuff and full of challenges. However, everyone has different view in project management and ways for successful project completion.
Here I have jolted down few points for successful project completion :
Re

Cakephp: URL rewriting is not properly configured on your server error. How to resolve it on Ubuntu 14.04?
I am posting this blog which will help you to resolve the issue (URL rewriting is not properly configured on your server) while installing cak
An IP address i s a unique identifier for the nodes in the network. It is like an entity for every terminal or node that is connected to the network.
It is a combination of 32 bit in which 4 decimal values , each one represent
The OSI Model
Open System Interconnection (OSI) reference model has become an International standard and serves as a guide for networking.
This model is the best known and most widely used guide to describe networking envi
TCP Transmission Control Protocol is the main protocol that is been used in the networking.
It is mainly being used for the data transmission in the communication network.
TCP is reliable protocol. This means if data gets lost in any ca
Regardless of any given circumstance, “Team Work Works!” It is not that students are unequipped for studying on in isolation/solitude, it is only that when they study in coordinated effort the synergy drives the st
ROW_NUMBER()
RANK()
DENSE_RANK()
All of these three functions are used to calculate the Id of row but in different way.
I am using the below script for examples
​
CREATE TABLE Marks
(
SubjectId INT,
Marks INT
)
INSERT INTO Marks VAL
