1

JMeter Exception while importing jmx. Jmx is automated and its throwing an exception as shown in below:

enter image description here

Please suggest step.

Naveen Kumar R B
  • 6,248
  • 5
  • 32
  • 65
Anoop
  • 71
  • 1
  • 1
  • 6

2 Answers2

2

You are missing a plugin. To resolve this go HERE and download appropriate jar which you then put to lib/ext folder.

BTW, you should try to find answer on StackOverflow before asking questions! Issues like this are common and have many helpful answers...

Like this one or this...

Community
  • 1
  • 1
Iske
  • 1,150
  • 9
  • 18
0

First, you must install VariablesFromCSV plugin, before importing the jmx file into JMeter

I suggest using Plugin Manager for installing JMeter plug-ins from JMeter GUI itself

Naveen Kumar R B
  • 6,248
  • 5
  • 32
  • 65