Previous Topic: Test Case ContentsNext Topic: Run a JMeter Test Case


Extensions to JMeter

We have made the following custom extensions to JMeter:

The following symbolic strings were introduced so that they can be used instead of their cryptic numeric forms:

LDAP Extended Request: Search Test: “Scope” Field (scope for LDAP search operation)

String in JMeter Test

Numeric Equivalent

Java Constant (in javax.naming.directory.SearchControls)

object

0

OBJECT_SCOPE

onelevel

1

ONELEVEL_SCOPE

subtree

2

SUBTREE_SCOPE

LDAP Extended Request: Modification Test: “opCode” Column (mode for LDAP MODIFY operation)

String in JMeter Test

Numeric Equivalent

Java Constant (in javax.naming.directory.DirContext)

add

1

ADD_ATTRIBUTE

replace

2

REPLACE_ATTRIBUTE

remove

3

REMOVE_ATTRIBUTE