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 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 […]
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, […]
Gatling is an open-source load testing framework based on Scala, Akka and Netty. It comes with excellent support for HTTP protocol thus making it an easy choice to test HTTP server (web based applications, APIs etc)..Build on top of Akka it enables thousands of virtual users on a […]
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 […]
Gatling Installation As Gatling is written in Scala, it can be run on any OS (operating system) and the only requirement is to have the Java installed on the machine. Moreover, in order to use Gatling and run the load tests, you need to have the JDK (Java Development Kit) […]
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 […]
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 […]
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 […]
As part of CI/CD process we can integrate JMeter with Jenkins and execute the scripts as explained in the tutorial. Another way to integrate JMeter in Jenkins is by using Taurus, an open source test automation framework for easily running performance tests. Taurus, an open source test automation […]