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 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/downloads/release/python-375/

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.

Sunday, December 27, 2020

how to extend HEAP SIZE of jMeter 5.1.1 on Windows 10


https://stackoverflow.com/questions/58259868/how-to-extend-heap-size-of-jmeter-5-1-1-on-windows-10

 

JMeter Simple Controller

  Simple Controller is just a  container  for user request.