Search Results for led

Raspi_Config

Remote controlling Raspberry Pi

Remote controlling Raspberry Pi using SSH Enable SSH in raspberry pi using the command raspi-config From window machine use putty to connect to Raspberry Pi From Linux Machine or Mac use terminal to connect eg: ssh pi@xxx.xxx.xxx.xxx Remote controlling Raspberry…

7 Segment Display

A 7 segment display is typically used to display numbers from 0-9. It consists of 7 bar segments and a dot( 8 Segments). Segments are numbered A to F and DP for the dot or decimal place. There are 2 types…

Risk based testing

What is risk ? Risk is an uncertain event or condition that, if it occurs, has an effect on at least one objective. or The probability of something happening multiplied by the resulting cost or benefit if it does. (This…

Test Pattern – Pair Testing

Pair Testing Pair testing is another example of test pattern. Context Pair testing is a way of approaching a test design process by having two people test the same time and place continuously. The dynamics of pairing enables the generation…

Whats new in Raspberry Pi B+ board ?

The Raspberry Pi Model B+ is a credit-card sized computer board that’s up and running when a keyboard, mouse, display, PSU and SD card with installed OS are added. It’s a miniature ARM-based PC which can run many of the…

Test Patterns – Scenario Testing

Scenario Testing Scenario testing is one of the example of Test Patterns Context The objective of scenario testing is to prove that the program will fail when asked to do real work ( significant tasks) by an experienced user. A…