Simple Controller is just a container for user request.
Monday, May 24, 2021
Wednesday, May 19, 2021
JMeter timestamp value to pass as variable
${__time(/1000,)}
${__time(/1000,testTimeStamp)}
"LCSFF_${__time(/1000,consigneeID)}"
https://www.perfmatrix.com/how-to-get-current-date-and-time-in-seconds-in-jmeter/
Sunday, April 25, 2021
Sunday, April 18, 2021
Robot Framework installation Guidelines
SOFTWARE REQUIREMENTS:
· Visual Studio Code
· Python 3.7.x
· Python/robot framework libraries mentioned in attachment
· Postman
· Git - Access to be created post VPN
· TFS - Access to be created post VPN
· Jenkins - Access to be created post VPN
INSTALLATION:
· Install Python 3.7.x from https://www.python.org/
o Add Python path in Environment Variable
o Add Pyhton37/Scripts/ in Environment Variable
· Install Visual Studio Code
o Install Robot Framework Instellisense Extension
o Install Python Extension
o Install Git lense Extension
· Run in command prompt
o Navigate to requirements.txt path
pip install -r requirements.txt
(NOTE: if this doesn’t work due to network access, download individual whl from https://pypi.org/ and install by pip install)
· Install Git from https://git-scm.com/downloads
· Download chrome driver and mention the path in PATH env variable.
JMeter Simple Controller
Simple Controller is just a container for user request.
-
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...
-
to invoke Notepad on Windows and open the JMeter readme in it, configure the OS Process Sampler as the following: Command: notepad....
-
BeanShell PreProcessor to the sampler import org.apache.jmeter.protocol.http.control.Header; sampler.getHeaderManager().removeHeaderN...