Running JMeter Scripts By Taurus – Jenkins Pipeline

Jenkins Pipeline is an important Jenkins feature for creating and managing a project in Jenkins. This is opposed to the traditional way of creating a Jenkins project by using the Jenkins GUI. When running your open-source load test, Jenkins Pipeline enables resilience, execution control, advanced logic and Version Control […]

How to setup Jenkins Master-Slaves

Jenkins is a cross-platform, continuous integration and continuous delivery application that can be used to build and test your software projects continuously making it easier for developers to integrate changes to the project and making it easier for users to obtain a fresh build, which in turn increases […]

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 […]