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

JMeter If Controller Example

if controller in jmeter is very useful in any software application’s load testing using jmeter. If controller in jmeter allows you to set condition to evaluate it and based on condition evaluation result it will decide to run or not to run if controller’s child elements. jmeter if controller‘s if condition evaluation result is positive … Read more

Globalization Testing and Localization Testing

Globalization testing and localization testing is useful for a software which are going to be used in many country or all over the world. Let discuss one by one. Globalization Testing : Globalization testing is also called as a Internationalization testing. Globalization testing means testing Globalized Application to ensure that the software can be used … Read more