Testers – what value add we provide?
As a tester what value add we provide? To answer this we need to answer few questions like What is a business value of testing? What is cost of quality? Running tests by itself has no value add. Testing has…
As a tester what value add we provide? To answer this we need to answer few questions like What is a business value of testing? What is cost of quality? Running tests by itself has no value add. Testing has…
Multi browser testing using Visual Studio can be achieved by using Selenium and NUnit plugins. Below are step by step details of how it can be achieved. Step 1 In order to achieve multi browser testing using Visual Studio, we need…
Ruby can be a great language for testing. With libraries like Capybara for driving web apps and JSON, RestClient, SOAP, and others for interacting with service apps, you’ll find testing in Ruby requires much less code than in C# or…
To configure Visual studio load test Database manually perform following steps: Open a Visual Studio Command prompt. Type the following text: On a 32-bit version of Windows type: cd “c:\Program Files\Microsoft Visual Studio 12.0\Common7\IDE” -or- On a 64-bit version of…
JMeter 2.13 is now here for sometime now. There are many new features in JMeter 2.13 . Some of the important and major enhancements are listed below. Following are the Major enhancements in JMeter 2.13 version. New Element – New Async…
What is IOT? As per Wikipedia “The Internet of Things (IoT) is the network of physical objects or “things” embedded with electronics, software, sensors, and network connectivity, which enables these objects to collect and exchange data.” The Internet of Things…
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…
What do you mean by Economies of Software testing? Why software defects are costly to find and fix? How early defect detection can save much cost in fixing defects? There is a definite economic impact of software testing. One economic…
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 hacking we should be clear of what it is. What…
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 project, so we can write tests in Java as well”.…