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 defined as a type of Software Testing performed to ensure that the application being tested is usable by people with disabilities like hearing, colour blindness, old age and other disadvantaged groups. It is a subset of Usability Testing. People with disabilities […]

How Run Selenium Tests in Jenkins Using Maven

Jenkins is the leading open-source continuous integration tool developed by Hudson lab. It is cross-platform and can be used on Windows, Linux, Mac OS and Solaris environments. Jenkins is written in Java.it has taken the place as one of the best open-source tools that allow continuous integration and […]