Running JMeter Scripts by Taurus – Docker Image

Taurus is an open source automation framework for running various open source load testing tools and functional testing tools. Taurus supports Apache JMeter, the most popular open source load testing tool, Selenium, Gatling, The Grinder, and others Containers are virtual “boxes” inside machines that run the programs installed on […]

Selenium WebDriver : Deep Dive

Selenium is a suite of tools that includes: Selenium IDE, Selenium WebDriver, Selenium Grid and Selenium Standalone Server. Selenium is a tool for automating browsers, which means that Selenium makes browsers execute commands according to your scenario. This is why it’s the perfect tool for web application testing, but you are not […]

Continuous Testing

Before we begin to talk about shift-left or shift-right testing, it’s helpful to visualize the steps of typical software development in a straight line, or to what would be considered a standard waterfall development process: In this process, testing would occur at the end of the development lifecycle, […]

JMeter – Email Load Testing

JMeter is most widely used open source tools for load testing . we have used jmeter for different kind of load testing but in this tutorial we will see how we can perform the Email load testing by using JMeter. Sending email through JavaEmail API The JavaMail API […]

Load Runner – Correlation

After you have done all your home work and determined user scenarios and load profiles, you fire up your performance tool and begin to simulate those scenarios. If using LoadRunner, when you record a session and the execute it, you have probably encountered errors such as “The same […]

Setup selenium webdriver in python

Selenium WebDriver is one of the most popular tools for Web UI Automation. And no better than Python can complement it to automate a broad range of web applications. Selenium is an open source, and its library is available in different programming languages to perform the Web UI […]

How to use JAR file in JMeter

When developing tests, it is often necessary to write code in the tests themselves. This code might be long, it might be repeated in several tests, or might be written only for a specific test. Also, the code written in the tests might have to change or be […]