Software Testing is evaluation of the software against requirements gathered from users and system specifications. Testing is conducted at the phase level in software development life cycle.
August 20, 2020
Components in Jmeter
There are different components of JMeter are called Elements that serve their own purpose.
Thread Group-
Thread Groups is a collection of Threads.
Each thread represents one user using the application under test.
Basically, each Thread simulates one real user request to the server.
Listeners-
Listeners: shows the results of the test execution.
They can show results in a different format such as a tree, table, graph or log file.
Samplers-
Samplers are different types of request send by thread group.
We already know that Thread Groups simulate user request to the server
Configuration Elements-
set up defaults and variables for later use by samplers. For example- CSV Data config, HTTP request, FTTP Request
Subscribe to:
Post Comments (Atom)
Key concepts in Pipeline
1. Agent- To build your code or deploy your software using azure pipelines, you need at least one agent. Two types of agent- Microsoft host...
-
Author- Who creates the work product and fix the defects Management- Review planning, defining scope, selecting people, checking entry an...
-
There are different components of JMeter are called Elements that serve their own purpose. Thread Group- Thread Groups is a collection of T...
-
Review types -- Informal Review -Generating new ideas or solutions, quickly solving minor problems Walk through - Exchanging ideas about t...
No comments:
Post a Comment
Please let me know if you have any doubts.