mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 13:35:50 +00:00
Merge 1d860c92ac
into c91b73e75e
This commit is contained in:
commit
5a7be80863
3 changed files with 434 additions and 424 deletions
|
@ -117,3 +117,6 @@ The Spring PetClinic sample application is released under version 2.0 of the [Ap
|
||||||
[spring-petclinic-reactjs]: https://github.com/spring-petclinic/spring-petclinic-reactjs
|
[spring-petclinic-reactjs]: https://github.com/spring-petclinic/spring-petclinic-reactjs
|
||||||
[spring-petclinic-graphql]: https://github.com/spring-petclinic/spring-petclinic-graphql
|
[spring-petclinic-graphql]: https://github.com/spring-petclinic/spring-petclinic-graphql
|
||||||
[spring-petclinic-kotlin]: https://github.com/spring-petclinic/spring-petclinic-kotlin
|
[spring-petclinic-kotlin]: https://github.com/spring-petclinic/spring-petclinic-kotlin
|
||||||
|
|
||||||
|
# Integration Slack
|
||||||
|
Cambio en branch
|
||||||
|
|
|
@ -1,13 +1,20 @@
|
||||||
# Required metadata
|
sonar.host.url=http://humbertolaptop:9001
|
||||||
sonar.projectKey=java-sonar-runner-simple
|
sonar.secretKeyPath=D:\\Learning\\DevOPsSoftware\\Sonar\\sonarqube-6.7.1\\conf\\sonar-secret.txt
|
||||||
sonar.projectName=Simple Java project analyzed with the SonarQube Runner
|
sonar.login=localadmin
|
||||||
sonar.projectVersion=1.0
|
sonar.password={aes}esMDgWqqFu0Yd211kP/JIg==
|
||||||
|
|
||||||
# Comma-separated paths to directories with sources (required)
|
# Required metadata
|
||||||
sonar.sources=src
|
sonar.projectKey=java-sonar-runner-simple
|
||||||
|
sonar.projectName=Simple Java project analyzed with the SonarQube Runner
|
||||||
# Language
|
sonar.projectVersion=1.0
|
||||||
sonar.language=java
|
|
||||||
|
# Comma-separated paths to directories with sources (required)
|
||||||
# Encoding of the source files
|
sonar.sources=src
|
||||||
sonar.sourceEncoding=UTF-8
|
|
||||||
|
# Language
|
||||||
|
sonar.language=java
|
||||||
|
sonar.java.src=1.8
|
||||||
|
sonar.java.binaries=target\\classes
|
||||||
|
|
||||||
|
# Encoding of the source files
|
||||||
|
sonar.sourceEncoding=UTF-8
|
||||||
|
|
|
@ -1,411 +1,411 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<jmeterTestPlan version="1.2" properties="2.8" jmeter="2.13 r1665067">
|
<jmeterTestPlan version="1.2" properties="2.8" jmeter="2.13 r1665067">
|
||||||
<hashTree>
|
<hashTree>
|
||||||
<TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="Test Plan" enabled="true">
|
<TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="Test Plan" enabled="true">
|
||||||
<stringProp name="TestPlan.comments"></stringProp>
|
<stringProp name="TestPlan.comments"></stringProp>
|
||||||
<boolProp name="TestPlan.functional_mode">false</boolProp>
|
<boolProp name="TestPlan.functional_mode">false</boolProp>
|
||||||
<boolProp name="TestPlan.serialize_threadgroups">false</boolProp>
|
<boolProp name="TestPlan.serialize_threadgroups">false</boolProp>
|
||||||
<elementProp name="TestPlan.user_defined_variables" elementType="Arguments" guiclass="ArgumentsPanel" testclass="Arguments" testname="Variables pr<70>-d<>finies" enabled="true">
|
<elementProp name="TestPlan.user_defined_variables" elementType="Arguments" guiclass="ArgumentsPanel" testclass="Arguments" testname="Variables pr<70>-d<>finies" enabled="true">
|
||||||
<collectionProp name="Arguments.arguments">
|
<collectionProp name="Arguments.arguments">
|
||||||
<elementProp name="PETCLINIC_HOST" elementType="Argument">
|
<elementProp name="PETCLINIC_HOST" elementType="Argument">
|
||||||
<stringProp name="Argument.name">PETCLINIC_HOST</stringProp>
|
<stringProp name="Argument.name">PETCLINIC_HOST</stringProp>
|
||||||
<stringProp name="Argument.value">localhost</stringProp>
|
<stringProp name="Argument.value">localhost</stringProp>
|
||||||
<stringProp name="Argument.metadata">=</stringProp>
|
<stringProp name="Argument.metadata">=</stringProp>
|
||||||
</elementProp>
|
</elementProp>
|
||||||
<elementProp name="PETCLINIC_PORT" elementType="Argument">
|
<elementProp name="PETCLINIC_PORT" elementType="Argument">
|
||||||
<stringProp name="Argument.name">PETCLINIC_PORT</stringProp>
|
<stringProp name="Argument.name">PETCLINIC_PORT</stringProp>
|
||||||
<stringProp name="Argument.value">8080</stringProp>
|
<stringProp name="Argument.value">8080</stringProp>
|
||||||
<stringProp name="Argument.metadata">=</stringProp>
|
<stringProp name="Argument.metadata">=</stringProp>
|
||||||
</elementProp>
|
</elementProp>
|
||||||
<elementProp name="CONTEXT_WEB" elementType="Argument">
|
<elementProp name="CONTEXT_WEB" elementType="Argument">
|
||||||
<stringProp name="Argument.name">CONTEXT_WEB</stringProp>
|
<stringProp name="Argument.name">CONTEXT_WEB</stringProp>
|
||||||
<stringProp name="Argument.value"></stringProp>
|
<stringProp name="Argument.value"></stringProp>
|
||||||
<stringProp name="Argument.metadata">=</stringProp>
|
<stringProp name="Argument.metadata">=</stringProp>
|
||||||
</elementProp>
|
</elementProp>
|
||||||
</collectionProp>
|
</collectionProp>
|
||||||
</elementProp>
|
</elementProp>
|
||||||
<stringProp name="TestPlan.user_define_classpath"></stringProp>
|
<stringProp name="TestPlan.user_define_classpath"></stringProp>
|
||||||
</TestPlan>
|
</TestPlan>
|
||||||
<hashTree>
|
<hashTree>
|
||||||
<ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="User threads" enabled="true">
|
<ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="User threads" enabled="true">
|
||||||
<stringProp name="ThreadGroup.on_sample_error">continue</stringProp>
|
<stringProp name="ThreadGroup.on_sample_error">continue</stringProp>
|
||||||
<elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Contr<74>leur Boucle" enabled="true">
|
<elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Contr<74>leur Boucle" enabled="true">
|
||||||
<boolProp name="LoopController.continue_forever">false</boolProp>
|
<boolProp name="LoopController.continue_forever">false</boolProp>
|
||||||
<stringProp name="LoopController.loops">10</stringProp>
|
<stringProp name="LoopController.loops">10</stringProp>
|
||||||
</elementProp>
|
</elementProp>
|
||||||
<stringProp name="ThreadGroup.num_threads">500</stringProp>
|
<stringProp name="ThreadGroup.num_threads">500</stringProp>
|
||||||
<stringProp name="ThreadGroup.ramp_time">10</stringProp>
|
<stringProp name="ThreadGroup.ramp_time">10</stringProp>
|
||||||
<longProp name="ThreadGroup.start_time">1361531541000</longProp>
|
<longProp name="ThreadGroup.start_time">1361531541000</longProp>
|
||||||
<longProp name="ThreadGroup.end_time">1361531541000</longProp>
|
<longProp name="ThreadGroup.end_time">1361531541000</longProp>
|
||||||
<boolProp name="ThreadGroup.scheduler">false</boolProp>
|
<boolProp name="ThreadGroup.scheduler">false</boolProp>
|
||||||
<stringProp name="ThreadGroup.duration"></stringProp>
|
<stringProp name="ThreadGroup.duration"></stringProp>
|
||||||
<stringProp name="ThreadGroup.delay"></stringProp>
|
<stringProp name="ThreadGroup.delay"></stringProp>
|
||||||
<boolProp name="ThreadGroup.delayedStart">true</boolProp>
|
<boolProp name="ThreadGroup.delayedStart">true</boolProp>
|
||||||
<stringProp name="TestPlan.comments">Original : 500 - 10 - 10</stringProp>
|
<stringProp name="TestPlan.comments">Original : 500 - 10 - 10</stringProp>
|
||||||
</ThreadGroup>
|
</ThreadGroup>
|
||||||
<hashTree>
|
<hashTree>
|
||||||
<ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Fixed time counter" enabled="true">
|
<ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" testname="Fixed time counter" enabled="true">
|
||||||
<stringProp name="ConstantTimer.delay">300</stringProp>
|
<stringProp name="ConstantTimer.delay">300</stringProp>
|
||||||
</ConstantTimer>
|
</ConstantTimer>
|
||||||
<hashTree/>
|
<hashTree/>
|
||||||
<ConfigTestElement guiclass="HttpDefaultsGui" testclass="ConfigTestElement" testname="Default HTTP parameters" enabled="true">
|
<ConfigTestElement guiclass="HttpDefaultsGui" testclass="ConfigTestElement" testname="Default HTTP parameters" enabled="true">
|
||||||
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="Variables pr<70>-d<>finies" enabled="true">
|
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="Variables pr<70>-d<>finies" enabled="true">
|
||||||
<collectionProp name="Arguments.arguments"/>
|
<collectionProp name="Arguments.arguments"/>
|
||||||
</elementProp>
|
</elementProp>
|
||||||
<stringProp name="HTTPSampler.domain">${PETCLINIC_HOST}</stringProp>
|
<stringProp name="HTTPSampler.domain">${PETCLINIC_HOST}</stringProp>
|
||||||
<stringProp name="HTTPSampler.port">${PETCLINIC_PORT}</stringProp>
|
<stringProp name="HTTPSampler.port">${PETCLINIC_PORT}</stringProp>
|
||||||
<stringProp name="HTTPSampler.connect_timeout"></stringProp>
|
<stringProp name="HTTPSampler.connect_timeout"></stringProp>
|
||||||
<stringProp name="HTTPSampler.response_timeout"></stringProp>
|
<stringProp name="HTTPSampler.response_timeout"></stringProp>
|
||||||
<stringProp name="HTTPSampler.protocol"></stringProp>
|
<stringProp name="HTTPSampler.protocol"></stringProp>
|
||||||
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
|
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
|
||||||
<stringProp name="HTTPSampler.path"></stringProp>
|
<stringProp name="HTTPSampler.path"></stringProp>
|
||||||
<stringProp name="HTTPSampler.concurrentPool">4</stringProp>
|
<stringProp name="HTTPSampler.concurrentPool">4</stringProp>
|
||||||
</ConfigTestElement>
|
</ConfigTestElement>
|
||||||
<hashTree/>
|
<hashTree/>
|
||||||
<CookieManager guiclass="CookiePanel" testclass="CookieManager" testname="HTTP cookie manager" enabled="true">
|
<CookieManager guiclass="CookiePanel" testclass="CookieManager" testname="HTTP cookie manager" enabled="true">
|
||||||
<collectionProp name="CookieManager.cookies"/>
|
<collectionProp name="CookieManager.cookies"/>
|
||||||
<boolProp name="CookieManager.clearEachIteration">true</boolProp>
|
<boolProp name="CookieManager.clearEachIteration">true</boolProp>
|
||||||
</CookieManager>
|
</CookieManager>
|
||||||
<hashTree/>
|
<hashTree/>
|
||||||
<CounterConfig guiclass="CounterConfigGui" testclass="CounterConfig" testname="User Count" enabled="true">
|
<CounterConfig guiclass="CounterConfigGui" testclass="CounterConfig" testname="User Count" enabled="true">
|
||||||
<stringProp name="CounterConfig.start">1</stringProp>
|
<stringProp name="CounterConfig.start">1</stringProp>
|
||||||
<stringProp name="CounterConfig.end">10</stringProp>
|
<stringProp name="CounterConfig.end">10</stringProp>
|
||||||
<stringProp name="CounterConfig.incr">1</stringProp>
|
<stringProp name="CounterConfig.incr">1</stringProp>
|
||||||
<stringProp name="CounterConfig.name">count</stringProp>
|
<stringProp name="CounterConfig.name">count</stringProp>
|
||||||
<stringProp name="CounterConfig.format"></stringProp>
|
<stringProp name="CounterConfig.format"></stringProp>
|
||||||
<boolProp name="CounterConfig.per_user">false</boolProp>
|
<boolProp name="CounterConfig.per_user">false</boolProp>
|
||||||
</CounterConfig>
|
</CounterConfig>
|
||||||
<hashTree/>
|
<hashTree/>
|
||||||
<CounterConfig guiclass="CounterConfigGui" testclass="CounterConfig" testname="Pet Count" enabled="true">
|
<CounterConfig guiclass="CounterConfigGui" testclass="CounterConfig" testname="Pet Count" enabled="true">
|
||||||
<stringProp name="CounterConfig.start">1</stringProp>
|
<stringProp name="CounterConfig.start">1</stringProp>
|
||||||
<stringProp name="CounterConfig.end">13</stringProp>
|
<stringProp name="CounterConfig.end">13</stringProp>
|
||||||
<stringProp name="CounterConfig.incr">1</stringProp>
|
<stringProp name="CounterConfig.incr">1</stringProp>
|
||||||
<stringProp name="CounterConfig.name">petCount</stringProp>
|
<stringProp name="CounterConfig.name">petCount</stringProp>
|
||||||
<stringProp name="CounterConfig.format"></stringProp>
|
<stringProp name="CounterConfig.format"></stringProp>
|
||||||
<boolProp name="CounterConfig.per_user">false</boolProp>
|
<boolProp name="CounterConfig.per_user">false</boolProp>
|
||||||
</CounterConfig>
|
</CounterConfig>
|
||||||
<hashTree/>
|
<hashTree/>
|
||||||
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Home page" enabled="true">
|
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Home page" enabled="true">
|
||||||
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="Variables pr<70>-d<>finies" enabled="true">
|
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="Variables pr<70>-d<>finies" enabled="true">
|
||||||
<collectionProp name="Arguments.arguments"/>
|
<collectionProp name="Arguments.arguments"/>
|
||||||
</elementProp>
|
</elementProp>
|
||||||
<stringProp name="HTTPSampler.domain"></stringProp>
|
<stringProp name="HTTPSampler.domain"></stringProp>
|
||||||
<stringProp name="HTTPSampler.port"></stringProp>
|
<stringProp name="HTTPSampler.port"></stringProp>
|
||||||
<stringProp name="HTTPSampler.connect_timeout"></stringProp>
|
<stringProp name="HTTPSampler.connect_timeout"></stringProp>
|
||||||
<stringProp name="HTTPSampler.response_timeout"></stringProp>
|
<stringProp name="HTTPSampler.response_timeout"></stringProp>
|
||||||
<stringProp name="HTTPSampler.protocol"></stringProp>
|
<stringProp name="HTTPSampler.protocol"></stringProp>
|
||||||
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
|
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
|
||||||
<stringProp name="HTTPSampler.path">${CONTEXT_WEB}/</stringProp>
|
<stringProp name="HTTPSampler.path">${CONTEXT_WEB}/</stringProp>
|
||||||
<stringProp name="HTTPSampler.method">GET</stringProp>
|
<stringProp name="HTTPSampler.method">GET</stringProp>
|
||||||
<boolProp name="HTTPSampler.follow_redirects">true</boolProp>
|
<boolProp name="HTTPSampler.follow_redirects">true</boolProp>
|
||||||
<boolProp name="HTTPSampler.auto_redirects">false</boolProp>
|
<boolProp name="HTTPSampler.auto_redirects">false</boolProp>
|
||||||
<boolProp name="HTTPSampler.use_keepalive">true</boolProp>
|
<boolProp name="HTTPSampler.use_keepalive">true</boolProp>
|
||||||
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
|
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
|
||||||
<boolProp name="HTTPSampler.monitor">false</boolProp>
|
<boolProp name="HTTPSampler.monitor">false</boolProp>
|
||||||
<stringProp name="HTTPSampler.embedded_url_re"></stringProp>
|
<stringProp name="HTTPSampler.embedded_url_re"></stringProp>
|
||||||
</HTTPSamplerProxy>
|
</HTTPSamplerProxy>
|
||||||
<hashTree/>
|
<hashTree/>
|
||||||
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="CSS" enabled="true">
|
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="CSS" enabled="true">
|
||||||
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="Variables pr<70>-d<>finies" enabled="true">
|
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="Variables pr<70>-d<>finies" enabled="true">
|
||||||
<collectionProp name="Arguments.arguments"/>
|
<collectionProp name="Arguments.arguments"/>
|
||||||
</elementProp>
|
</elementProp>
|
||||||
<stringProp name="HTTPSampler.domain"></stringProp>
|
<stringProp name="HTTPSampler.domain"></stringProp>
|
||||||
<stringProp name="HTTPSampler.port"></stringProp>
|
<stringProp name="HTTPSampler.port"></stringProp>
|
||||||
<stringProp name="HTTPSampler.connect_timeout"></stringProp>
|
<stringProp name="HTTPSampler.connect_timeout"></stringProp>
|
||||||
<stringProp name="HTTPSampler.response_timeout"></stringProp>
|
<stringProp name="HTTPSampler.response_timeout"></stringProp>
|
||||||
<stringProp name="HTTPSampler.protocol"></stringProp>
|
<stringProp name="HTTPSampler.protocol"></stringProp>
|
||||||
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
|
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
|
||||||
<stringProp name="HTTPSampler.path">${CONTEXT_WEB}/resources/css/petclinic.css</stringProp>
|
<stringProp name="HTTPSampler.path">${CONTEXT_WEB}/resources/css/petclinic.css</stringProp>
|
||||||
<stringProp name="HTTPSampler.method">GET</stringProp>
|
<stringProp name="HTTPSampler.method">GET</stringProp>
|
||||||
<boolProp name="HTTPSampler.follow_redirects">true</boolProp>
|
<boolProp name="HTTPSampler.follow_redirects">true</boolProp>
|
||||||
<boolProp name="HTTPSampler.auto_redirects">false</boolProp>
|
<boolProp name="HTTPSampler.auto_redirects">false</boolProp>
|
||||||
<boolProp name="HTTPSampler.use_keepalive">true</boolProp>
|
<boolProp name="HTTPSampler.use_keepalive">true</boolProp>
|
||||||
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
|
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
|
||||||
<boolProp name="HTTPSampler.monitor">false</boolProp>
|
<boolProp name="HTTPSampler.monitor">false</boolProp>
|
||||||
<stringProp name="HTTPSampler.embedded_url_re"></stringProp>
|
<stringProp name="HTTPSampler.embedded_url_re"></stringProp>
|
||||||
</HTTPSamplerProxy>
|
</HTTPSamplerProxy>
|
||||||
<hashTree/>
|
<hashTree/>
|
||||||
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="JS" enabled="true">
|
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="JS" enabled="true">
|
||||||
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="Variables pr<70>-d<>finies" enabled="true">
|
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="Variables pr<70>-d<>finies" enabled="true">
|
||||||
<collectionProp name="Arguments.arguments"/>
|
<collectionProp name="Arguments.arguments"/>
|
||||||
</elementProp>
|
</elementProp>
|
||||||
<stringProp name="HTTPSampler.domain"></stringProp>
|
<stringProp name="HTTPSampler.domain"></stringProp>
|
||||||
<stringProp name="HTTPSampler.port"></stringProp>
|
<stringProp name="HTTPSampler.port"></stringProp>
|
||||||
<stringProp name="HTTPSampler.connect_timeout"></stringProp>
|
<stringProp name="HTTPSampler.connect_timeout"></stringProp>
|
||||||
<stringProp name="HTTPSampler.response_timeout"></stringProp>
|
<stringProp name="HTTPSampler.response_timeout"></stringProp>
|
||||||
<stringProp name="HTTPSampler.protocol"></stringProp>
|
<stringProp name="HTTPSampler.protocol"></stringProp>
|
||||||
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
|
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
|
||||||
<stringProp name="HTTPSampler.path">${CONTEXT_WEB}/vendors/jquery/jquery.js</stringProp>
|
<stringProp name="HTTPSampler.path">${CONTEXT_WEB}/vendors/jquery/jquery.js</stringProp>
|
||||||
<stringProp name="HTTPSampler.method">GET</stringProp>
|
<stringProp name="HTTPSampler.method">GET</stringProp>
|
||||||
<boolProp name="HTTPSampler.follow_redirects">true</boolProp>
|
<boolProp name="HTTPSampler.follow_redirects">true</boolProp>
|
||||||
<boolProp name="HTTPSampler.auto_redirects">false</boolProp>
|
<boolProp name="HTTPSampler.auto_redirects">false</boolProp>
|
||||||
<boolProp name="HTTPSampler.use_keepalive">true</boolProp>
|
<boolProp name="HTTPSampler.use_keepalive">true</boolProp>
|
||||||
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
|
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
|
||||||
<boolProp name="HTTPSampler.monitor">false</boolProp>
|
<boolProp name="HTTPSampler.monitor">false</boolProp>
|
||||||
<stringProp name="HTTPSampler.embedded_url_re"></stringProp>
|
<stringProp name="HTTPSampler.embedded_url_re"></stringProp>
|
||||||
</HTTPSamplerProxy>
|
</HTTPSamplerProxy>
|
||||||
<hashTree/>
|
<hashTree/>
|
||||||
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Vets" enabled="true">
|
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Vets" enabled="true">
|
||||||
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="Variables pr<70>-d<>finies" enabled="true">
|
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="Variables pr<70>-d<>finies" enabled="true">
|
||||||
<collectionProp name="Arguments.arguments"/>
|
<collectionProp name="Arguments.arguments"/>
|
||||||
</elementProp>
|
</elementProp>
|
||||||
<stringProp name="HTTPSampler.domain"></stringProp>
|
<stringProp name="HTTPSampler.domain"></stringProp>
|
||||||
<stringProp name="HTTPSampler.port"></stringProp>
|
<stringProp name="HTTPSampler.port"></stringProp>
|
||||||
<stringProp name="HTTPSampler.connect_timeout"></stringProp>
|
<stringProp name="HTTPSampler.connect_timeout"></stringProp>
|
||||||
<stringProp name="HTTPSampler.response_timeout"></stringProp>
|
<stringProp name="HTTPSampler.response_timeout"></stringProp>
|
||||||
<stringProp name="HTTPSampler.protocol"></stringProp>
|
<stringProp name="HTTPSampler.protocol"></stringProp>
|
||||||
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
|
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
|
||||||
<stringProp name="HTTPSampler.path">${CONTEXT_WEB}/vets.html</stringProp>
|
<stringProp name="HTTPSampler.path">${CONTEXT_WEB}/vets.html</stringProp>
|
||||||
<stringProp name="HTTPSampler.method">GET</stringProp>
|
<stringProp name="HTTPSampler.method">GET</stringProp>
|
||||||
<boolProp name="HTTPSampler.follow_redirects">true</boolProp>
|
<boolProp name="HTTPSampler.follow_redirects">true</boolProp>
|
||||||
<boolProp name="HTTPSampler.auto_redirects">false</boolProp>
|
<boolProp name="HTTPSampler.auto_redirects">false</boolProp>
|
||||||
<boolProp name="HTTPSampler.use_keepalive">true</boolProp>
|
<boolProp name="HTTPSampler.use_keepalive">true</boolProp>
|
||||||
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
|
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
|
||||||
<boolProp name="HTTPSampler.monitor">false</boolProp>
|
<boolProp name="HTTPSampler.monitor">false</boolProp>
|
||||||
<stringProp name="HTTPSampler.embedded_url_re"></stringProp>
|
<stringProp name="HTTPSampler.embedded_url_re"></stringProp>
|
||||||
</HTTPSamplerProxy>
|
</HTTPSamplerProxy>
|
||||||
<hashTree/>
|
<hashTree/>
|
||||||
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Find owner" enabled="true">
|
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Find owner" enabled="true">
|
||||||
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="Variables pr<70>-d<>finies" enabled="true">
|
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="Variables pr<70>-d<>finies" enabled="true">
|
||||||
<collectionProp name="Arguments.arguments"/>
|
<collectionProp name="Arguments.arguments"/>
|
||||||
</elementProp>
|
</elementProp>
|
||||||
<stringProp name="HTTPSampler.domain"></stringProp>
|
<stringProp name="HTTPSampler.domain"></stringProp>
|
||||||
<stringProp name="HTTPSampler.port"></stringProp>
|
<stringProp name="HTTPSampler.port"></stringProp>
|
||||||
<stringProp name="HTTPSampler.connect_timeout"></stringProp>
|
<stringProp name="HTTPSampler.connect_timeout"></stringProp>
|
||||||
<stringProp name="HTTPSampler.response_timeout"></stringProp>
|
<stringProp name="HTTPSampler.response_timeout"></stringProp>
|
||||||
<stringProp name="HTTPSampler.protocol"></stringProp>
|
<stringProp name="HTTPSampler.protocol"></stringProp>
|
||||||
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
|
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
|
||||||
<stringProp name="HTTPSampler.path">${CONTEXT_WEB}/owners/find.html</stringProp>
|
<stringProp name="HTTPSampler.path">${CONTEXT_WEB}/owners/find.html</stringProp>
|
||||||
<stringProp name="HTTPSampler.method">GET</stringProp>
|
<stringProp name="HTTPSampler.method">GET</stringProp>
|
||||||
<boolProp name="HTTPSampler.follow_redirects">true</boolProp>
|
<boolProp name="HTTPSampler.follow_redirects">true</boolProp>
|
||||||
<boolProp name="HTTPSampler.auto_redirects">false</boolProp>
|
<boolProp name="HTTPSampler.auto_redirects">false</boolProp>
|
||||||
<boolProp name="HTTPSampler.use_keepalive">true</boolProp>
|
<boolProp name="HTTPSampler.use_keepalive">true</boolProp>
|
||||||
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
|
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
|
||||||
<boolProp name="HTTPSampler.monitor">false</boolProp>
|
<boolProp name="HTTPSampler.monitor">false</boolProp>
|
||||||
<stringProp name="HTTPSampler.embedded_url_re"></stringProp>
|
<stringProp name="HTTPSampler.embedded_url_re"></stringProp>
|
||||||
</HTTPSamplerProxy>
|
</HTTPSamplerProxy>
|
||||||
<hashTree/>
|
<hashTree/>
|
||||||
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Find owner with lastname=""" enabled="true">
|
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Find owner with lastname=""" enabled="true">
|
||||||
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="Variables pr<70>-d<>finies" enabled="true">
|
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="Variables pr<70>-d<>finies" enabled="true">
|
||||||
<collectionProp name="Arguments.arguments"/>
|
<collectionProp name="Arguments.arguments"/>
|
||||||
</elementProp>
|
</elementProp>
|
||||||
<stringProp name="HTTPSampler.domain"></stringProp>
|
<stringProp name="HTTPSampler.domain"></stringProp>
|
||||||
<stringProp name="HTTPSampler.port"></stringProp>
|
<stringProp name="HTTPSampler.port"></stringProp>
|
||||||
<stringProp name="HTTPSampler.connect_timeout"></stringProp>
|
<stringProp name="HTTPSampler.connect_timeout"></stringProp>
|
||||||
<stringProp name="HTTPSampler.response_timeout"></stringProp>
|
<stringProp name="HTTPSampler.response_timeout"></stringProp>
|
||||||
<stringProp name="HTTPSampler.protocol"></stringProp>
|
<stringProp name="HTTPSampler.protocol"></stringProp>
|
||||||
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
|
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
|
||||||
<stringProp name="HTTPSampler.path">${CONTEXT_WEB}/owners.html?lastName=</stringProp>
|
<stringProp name="HTTPSampler.path">${CONTEXT_WEB}/owners.html?lastName=</stringProp>
|
||||||
<stringProp name="HTTPSampler.method">GET</stringProp>
|
<stringProp name="HTTPSampler.method">GET</stringProp>
|
||||||
<boolProp name="HTTPSampler.follow_redirects">true</boolProp>
|
<boolProp name="HTTPSampler.follow_redirects">true</boolProp>
|
||||||
<boolProp name="HTTPSampler.auto_redirects">false</boolProp>
|
<boolProp name="HTTPSampler.auto_redirects">false</boolProp>
|
||||||
<boolProp name="HTTPSampler.use_keepalive">true</boolProp>
|
<boolProp name="HTTPSampler.use_keepalive">true</boolProp>
|
||||||
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
|
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
|
||||||
<boolProp name="HTTPSampler.monitor">false</boolProp>
|
<boolProp name="HTTPSampler.monitor">false</boolProp>
|
||||||
<stringProp name="HTTPSampler.embedded_url_re"></stringProp>
|
<stringProp name="HTTPSampler.embedded_url_re"></stringProp>
|
||||||
</HTTPSamplerProxy>
|
</HTTPSamplerProxy>
|
||||||
<hashTree/>
|
<hashTree/>
|
||||||
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Owner" enabled="true">
|
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Owner" enabled="true">
|
||||||
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="Variables pr<70>-d<>finies" enabled="true">
|
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="Variables pr<70>-d<>finies" enabled="true">
|
||||||
<collectionProp name="Arguments.arguments"/>
|
<collectionProp name="Arguments.arguments"/>
|
||||||
</elementProp>
|
</elementProp>
|
||||||
<stringProp name="HTTPSampler.domain"></stringProp>
|
<stringProp name="HTTPSampler.domain"></stringProp>
|
||||||
<stringProp name="HTTPSampler.port"></stringProp>
|
<stringProp name="HTTPSampler.port"></stringProp>
|
||||||
<stringProp name="HTTPSampler.connect_timeout"></stringProp>
|
<stringProp name="HTTPSampler.connect_timeout"></stringProp>
|
||||||
<stringProp name="HTTPSampler.response_timeout"></stringProp>
|
<stringProp name="HTTPSampler.response_timeout"></stringProp>
|
||||||
<stringProp name="HTTPSampler.protocol"></stringProp>
|
<stringProp name="HTTPSampler.protocol"></stringProp>
|
||||||
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
|
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
|
||||||
<stringProp name="HTTPSampler.path">${CONTEXT_WEB}/owners/${count}.html</stringProp>
|
<stringProp name="HTTPSampler.path">${CONTEXT_WEB}/owners/${count}.html</stringProp>
|
||||||
<stringProp name="HTTPSampler.method">GET</stringProp>
|
<stringProp name="HTTPSampler.method">GET</stringProp>
|
||||||
<boolProp name="HTTPSampler.follow_redirects">true</boolProp>
|
<boolProp name="HTTPSampler.follow_redirects">true</boolProp>
|
||||||
<boolProp name="HTTPSampler.auto_redirects">false</boolProp>
|
<boolProp name="HTTPSampler.auto_redirects">false</boolProp>
|
||||||
<boolProp name="HTTPSampler.use_keepalive">true</boolProp>
|
<boolProp name="HTTPSampler.use_keepalive">true</boolProp>
|
||||||
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
|
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
|
||||||
<boolProp name="HTTPSampler.monitor">false</boolProp>
|
<boolProp name="HTTPSampler.monitor">false</boolProp>
|
||||||
<stringProp name="HTTPSampler.embedded_url_re"></stringProp>
|
<stringProp name="HTTPSampler.embedded_url_re"></stringProp>
|
||||||
</HTTPSamplerProxy>
|
</HTTPSamplerProxy>
|
||||||
<hashTree/>
|
<hashTree/>
|
||||||
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Edit Owner" enabled="true">
|
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Edit Owner" enabled="true">
|
||||||
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="Variables pr<70>-d<>finies" enabled="true">
|
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="Variables pr<70>-d<>finies" enabled="true">
|
||||||
<collectionProp name="Arguments.arguments"/>
|
<collectionProp name="Arguments.arguments"/>
|
||||||
</elementProp>
|
</elementProp>
|
||||||
<stringProp name="HTTPSampler.domain"></stringProp>
|
<stringProp name="HTTPSampler.domain"></stringProp>
|
||||||
<stringProp name="HTTPSampler.port"></stringProp>
|
<stringProp name="HTTPSampler.port"></stringProp>
|
||||||
<stringProp name="HTTPSampler.connect_timeout"></stringProp>
|
<stringProp name="HTTPSampler.connect_timeout"></stringProp>
|
||||||
<stringProp name="HTTPSampler.response_timeout"></stringProp>
|
<stringProp name="HTTPSampler.response_timeout"></stringProp>
|
||||||
<stringProp name="HTTPSampler.protocol"></stringProp>
|
<stringProp name="HTTPSampler.protocol"></stringProp>
|
||||||
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
|
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
|
||||||
<stringProp name="HTTPSampler.path">${CONTEXT_WEB}/owners/${count}/edit.html</stringProp>
|
<stringProp name="HTTPSampler.path">${CONTEXT_WEB}/owners/${count}/edit.html</stringProp>
|
||||||
<stringProp name="HTTPSampler.method">GET</stringProp>
|
<stringProp name="HTTPSampler.method">GET</stringProp>
|
||||||
<boolProp name="HTTPSampler.follow_redirects">true</boolProp>
|
<boolProp name="HTTPSampler.follow_redirects">true</boolProp>
|
||||||
<boolProp name="HTTPSampler.auto_redirects">false</boolProp>
|
<boolProp name="HTTPSampler.auto_redirects">false</boolProp>
|
||||||
<boolProp name="HTTPSampler.use_keepalive">true</boolProp>
|
<boolProp name="HTTPSampler.use_keepalive">true</boolProp>
|
||||||
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
|
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
|
||||||
<boolProp name="HTTPSampler.monitor">false</boolProp>
|
<boolProp name="HTTPSampler.monitor">false</boolProp>
|
||||||
<stringProp name="HTTPSampler.embedded_url_re"></stringProp>
|
<stringProp name="HTTPSampler.embedded_url_re"></stringProp>
|
||||||
</HTTPSamplerProxy>
|
</HTTPSamplerProxy>
|
||||||
<hashTree/>
|
<hashTree/>
|
||||||
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="POST Edit Owner" enabled="true">
|
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="POST Edit Owner" enabled="true">
|
||||||
<boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
|
<boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
|
||||||
<elementProp name="HTTPsampler.Arguments" elementType="Arguments">
|
<elementProp name="HTTPsampler.Arguments" elementType="Arguments">
|
||||||
<collectionProp name="Arguments.arguments">
|
<collectionProp name="Arguments.arguments">
|
||||||
<elementProp name="" elementType="HTTPArgument">
|
<elementProp name="" elementType="HTTPArgument">
|
||||||
<boolProp name="HTTPArgument.always_encode">false</boolProp>
|
<boolProp name="HTTPArgument.always_encode">false</boolProp>
|
||||||
<stringProp name="Argument.value">firstName=Test&lastName=${count}&address=1234+Test+St.&city=TestCity&telephone=612345678</stringProp>
|
<stringProp name="Argument.value">firstName=Test&lastName=${count}&address=1234+Test+St.&city=TestCity&telephone=612345678</stringProp>
|
||||||
<stringProp name="Argument.metadata">=</stringProp>
|
<stringProp name="Argument.metadata">=</stringProp>
|
||||||
</elementProp>
|
</elementProp>
|
||||||
</collectionProp>
|
</collectionProp>
|
||||||
</elementProp>
|
</elementProp>
|
||||||
<stringProp name="HTTPSampler.domain"></stringProp>
|
<stringProp name="HTTPSampler.domain"></stringProp>
|
||||||
<stringProp name="HTTPSampler.port"></stringProp>
|
<stringProp name="HTTPSampler.port"></stringProp>
|
||||||
<stringProp name="HTTPSampler.connect_timeout"></stringProp>
|
<stringProp name="HTTPSampler.connect_timeout"></stringProp>
|
||||||
<stringProp name="HTTPSampler.response_timeout"></stringProp>
|
<stringProp name="HTTPSampler.response_timeout"></stringProp>
|
||||||
<stringProp name="HTTPSampler.protocol"></stringProp>
|
<stringProp name="HTTPSampler.protocol"></stringProp>
|
||||||
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
|
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
|
||||||
<stringProp name="HTTPSampler.path">${CONTEXT_WEB}/owners/${count}/edit.html</stringProp>
|
<stringProp name="HTTPSampler.path">${CONTEXT_WEB}/owners/${count}/edit.html</stringProp>
|
||||||
<stringProp name="HTTPSampler.method">POST</stringProp>
|
<stringProp name="HTTPSampler.method">POST</stringProp>
|
||||||
<boolProp name="HTTPSampler.follow_redirects">true</boolProp>
|
<boolProp name="HTTPSampler.follow_redirects">true</boolProp>
|
||||||
<boolProp name="HTTPSampler.auto_redirects">false</boolProp>
|
<boolProp name="HTTPSampler.auto_redirects">false</boolProp>
|
||||||
<boolProp name="HTTPSampler.use_keepalive">true</boolProp>
|
<boolProp name="HTTPSampler.use_keepalive">true</boolProp>
|
||||||
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
|
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
|
||||||
<boolProp name="HTTPSampler.monitor">false</boolProp>
|
<boolProp name="HTTPSampler.monitor">false</boolProp>
|
||||||
<stringProp name="HTTPSampler.embedded_url_re"></stringProp>
|
<stringProp name="HTTPSampler.embedded_url_re"></stringProp>
|
||||||
</HTTPSamplerProxy>
|
</HTTPSamplerProxy>
|
||||||
<hashTree/>
|
<hashTree/>
|
||||||
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="New visit" enabled="true">
|
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="New visit" enabled="true">
|
||||||
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="Variables pr<70>-d<>finies" enabled="true">
|
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="Variables pr<70>-d<>finies" enabled="true">
|
||||||
<collectionProp name="Arguments.arguments"/>
|
<collectionProp name="Arguments.arguments"/>
|
||||||
</elementProp>
|
</elementProp>
|
||||||
<stringProp name="HTTPSampler.domain"></stringProp>
|
<stringProp name="HTTPSampler.domain"></stringProp>
|
||||||
<stringProp name="HTTPSampler.port"></stringProp>
|
<stringProp name="HTTPSampler.port"></stringProp>
|
||||||
<stringProp name="HTTPSampler.connect_timeout"></stringProp>
|
<stringProp name="HTTPSampler.connect_timeout"></stringProp>
|
||||||
<stringProp name="HTTPSampler.response_timeout"></stringProp>
|
<stringProp name="HTTPSampler.response_timeout"></stringProp>
|
||||||
<stringProp name="HTTPSampler.protocol"></stringProp>
|
<stringProp name="HTTPSampler.protocol"></stringProp>
|
||||||
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
|
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
|
||||||
<stringProp name="HTTPSampler.path">${CONTEXT_WEB}/owners/${count}/pets/${petCount}/visits/new</stringProp>
|
<stringProp name="HTTPSampler.path">${CONTEXT_WEB}/owners/${count}/pets/${petCount}/visits/new</stringProp>
|
||||||
<stringProp name="HTTPSampler.method">GET</stringProp>
|
<stringProp name="HTTPSampler.method">GET</stringProp>
|
||||||
<boolProp name="HTTPSampler.follow_redirects">true</boolProp>
|
<boolProp name="HTTPSampler.follow_redirects">true</boolProp>
|
||||||
<boolProp name="HTTPSampler.auto_redirects">false</boolProp>
|
<boolProp name="HTTPSampler.auto_redirects">false</boolProp>
|
||||||
<boolProp name="HTTPSampler.use_keepalive">true</boolProp>
|
<boolProp name="HTTPSampler.use_keepalive">true</boolProp>
|
||||||
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
|
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
|
||||||
<boolProp name="HTTPSampler.monitor">false</boolProp>
|
<boolProp name="HTTPSampler.monitor">false</boolProp>
|
||||||
<stringProp name="HTTPSampler.embedded_url_re"></stringProp>
|
<stringProp name="HTTPSampler.embedded_url_re"></stringProp>
|
||||||
</HTTPSamplerProxy>
|
</HTTPSamplerProxy>
|
||||||
<hashTree/>
|
<hashTree/>
|
||||||
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="POST new visit" enabled="true">
|
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="POST new visit" enabled="true">
|
||||||
<boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
|
<boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
|
||||||
<elementProp name="HTTPsampler.Arguments" elementType="Arguments">
|
<elementProp name="HTTPsampler.Arguments" elementType="Arguments">
|
||||||
<collectionProp name="Arguments.arguments">
|
<collectionProp name="Arguments.arguments">
|
||||||
<elementProp name="" elementType="HTTPArgument">
|
<elementProp name="" elementType="HTTPArgument">
|
||||||
<boolProp name="HTTPArgument.always_encode">false</boolProp>
|
<boolProp name="HTTPArgument.always_encode">false</boolProp>
|
||||||
<stringProp name="Argument.value">date=2013%2F02%2F22&description=visit</stringProp>
|
<stringProp name="Argument.value">date=2013%2F02%2F22&description=visit</stringProp>
|
||||||
<stringProp name="Argument.metadata">=</stringProp>
|
<stringProp name="Argument.metadata">=</stringProp>
|
||||||
</elementProp>
|
</elementProp>
|
||||||
</collectionProp>
|
</collectionProp>
|
||||||
</elementProp>
|
</elementProp>
|
||||||
<stringProp name="HTTPSampler.domain"></stringProp>
|
<stringProp name="HTTPSampler.domain"></stringProp>
|
||||||
<stringProp name="HTTPSampler.port"></stringProp>
|
<stringProp name="HTTPSampler.port"></stringProp>
|
||||||
<stringProp name="HTTPSampler.connect_timeout"></stringProp>
|
<stringProp name="HTTPSampler.connect_timeout"></stringProp>
|
||||||
<stringProp name="HTTPSampler.response_timeout"></stringProp>
|
<stringProp name="HTTPSampler.response_timeout"></stringProp>
|
||||||
<stringProp name="HTTPSampler.protocol"></stringProp>
|
<stringProp name="HTTPSampler.protocol"></stringProp>
|
||||||
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
|
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
|
||||||
<stringProp name="HTTPSampler.path">${CONTEXT_WEB}/owners/${count}/pets/${petCount}/visits/new</stringProp>
|
<stringProp name="HTTPSampler.path">${CONTEXT_WEB}/owners/${count}/pets/${petCount}/visits/new</stringProp>
|
||||||
<stringProp name="HTTPSampler.method">POST</stringProp>
|
<stringProp name="HTTPSampler.method">POST</stringProp>
|
||||||
<boolProp name="HTTPSampler.follow_redirects">true</boolProp>
|
<boolProp name="HTTPSampler.follow_redirects">true</boolProp>
|
||||||
<boolProp name="HTTPSampler.auto_redirects">false</boolProp>
|
<boolProp name="HTTPSampler.auto_redirects">false</boolProp>
|
||||||
<boolProp name="HTTPSampler.use_keepalive">true</boolProp>
|
<boolProp name="HTTPSampler.use_keepalive">true</boolProp>
|
||||||
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
|
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
|
||||||
<boolProp name="HTTPSampler.monitor">false</boolProp>
|
<boolProp name="HTTPSampler.monitor">false</boolProp>
|
||||||
<stringProp name="HTTPSampler.embedded_url_re"></stringProp>
|
<stringProp name="HTTPSampler.embedded_url_re"></stringProp>
|
||||||
</HTTPSamplerProxy>
|
</HTTPSamplerProxy>
|
||||||
<hashTree/>
|
<hashTree/>
|
||||||
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Owner" enabled="true">
|
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Owner" enabled="true">
|
||||||
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="Variables pr<70>-d<>finies" enabled="true">
|
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="Variables pr<70>-d<>finies" enabled="true">
|
||||||
<collectionProp name="Arguments.arguments"/>
|
<collectionProp name="Arguments.arguments"/>
|
||||||
</elementProp>
|
</elementProp>
|
||||||
<stringProp name="HTTPSampler.domain"></stringProp>
|
<stringProp name="HTTPSampler.domain"></stringProp>
|
||||||
<stringProp name="HTTPSampler.port"></stringProp>
|
<stringProp name="HTTPSampler.port"></stringProp>
|
||||||
<stringProp name="HTTPSampler.connect_timeout"></stringProp>
|
<stringProp name="HTTPSampler.connect_timeout"></stringProp>
|
||||||
<stringProp name="HTTPSampler.response_timeout"></stringProp>
|
<stringProp name="HTTPSampler.response_timeout"></stringProp>
|
||||||
<stringProp name="HTTPSampler.protocol"></stringProp>
|
<stringProp name="HTTPSampler.protocol"></stringProp>
|
||||||
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
|
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
|
||||||
<stringProp name="HTTPSampler.path">${CONTEXT_WEB}/owners/${count}.html</stringProp>
|
<stringProp name="HTTPSampler.path">${CONTEXT_WEB}/owners/${count}.html</stringProp>
|
||||||
<stringProp name="HTTPSampler.method">GET</stringProp>
|
<stringProp name="HTTPSampler.method">GET</stringProp>
|
||||||
<boolProp name="HTTPSampler.follow_redirects">true</boolProp>
|
<boolProp name="HTTPSampler.follow_redirects">true</boolProp>
|
||||||
<boolProp name="HTTPSampler.auto_redirects">false</boolProp>
|
<boolProp name="HTTPSampler.auto_redirects">false</boolProp>
|
||||||
<boolProp name="HTTPSampler.use_keepalive">true</boolProp>
|
<boolProp name="HTTPSampler.use_keepalive">true</boolProp>
|
||||||
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
|
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
|
||||||
<boolProp name="HTTPSampler.monitor">false</boolProp>
|
<boolProp name="HTTPSampler.monitor">false</boolProp>
|
||||||
<stringProp name="HTTPSampler.embedded_url_re"></stringProp>
|
<stringProp name="HTTPSampler.embedded_url_re"></stringProp>
|
||||||
</HTTPSamplerProxy>
|
</HTTPSamplerProxy>
|
||||||
<hashTree/>
|
<hashTree/>
|
||||||
<ResultCollector guiclass="ViewResultsFullVisualizer" testclass="ResultCollector" testname="Results" enabled="false">
|
<ResultCollector guiclass="ViewResultsFullVisualizer" testclass="ResultCollector" testname="Results" enabled="false">
|
||||||
<boolProp name="ResultCollector.error_logging">false</boolProp>
|
<boolProp name="ResultCollector.error_logging">false</boolProp>
|
||||||
<objProp>
|
<objProp>
|
||||||
<name>saveConfig</name>
|
<name>saveConfig</name>
|
||||||
<value class="SampleSaveConfiguration">
|
<value class="SampleSaveConfiguration">
|
||||||
<time>true</time>
|
<time>true</time>
|
||||||
<latency>true</latency>
|
<latency>true</latency>
|
||||||
<timestamp>true</timestamp>
|
<timestamp>true</timestamp>
|
||||||
<success>true</success>
|
<success>true</success>
|
||||||
<label>true</label>
|
<label>true</label>
|
||||||
<code>true</code>
|
<code>true</code>
|
||||||
<message>true</message>
|
<message>true</message>
|
||||||
<threadName>true</threadName>
|
<threadName>true</threadName>
|
||||||
<dataType>true</dataType>
|
<dataType>true</dataType>
|
||||||
<encoding>false</encoding>
|
<encoding>false</encoding>
|
||||||
<assertions>true</assertions>
|
<assertions>true</assertions>
|
||||||
<subresults>true</subresults>
|
<subresults>true</subresults>
|
||||||
<responseData>false</responseData>
|
<responseData>false</responseData>
|
||||||
<samplerData>false</samplerData>
|
<samplerData>false</samplerData>
|
||||||
<xml>false</xml>
|
<xml>false</xml>
|
||||||
<fieldNames>false</fieldNames>
|
<fieldNames>false</fieldNames>
|
||||||
<responseHeaders>false</responseHeaders>
|
<responseHeaders>false</responseHeaders>
|
||||||
<requestHeaders>false</requestHeaders>
|
<requestHeaders>false</requestHeaders>
|
||||||
<responseDataOnError>false</responseDataOnError>
|
<responseDataOnError>false</responseDataOnError>
|
||||||
<saveAssertionResultsFailureMessage>false</saveAssertionResultsFailureMessage>
|
<saveAssertionResultsFailureMessage>false</saveAssertionResultsFailureMessage>
|
||||||
<assertionsResultsToSave>0</assertionsResultsToSave>
|
<assertionsResultsToSave>0</assertionsResultsToSave>
|
||||||
<bytes>true</bytes>
|
<bytes>true</bytes>
|
||||||
<threadCounts>true</threadCounts>
|
<threadCounts>true</threadCounts>
|
||||||
</value>
|
</value>
|
||||||
</objProp>
|
</objProp>
|
||||||
<stringProp name="filename"></stringProp>
|
<stringProp name="filename"></stringProp>
|
||||||
</ResultCollector>
|
</ResultCollector>
|
||||||
<hashTree/>
|
<hashTree/>
|
||||||
<ResultCollector guiclass="StatVisualizer" testclass="ResultCollector" testname="Aggregated report" enabled="true">
|
<ResultCollector guiclass="StatVisualizer" testclass="ResultCollector" testname="Aggregated report" enabled="true">
|
||||||
<boolProp name="ResultCollector.error_logging">false</boolProp>
|
<boolProp name="ResultCollector.error_logging">false</boolProp>
|
||||||
<objProp>
|
<objProp>
|
||||||
<name>saveConfig</name>
|
<name>saveConfig</name>
|
||||||
<value class="SampleSaveConfiguration">
|
<value class="SampleSaveConfiguration">
|
||||||
<time>true</time>
|
<time>true</time>
|
||||||
<latency>true</latency>
|
<latency>true</latency>
|
||||||
<timestamp>true</timestamp>
|
<timestamp>true</timestamp>
|
||||||
<success>true</success>
|
<success>true</success>
|
||||||
<label>true</label>
|
<label>true</label>
|
||||||
<code>true</code>
|
<code>true</code>
|
||||||
<message>true</message>
|
<message>true</message>
|
||||||
<threadName>true</threadName>
|
<threadName>true</threadName>
|
||||||
<dataType>true</dataType>
|
<dataType>true</dataType>
|
||||||
<encoding>false</encoding>
|
<encoding>false</encoding>
|
||||||
<assertions>true</assertions>
|
<assertions>true</assertions>
|
||||||
<subresults>true</subresults>
|
<subresults>true</subresults>
|
||||||
<responseData>false</responseData>
|
<responseData>false</responseData>
|
||||||
<samplerData>false</samplerData>
|
<samplerData>false</samplerData>
|
||||||
<xml>false</xml>
|
<xml>false</xml>
|
||||||
<fieldNames>false</fieldNames>
|
<fieldNames>false</fieldNames>
|
||||||
<responseHeaders>false</responseHeaders>
|
<responseHeaders>false</responseHeaders>
|
||||||
<requestHeaders>false</requestHeaders>
|
<requestHeaders>false</requestHeaders>
|
||||||
<responseDataOnError>false</responseDataOnError>
|
<responseDataOnError>false</responseDataOnError>
|
||||||
<saveAssertionResultsFailureMessage>false</saveAssertionResultsFailureMessage>
|
<saveAssertionResultsFailureMessage>false</saveAssertionResultsFailureMessage>
|
||||||
<assertionsResultsToSave>0</assertionsResultsToSave>
|
<assertionsResultsToSave>0</assertionsResultsToSave>
|
||||||
<bytes>true</bytes>
|
<bytes>true</bytes>
|
||||||
<threadCounts>true</threadCounts>
|
<threadCounts>true</threadCounts>
|
||||||
</value>
|
</value>
|
||||||
</objProp>
|
</objProp>
|
||||||
<stringProp name="filename"></stringProp>
|
<stringProp name="filename"></stringProp>
|
||||||
</ResultCollector>
|
</ResultCollector>
|
||||||
<hashTree/>
|
<hashTree/>
|
||||||
</hashTree>
|
</hashTree>
|
||||||
</hashTree>
|
</hashTree>
|
||||||
</hashTree>
|
</hashTree>
|
||||||
</jmeterTestPlan>
|
</jmeterTestPlan>
|
||||||
|
|
Loading…
Reference in a new issue