|
|
|
@ -1,5 +1,5 @@ |
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
<jmeterTestPlan version="1.2" properties="5.0" jmeter="5.3"> |
|
|
|
<jmeterTestPlan version="1.2" properties="5.0" jmeter="5.4"> |
|
|
|
<hashTree> |
|
|
|
<TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="Test Plan" enabled="true"> |
|
|
|
<stringProp name="TestPlan.comments"></stringProp> |
|
|
|
@ -43,7 +43,7 @@ |
|
|
|
</collectionProp> |
|
|
|
</elementProp> |
|
|
|
<stringProp name="HTTPSampler.domain">localhost</stringProp> |
|
|
|
<stringProp name="HTTPSampler.port">5000</stringProp> |
|
|
|
<stringProp name="HTTPSampler.port">5001</stringProp> |
|
|
|
<stringProp name="HTTPSampler.protocol">https</stringProp> |
|
|
|
<stringProp name="HTTPSampler.contentEncoding"></stringProp> |
|
|
|
<stringProp name="HTTPSampler.path">/api/books/</stringProp> |
|
|
|
@ -70,7 +70,7 @@ |
|
|
|
<collectionProp name="Arguments.arguments"/> |
|
|
|
</elementProp> |
|
|
|
<stringProp name="HTTPSampler.domain">localhost</stringProp> |
|
|
|
<stringProp name="HTTPSampler.port">5000</stringProp> |
|
|
|
<stringProp name="HTTPSampler.port">5001</stringProp> |
|
|
|
<stringProp name="HTTPSampler.protocol">https</stringProp> |
|
|
|
<stringProp name="HTTPSampler.contentEncoding"></stringProp> |
|
|
|
<stringProp name="HTTPSampler.path">api/books/${BookId}</stringProp> |
|
|
|
@ -84,7 +84,7 @@ |
|
|
|
<stringProp name="HTTPSampler.response_timeout"></stringProp> |
|
|
|
</HTTPSamplerProxy> |
|
|
|
<hashTree/> |
|
|
|
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Update a book" enabled="true"> |
|
|
|
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Update a book" enabled="false"> |
|
|
|
<boolProp name="HTTPSampler.postBodyRaw">true</boolProp> |
|
|
|
<elementProp name="HTTPsampler.Arguments" elementType="Arguments"> |
|
|
|
<collectionProp name="Arguments.arguments"> |
|
|
|
@ -101,7 +101,7 @@ |
|
|
|
</collectionProp> |
|
|
|
</elementProp> |
|
|
|
<stringProp name="HTTPSampler.domain">localhost</stringProp> |
|
|
|
<stringProp name="HTTPSampler.port">5000</stringProp> |
|
|
|
<stringProp name="HTTPSampler.port">5001</stringProp> |
|
|
|
<stringProp name="HTTPSampler.protocol">https</stringProp> |
|
|
|
<stringProp name="HTTPSampler.contentEncoding"></stringProp> |
|
|
|
<stringProp name="HTTPSampler.path">/api/books/${BookId}</stringProp> |
|
|
|
@ -115,12 +115,12 @@ |
|
|
|
<stringProp name="HTTPSampler.response_timeout"></stringProp> |
|
|
|
</HTTPSamplerProxy> |
|
|
|
<hashTree/> |
|
|
|
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Get books" enabled="true"> |
|
|
|
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Get books" enabled="false"> |
|
|
|
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="用户定义的变量" enabled="true"> |
|
|
|
<collectionProp name="Arguments.arguments"/> |
|
|
|
</elementProp> |
|
|
|
<stringProp name="HTTPSampler.domain">localhost</stringProp> |
|
|
|
<stringProp name="HTTPSampler.port">5000</stringProp> |
|
|
|
<stringProp name="HTTPSampler.port">5001</stringProp> |
|
|
|
<stringProp name="HTTPSampler.protocol">https</stringProp> |
|
|
|
<stringProp name="HTTPSampler.contentEncoding"></stringProp> |
|
|
|
<stringProp name="HTTPSampler.path">/api/books</stringProp> |
|
|
|
@ -139,7 +139,7 @@ |
|
|
|
<collectionProp name="Arguments.arguments"/> |
|
|
|
</elementProp> |
|
|
|
<stringProp name="HTTPSampler.domain">localhost</stringProp> |
|
|
|
<stringProp name="HTTPSampler.port">5000</stringProp> |
|
|
|
<stringProp name="HTTPSampler.port">5001</stringProp> |
|
|
|
<stringProp name="HTTPSampler.protocol">https</stringProp> |
|
|
|
<stringProp name="HTTPSampler.contentEncoding"></stringProp> |
|
|
|
<stringProp name="HTTPSampler.path">/api/books/${BookId}</stringProp> |
|
|
|
|