Fundamentals of testing – Why is testing necessary?
Why is testing necessary? Testing is necessary because we all make mistakes. Some of those mistakes are unimportant, but some of them are expensive or dangerous. We need to check…
Why is testing necessary? Testing is necessary because we all make mistakes. Some of those mistakes are unimportant, but some of them are expensive or dangerous. We need to check…
Passive Components RESISTORS To oppose the flow of electrons ( current). The symbols are shown below. Resistance is measured in units called “Ohm”. 1000 ohms is shown as 1k ohm…
Security Testing What is Security testing? Security testing is a process to determine that an information system protects data and maintains functionality as intended. It is the process that determines…
Introduction Electronic component can be divided into 2 types: Active and Passive components Resistors and Capacitors etc. are known as passive components because they can only attenuate the electrical voltage and…
How to solve software performance problems ? 1. Define your Objective -where you need to be? It is surprising that many projects do not have well-defined performance objectives. When we…
Compiling and Installing Custom Linux Kernel The below mentioned steps will work in Ubuntu or debian like systems. I have tested it on Ubuntu 10.10. Download and unzip(preparing) sudo apt-get…
No Sound from Ubuntu linux or Mint Searched google for possible answer to the problem but solution mentioned was not sufficient to solve my issues. I wasted couple of weekends…
Over the years I found that members of software development teams, developers, testers, administrators and managers alike have an insufficient grasp on how to apply mathematics or interpret statistical data…
How to calculate the cost of test automation: Cost of test automation = Cost of tool(s) + Labor costs of script creation + Labor costs of script maintenance If…