Skip to content

bwashington79/JMeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JMeter

JMeter Examples

Core concepts demonstrated:

  • Record route calls via Blazemeter Chrome extension

  • Obtain JWT to address auth in subsequent api calls

  • Define global values via User Defined Variables Config Element, this allows them to accesible to ALL thread groups.

  • Use CSV DataSet Config element to read data from CSV file to be used in route calls

  • Use Random Number config element. This value is appended to form data to create unique instances of data

  • Extract data from JSON response to be used in subsequent route calls

  • Utilize JSR223 Postprocess to leverage custom Groovy code to create a NEW CSV file that will contain data to be used in subsequent route calls processor name in .jmx file is "Create file containing ids of creates locations"

  • Utilize Beanshell Assertion config element to progmatically define and set new variables

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published