February 2012
M T W T F S S
« Jan    
 12345
6789101112
13141516171819
20212223242526
272829  

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 [...]



Testing Strategies/Techniques




Some of the testing strategies that need to be kept in mind.

• Black box testing should make use of randomly generated inputs (only a test range should be specified by the tester), to eliminate any guess work by the tester as to the methods of the function • Data outside of the specified input [...]