Technical Information
Tuesday, April 28, 2020
Chrome vs Chromium : Chromium is the open source project which chrome browser uses.
https://opensource.stackexchange.com/questions/553/how-do-chromium-and-chrome-relate-to-each-other
Chrome added proprietor changes to DRM model and codec support for h264 video
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