May 2012
M T W T F S S
« Apr    
 123456
78910111213
14151617181920
21222324252627
28293031  

Different types of software errors and handling them properly




Errors are a major headache to software programmers, developers as well as testers. They cause the whole software system or application to falter, produce unexpected results and cause the software to behave abnormally. Some errors cause more harm while some cause less, some of them are easy to discover whereas some are hideous and cause [...]



Some of the properties to look for in a Scrum coach – Part 1




In previous posts, I have mentioned about the importance of the Scrum coach. In this post, I am going to trying to provide more details on what a Scrum coach needs to do. You can find a lot of people who claim to be Scrum coaches, but whether you are finding the best person for [...]



Quick Tech Tip: Point-to-point tunneling protocol – PPTP




Overview of Point-to-point Protocol:

The Point-to-Point Protocol (PPP) provides a standard method for transporting multi-protocol datagrams over point-to-point links. PPP was originally emerged as an encapsulation protocol for transporting IP traffic between two peers.PPP is comprised of the following main components: * Encapsulation: A method for encapsulating multi-protocol datagrams. * Link Control Protocol: The LCP [...]



Types of testing




What are the different types of testing that one normally comes across ? If there are others besides these, please add in the comments.

• Black box testing – This is a testing method that is not based on any knowledge of internal design or code. Tests are based on requirements and functionality. • White [...]