We have made the following custom extensions to JMeter:
A JMeter modify request can take the following as a modification value:
<list><value>value1</value><value>value2</value><value>value3</value></list>
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 |
Copyright © 2013 CA.
All rights reserved.
|
|