The various parts of JMeter are called Elements. Every Element is intended for a particular reason.The figure underneath gives a few normal components in JMeter.Concentrating on every one of the parts in one go is a solicitation to disarray and boredome. Here, we will talk about the must-know parts before you can begin Testing in JMeter.Remaining parts will be examined as when they are utilized in the succeeding instructional exercises. The components examined in this instructional exercise areString Groups is an assortment of Threads. Each string addresses one client utilizing the application under test. Essentially, each Thread reenacts one genuine client solicitation to the server.The controls for a string bunch permit you to Set the quantity of strings for each gathering.
For instance, on the off chance that you set the quantity of strings as 100; JMeter will make and mimic 100 client solicitations to the server under testAs we probably are aware currently that JMeter upholds testing HTTP, FTP, JDBC and numerous different conventions.We definitely realize that Thread Groups recreate client solicitation to the serverIn any case, how does a Thread Group realize which sort of solicitations (HTTP, FTP and so forth) it requirements to make?The response is SamplersThe client solicitation could be FTP Request, HTTP Request, JDBC Request… Etc.
Assume you need to test a site for 100 clients marking in with various qualifications. You don't have to record the content multiple times! You can definition the content to enter different login certifications. This login data (for example Username, secret word) could be put away in a text record. JMeter has a component that permits you to peruse various boundaries from that text document. It is "CSV Data Set Config", which is utilized to peruse lines from a document, and split them into variables.HTTP Cookie Manager likewise has a similar element as an internet browser. In the event that you have a HTTP Request and the reaction contains a treat, the Cookie Manager consequently stores that treat and will involve it for all future solicitations to that specific site.HTTP demand default
This component allows you to set default esteems that your HTTP Request regulators use.For instance,You are sending 100 HTTP solicitations to the server google.comYou would need to physically enter server name = google.com for this large number of 100 solicitationsAll things being equal, you could add a solitary HTTP demand defaults with the "Server Name or IP" field = google.comDon't bother composing multiple times!Login Config ElementThe Login Config Element allows you to add or abrogate username and secret key settings in samplers.For instance, you need to mimic one client login to site www.facebook.com with client and secret phrase. You can utilize the Login Config Element to add this client and secret word setting in a client demand.
Click Here For more Detail
What is VuGen(Virtual User Generator) Script Recording Example in LoadRunner