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.
Tuesday, April 6, 2021
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
Saturday, December 19, 2020
Visual Resume Builder
https://app.zety.com/login Classic application
https://novoresume.com/page/legal/cookie
What is a cookie
https://novoresume.com/page/legal/cookie
What is a cookie
Cookies are text files containing small amounts of information which are downloaded to your device when you visit a website. Cookies are then sent back to the originating website on each subsequent visit, or to another website that recognizes that cookie.
These cookies contain no personally identifiable information but they will use your computer’s IP address to know from where in the world you are accessing the Internet.
Cookies do lots of different jobs, like letting you navigate between pages efficiently, remembering your preferences, and improve the user experience. They can also help to ensure that adverts you see online are more relevant to you and your interests.
Friday, December 18, 2020
Mobile Automation appium youtube link
Thursday, December 17, 2020
JMeter Reading from CSV : CSV Data Set Config
Create a CSV file
JMeter Random Number or Value
https://www.blazemeter.com/blog/three-ways-to-generate-random-variables-in-jmeter
1. ${__time()}
{
"usercode":"email${__time()}@mailinator.com",
}
Sunday, December 6, 2020
Wednesday, October 21, 2020
Dry Fruits per day
https://food.ndtv.com/opinions/the-nutty-affair-just-how-much-of-these-nuts-should-you-be-eating-779321
|
|
|
|
|
1 |
Almonds |
8-10 |
|
2 |
Walnuts |
2 |
|
3 |
Dates |
2 |
|
4 |
Cashew |
4-5 |
|
5 |
Pista |
5-7 |
|
6 |
Peanuts |
8-10 |
Total quantity should not exceed more than 20 gms / 25 pieces, suggested to take morning/day
time.
Tuesday, October 13, 2020
Monday, October 12, 2020
JUnit All
To get the JUnit Test option, you should add the following 2 dependencies in the POM.xml
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.4.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.4.2</version>
<scope>test</scope>
</dependency>
JMeter Simple Controller
Simple Controller is just a container for user request.
