Category: Out of Box

Run Apache JMeter load tests with Azure DevOps

DevOps is a practice that unifies people, process and technology across development and IT in five core practices: planning and tracking, development, build and test, delivery and monitoring and operations. When practicing DevOps, development, IT operations, quality engineering and security teams work closely together—breaking down practices that were […]

How to run selenium script in JMeter

JMeter was originally built to provide an open source solution for load and performance testing. but JMeter can also be used for functional testing. Selenium scripts can be executed in jmeter by selenium web driver. To use Selenium Webdriver with JMeter, simply install “Webdriver Set” plugins. The WebDriver […]

JMeter Non-GUI Test Execution Monitoring

In performance testing, JMeter is fantastic open source tool but not perfect. There is lot of challenges in JMeter as a load testing tool. One of them is that JMeter doesn’t provide much detail during Non-GUI execution mode . It provides poor run time data for executing test […]