JMeter – Test Plan
Test Plan is a Parent element in JMeter under which all other elements are attached. It is a default element. You can rename the test plan as per your project name or test case name; depends on the nomenclature which you follow. This will help you to differentiate your project, scenario or test case. How … Read more
JMeter – Elements
YouTube Video: Apache JMeter – Elements (A Glance) JMeter is an easy-to-operate tool with a simple UI. Basically, it is an element-based tool which has separate elements for all the script-building operations like think time, response check, request, cache, test scenario etc. As per your need, you can add JMeter elements and perform the test. … Read more
JMeter – Capture Dynamic Value present in Redirected Request
In the correlation article of JMeter, you got detailed knowledge on: The purpose of this article is to elaborate on the process of finding out the dynamic value when it is present in the redirected request. Steps to identify the dynamic value present in the redirected request: Step 1: Refer to the recorded ‘View Results … Read more