Manoj
Manoj

Reputation: 5602

Sending arguments to Java requests in Jmeter

I have two questions,

  1. How can I send arguments to Java requests in Jmeter
  2. How to capture the SampleResult from one JavaRequest and pass it to Other Request.

Upvotes: 0

Views: 2366

Answers (1)

BlackGaff
BlackGaff

Reputation: 7707

  1. Use the Java Request Sampler
  2. Use the post-processor Regular Expression Extractor

Upvotes: 1

Related Questions