Jmeter Include Controller Example

This guide will show you how to use the JMeter Include Controller to modularize and reuse test scripts efficiently. You’ll learn how to reference external test plans, improve test organization, and manage complex performance testing scenarios using practical examples. Include controller in jmeter is very useful if you wants to break your test plan in … Read more

Exploratory Testing

Exploratory testing is basically Black Box testing, we do not need to worry about internal coding of the software while performing the Exploratory Testing. In simple word Exploratory Testing is all about simultaneously Learning, Test Design and Test Execution. Means here tester first learn about the software then write the test cases  or test scenario … Read more

JMeter Module Controller Example

Module Controller in apache jmeter is one of the important and frequently used logic controller in any software web applications load test plan. Earlier we learnt usage of different jmeter logic controllers with example which are listed on Jmeter Tutorial but module controller is different from all of them. Module controller allows you to redirect test execution … Read more