Author Archives

Qautomation

Currently working as a Lead Quality Assurance ,having 10+ years of expertise and industry experience in different QA tools like Selenium Zalenium,JMeter ,UFT ,Cypress,Load Runner ,NeoLoad ,PostMan ,HP ALM ,Docker ,Jenkins ,Azure Devops ,Kubernetes ,Docker etc. R&D ,learning is my area of interest and playing with tools is my hobby.

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

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

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