0
votes

New to jmeter and I would like to build scenario by calling existing jmeter scripts.

I first created the external script as follows:

Test Plan Test Fragment Thread group Test scripts (http request for web services)

Then I created a master script, that had a number of include controllers and a module controller.

Test plan Thread group Include controller (calls existing jmeter script) Module controller

1
show what's not workinguser7294900
Please explain your issue in detail. You are not understandable.Arbaz Alam

1 Answers

0
votes

Get used to look at jmeter.log file - normally it contains all the necessary information allowing to get to the bottom of the issue.

A couple of "blind shot" guesses:

  1. First of all check whether you can run "external" script standalone (without Include Controller or Module Controller). If you can - update your question with your Test Plan configuration and jmeter.log file contents.
  2. If you cannot - it might be due to JMeter versions mismatch, i.e. "external script" is created using JMeter 3.3 or higher
  3. Another possible reason: "External script" relies on plugin(s) which is(are) missing in your JMeter setup. Identify which test elements are absent and install them using JMeter Plugins Manager.