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

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

Run Apache JMeter load tests with Azure DevOps

DevOps is a practice that unifies people, process and technology across development and IT in five core practices: planning and tracking, development, build and test, delivery and monitoring and operations. When practicing DevOps, development, IT operations, quality engineering and security teams work closely together—breaking down practices that were […]

Testing SOAP/REST Web Services Using JMeter

SOAP is a messaging protocol specification for exchanging structured information in the implementation of web services. Its purpose is to induce extensibility, neutrality, and independence. It uses XML Information Set for its message format and relies on application layer protocols. SOAP is used in a variety of messaging systems. […]