Software Review / 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.
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