We have made the following custom extensions to JMeter:
A Jmeter modify request can take the following as a modification value:
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 |
Support for single modification items with multivalued attributes have been added where multiple values can be provided as a single string for a multi valued attribute, as shown in the following:
Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |