Month: June 2019

How to run Jmeter scripts by Taurus and Jenkins?

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

How to run JMeter scripts in Jenkins?

Jenkins  is an open source automation server written in Java. Jenkins helps to automate the non-human part of the software development process, with continuous integration and facilitating technical aspects of continuous delivery. As performance testers, we contribute to our development team by easing the execution of performance tests. […]

Neoload – Introduction and Installation

Overview Neoload is a low-priced high-efficiency load and stress testing tool that is used to measure the performance of web and mobile applications. Neoload simulates traffic through virtual users to determine the application performance under load and analyze the transaction response times and pinpoint the number of the […]

Reading/Sending email by Selenium

Selenium is one of most widely used popular tool for automation testing. we can use selenium to read email body attachment or to send the email with help of Java Mail Jars. Sending email through Java with SSL / TLS authentication The JavaMail API defines classes which represent […]

Accessibility Testing

What is Accessibility Testing? Accessibility Testing is a crucial part of software testing that ensures digital products, such as websites, applications, and software, are usable by people with disabilities. The primary goal of accessibility testing is to verify whether individuals with disabilities can access, navigate, and interact with […]

How Run Selenium Tests in Jenkins Using Maven

Jenkins is an open-source automation server that is widely used for continuous integration and continuous delivery (CI/CD) in software development. It was originally created as an evolution of the Hudson project in 2011. The primary purpose of Jenkins is to automate various aspects of the software development process, […]