Technical Information
Thursday, December 17, 2020
JMeter Reading from CSV : CSV Data Set Config
Create a CSV file
Add CSV Data Set Config
variable Name : mobile
use the variable somewhere in the request or body
Execute we can see it is reading serially from the CSV file.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
JMeter Simple Controller
Simple Controller is just a container for user request.
Swagger .json file to JMeter (.jmx) conversion :
We can convert in 2 ways. 1 . online tool http://editor.swagger.io/#/ 2. Go to https://swagger.io/docs/open-source-tools/swagger-c...
JMeter : OS Process sampler : Run OS commands and 3rd-party programs on local and remote machines
to invoke Notepad on Windows and open the JMeter readme in it, configure the OS Process Sampler as the following: Command: notepad....
JMeter Header add and remove programmatic:
BeanShell PreProcessor to the sampler import org.apache.jmeter.protocol.http.control.Header; sampler.getHeaderManager().removeHeaderN...
No comments:
Post a Comment