Posts

Page Verification and Validation:

Data Driven or Parameterization using CSV files:

JMeter Controller

 JMeter Controller Logic Controllers Why do we need Logic Controllers? Critical Section Controller ForEach Controller If Controller Include Controller Interleave Controller Loop Controller Module Controller Once Only Controller Random Controller Random Order Controller Recording Controller Runtime Controller Simple Controller Switch Controller Throughput Controller Transaction Controller While Controller    Logic Controllers            Logic Controllers are the Test Plan elements that are used to customize the order of processing of Samplers and other elements added as child. Primarily, Logic Controllers are used with Sampler requests to perform various customization like – altering their order of processing, grouping them as a single transaction or running the requests in loop etc. Why do we need Logic Controllers?       Performance test scripts are used to simulate the actions of real users. Just like a real user will perfor...

JMeter ForEachController

Image
                                                    JMeter ForEachContoller ForEach Controller in Jmeter iterates through an array of variables. we can use the ForEach Controller to iterate through the JSON Array.            How to Use JMeter ForEach Controller.     We have created a http request and In response will be in the form JSON array and after extracting the JSON response, The ForEachController will iterate the value from JSON Array. Iterating the below field value of json as link.   

Recording Using JMeter

                                       Recording application using jmeter - Chrome. Set the Proxy.        Add the jmeter certificate to the browser.             Chrome-Setting -> Security-> Manage Certificate-> Import -> ApacheJMeterTemporaryRootCA     Set the proxy.        Open system proxy and set the proxy as 8888 with localhost. Please find the below video with step by step details for recording using jmeter. JMeter Recording Video