Category Software Testing
Optimize Azure cost using automation account
Azure VM cost whenever it is up and running. There are times when you are not using the VMs and can be taken down to reduce the cost. This step can be automated and eventually optimize Azure cost buy shutting…
UI Automation using Appium and WinAppDriver
Introduction to Appium Appium is an open source cross platform test automation framework for use with native, hybrid and mobile web apps. It drives iOS, Android, and Windows apps using the WebDriver protocol. Platforms supported are: iOS Android Windows FirefoxOS Step…
How to Measure DevOps Success?
How do you measure DevOps success ? You may not know if you are achieving success with your DevOps implementation unless you measure it and also manage it continuously to keep the key performance indicators (KPI) in right balance. Following are the…
What is DevOps
What is DevOps? DevOps is a term used to refer a set of practices that emphasize the collaboration and communication of software developers and Information technology(IT) professional while automating the process of software delivery and infrastructure changes. It aims at…
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…
Multi browser testing using Visual Studio
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…
Getting Started with Ruby Cucumber on Windows 10
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…
How to configure Visual studio load test Database manually?
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…
New features in JMeter 2.13?
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…