JMeter / Discussion Club
Welcome to our Discussion Club.
You can discuss here whatever you want!
Questions for QAProvider Team about projects / payments / other stuff are welcomed.
Questions to each other are welcomed! Meet up professionals, networking, co working!
Also, you can earn money posting articles here.
You can discuss here whatever you want!
Questions for QAProvider Team about projects / payments / other stuff are welcomed.
Questions to each other are welcomed! Meet up professionals, networking, co working!
Also, you can earn money posting articles here.
Subscribe me on new discussions
JMeter Tutorial - How to build a Distributed Load Test (Throughput Controller)
Today we will learn: ============================================================1. How to make our samplers run with defined percentage execution. (Distributing the load) 2. How to use Throughput Controller to achieve this. —————————————————————————————————————————What is a real case scenario ?Suppose a web application has 3 webpages WEBPAGE A ,WEBPAGE B, WEBPAGE C and a real case scenario...
Views: 1350,
Comments: 2,
Karma: 2
Publish date: 5 years ago |
|
How to read emails with Jmeter - (Mail Reader Sampler)
Today we will learn —————————————————————————————————— 1. Setup Mail Reader Sampler 2. How to read emails with Jmeter______________________________________________________________________________Step 1 : Configure JavaMail & Create Test Plan & Add Thread GroupI have discussed about how to configure JavaMail , click here to see my last tutorial.To add Thread Group , click here to see my...
Views: 2203,
Comments: 3,
Karma: 1
Publish date: 5 years ago |
|
How to send Emails with Jmeter (SMTP Sampler)
Today we will learn ———————————————————————————————————1. How to load test email server 2. Configure SMTP sampler to send email________________________________________________________________________________Step 1 : Configuring JavaMailThe JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications. The JavaMail API is available as an optional package for use with the Java SE platform...
Views: 5763,
Comments: 0,
Karma: 0
Publish date: 5 years ago |
|
How to run JMeter from Command Line (non GUI mode)
Why to execute non-GUI mode ?GUI : consumes more resources / memoryGUI : not recommended for heavy load testingCommand Line : can be integrated with other systems -Jenkins etc.In short GUI mode is not good for heavy load testing, since it consumes a lot of memory and resources. GUI mode...
Views: 42078,
Comments: 1,
Karma: 1
Publish date: 5 years ago |
|
JMeter Tutorial -- SOAP API Test
Hello, welcome to another Article of API test. To know about API & Web Services, visit my previous article. We have already discussed about Rest API in the previous article. In this article we will discuss about Soap API. SOAP API (Simple Object Access Protocol)SOAP is a XML-based protocol for accessing web...
Views: 998,
Comments: 0,
Karma: 3
Publish date: 5 years ago |
|
JMeter Tutorial -- REST API Test
API & WebServicesBefore going to the test let's understand what API and Webservices are, Imagine you arrive at a restaurant and you’re wanting to have a hearty meal. There are a few steps you need to take in order to get this done. You perhaps take a look at the Menu to...
Views: 241,
Comments: 2,
Karma: 2
Publish date: 5 years ago |
|
How to setup Realistic Test in JMeter using Concurrency Thread Group
What is a real-world performance test 1.Think TimeSimulate actual user actions with timings/delays2.PacingControl ramp-up and down of virtual usersControl timing between iterationsAchieve x iterations in y mins/secWe will learn about Pacing in this article, we'll have to follow below steps to setup a realistic test Step 1 - Download JMeter plugin managerWe...
Views: 13706,
Comments: 4,
Karma: 3
Publish date: 5 years ago |
|
JMeter Tutorial (BlazeMeter plugin for Chrome)
BlazeMeter | The Continuous Testing PlatformThe Chrome extension records all of the HTTP/S requests and actual user interactions that your browser sends, creates a synced JMeter and Selenium scripts, and automatically uploads it to BlazeMeter, where you can execute it with a single click. How to record HTTP requests and run...
Views: 1524,
Comments: 7,
Karma: 3
Publish date: 5 years ago |
|
How to use JMeter (DB testing)
Apache JMeter™The Apache JMeter™ application is open source software, a 100% pure Java application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions. How to create JMeter Test for DataBaseDatabase Testing is required to test...
Views: 2275,
Comments: 3,
Karma: 5
Publish date: 5 years ago |
|
How to use JMeter (HTTP performance test)
Apache JMeter™The Apache JMeter™ application is open source software, a 100% pure Java application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions. How to create first Jmeter Test Step 1 - Start Jmeter Download JMeter from...
Views: 1924,
Comments: 7,
Karma: 8
Publish date: 5 years ago |