UFT – Azure DevOps Integration

The Microsoft CI system Azure DevOps Server can trigger tests using UFT from the local file system, from ALM, or from the ALM Test Lab module. Prerequisite: 1) A Machine with a UFT One Testing Automation Software Installed. 2) An Azure DevOps accounts. Setup Self-hosted Windows Agent: Login to Azure DevOps Account and […]

JMeter 5.3 Released !!

Below are major improvements for JMeter 5.3 release: Themes Added Darklaf look and feel that improves several components. Light: IntellJ Solarized Light HighContrast Light Dark: OneDark Solarized Dark HighContrast Dark Tree indentation level is easier to follow: New look and feel themes. Light: IntellJ, Solarized Light, HighContrast Light. […]

Parallel Testing with Zalenium using AKS

Selenium is most widely used open source tool for UI automation testing. As we are moving towards more Agile development and faster delivery of software product, QA team are getting short time frame to perform the testing ,so QA developers are finding ways to execute the tests in […]

Automation with Puppeteer

In the world of automation, When we talk about functional test automation for browsers, probably the first tool that comes to mind is Selenium WebDriver.  There are other solutions like UFT and Silk Test, both now owned by Microfocus. However, it is clear that in the past years Selenium […]

Performance Testing in Cloud

Introduction and Background Performance is the utmost factor in testing a web application as it directly impacts the end user experience. Performance testing measures system throughput and latency with a variety of concurrent users over long periods of time. As the technological advancements are leaping bound, more and […]

JMeter 5.2 is Released !!!

JMeter 5.2 has been released! Apache has released it’s newer version of JMeter recently on 6 Nov 2019 with new features, many enhancements & bug fixes. There are a lot of changes in the latest JMeter release including product improvements and bug fixes compared with the previous version of JMeter […]

Taurus : The Ultimate

Taurus, an open source test automation tool that extends and abstracts over JMeter (or Grinder or Gatling or Selenium, with more tool support upcoming) and helps to overcome various challenges. Taurus is an acronym that stands for Test Automation Running Smoothly, which reflects its baseline mission – making the process of test […]

How to use Selenium Grid with Jenkins

Selenium Grid is a powerful tool for testing web applications across browsers and operating systems, but incorporating it into a Continuous Integration pipeline can be frustrating. Integrating the Grid with a CI/CD server is complex, and a misstep during setup can lead to unreliable test errors, and down […]