This is the tenth video of JMeter Tutorial series which covers How to handle dynamic values in JMeter i.e. Correlations using Regular Expression Extractor
Learning:
what is dynamic value?
values gets generated in response
changes every time for each iterating request
how to handle dynamic values?
1) capture the dynamic value from the response
2)store(as variable) the dynamic value from the response
3) use that captured and stored dynamic value(as variable) in the subsequent request
1)Set-Cookie: osCsid=0fc342efcaf4b624595da9ee2131fb5e; path=/; domain=newtours.demoaut.com
Set-Cookie: osCsid=xyz; path=/; domain=newtours.demoaut.com
Set-Cookie: osCsid=abc; path=/; domain=newtours.demoaut.com
Set-Cookie: osCsid=(.+?); path=/; domain=newtours.demoaut.com
reg expression -
sequence of characters that define a search pattern
==================================================================
Automation Anywhere Tutorial Playlist:
https://www.youtube.com/playlist?list=PLkkGqdBS1r08Fd6meBZ7zHJXA15Q5Up2w
Subscribe for more tutorials - https://www.youtube.com/channel/UCFfrg66wWswpMB4vOcQPMqA?sub_confirmation=1