Hi, you would need to use a Post Processor: Regular Expression Extractor This Regular Expression would extract the SessionId:
'SessionId': '(\d+?)', So in the Regular Expression Extractor the settings would be: Reference Name: sessionId Regular Expression: 'SessionId': '(\d+?)', Template: $1$ Match No.: 1 Default Value: NOT_FOUND ZK -- View this message in context: http://jmeter.512774.n5.nabble.com/Extracting-value-from-web-page-Source-Code-using-JMeter-tp5718772p5718773.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
