JMeter Synchronizing Timer

Synchronizing Timer is one of the jmeter’s different timers. In your jmeter software test plan, You can use Synchronizing Timer If you wants to release X number of threads at given point. It will block the threads until given X number of threads have been reached at specific point. It will release all threads at once … Read more

Cross Browser Testing

Cross browser testing means testing the application on multiple browser to ensure that our software working as expected on each browser. Because we can’t say that if software is worked fine on one browser it may or may not work fine on other browsers. There may be the issues like particular button is getting  disabled, … Read more

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