Importance of Automation in QA Ecosystem for Rapid Product Release Cycle

Every product should go through quality assurance or testing, before going to market, to make sure that the product is developed as per expectations. This involves various testing phases such as build testing, smoke/sanity testing, feature testing, regression testing and sometimes products need to go through performance testing as well. All these phases help

Key Test Automation Trends for 2017

2016 saw some key trends emerging in the testing and validation domain. There were several advancements in this field which led to companies embracing agile testing methodologies and various other test automation techniques. I have attempted to capture some of the test automation trends which had an impact on the industry in 2016

How to Run Commands on Remote Windows Machine Using Python Paramiko Module

Paramiko (Python Module) works on SSHv2 protocol. It provides both client and server functionality. Paramiko module can be used if SSH server is running on the target machine. Target machine can be Linux or Windows system. For Linux systems, SSH packages are already available hence we can use it easily. But for Windows systems, SSH package