NIHVIVO-1129 add tests for auto-complete fields.
This commit is contained in:
parent
91b3b33738
commit
1ceec020b4
3 changed files with 139 additions and 14 deletions
|
@ -9,12 +9,15 @@
|
|||
#
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
#
|
||||
# What test should we run?
|
||||
#
|
||||
test.name = SecondTests-rel-1-2
|
||||
|
||||
#
|
||||
# The base install directory for JMeter, and some JARs required by XSLT
|
||||
#
|
||||
jmeter.home.dir = /Users/jeb228/Downloads/JMeter/jakarta-jmeter-2.4
|
||||
jmeter.serializer.jar = ${jmeter.home.dir}/lib/serializer-2.7.1.jar
|
||||
jmeter.xalan.jar = ${jmeter.home.dir}/lib/xalan-2.7.1.jar
|
||||
|
||||
#
|
||||
# Where do we find the Vivo instance that we are testing?
|
||||
|
@ -22,3 +25,13 @@ jmeter.xalan.jar = ${jmeter.home.dir}/lib/xalan-2.7.1.jar
|
|||
webapp.host = localhost
|
||||
webapp.port = 8080
|
||||
webapp.name = vivo
|
||||
|
||||
#
|
||||
# Where is the data to test against?
|
||||
#
|
||||
data.dir = /eclipseVitroWorkspace/vivo/utilities/load-testing/tests
|
||||
|
||||
#
|
||||
# What's the default namespace (URIs are expressed as local-name only)
|
||||
#
|
||||
default.namespace = http://vivo.cornell.edu/individual/
|
Loading…
Add table
Add a link
Reference in a new issue