Security testing – revisited
This blog (security testing revisited) is intended to summarize few of my post related to security testing :- Ethical Hacking – part 1 – Before going into details of how to ethical…
This blog (security testing revisited) is intended to summarize few of my post related to security testing :- Ethical Hacking – part 1 – Before going into details of how to ethical…
Good part of selenium is that the selenium tests can be written in multiple programming languages like c#, Java, Perl, PHP, Ruby etc. I normally hear saying that “This Java…
Calculating watts Power[watt]=Voltage[volt] * Current[Ampere] if the panel is rated as 5v 200 mA then Power=1 watt Wiring multiple solar panels Parallel wiring This is required if your application need…
How does radio works? Audio signals are transmitted by imposing lower audio frequencies on the high frequency carrier wave. In other words the audio signals are added to the carrier…
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…
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…
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…
To Convert XML to JSON format Consider a situation where in you have data in xml file and want to use it as a input to some other system where…
What is Patterns ? a regular or repetitive form, order or arrangement a model that is considered to be worthy of imitation Why Patterns ? Patterns are a way of…