Technical Information
Wednesday, August 12, 2020
Delete files with wildcards in the folder command prompt
pushd C:\Project\newfolder
DEL /Q /F /S "selenium-screenshot*.png"
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