add expectedResCode and expectedResCntType to http ui.xml
This commit is contained in:
parent
c3af582914
commit
a72cb7a307
|
@ -19,7 +19,12 @@
|
|||
<param name="respVarsToSaveInSession"
|
||||
label="The regular expression of extracting variables from response" required="false">
|
||||
<table cols="varName|varRegularExpression|leftBoundry|rightBoundry" />
|
||||
|
||||
</param>
|
||||
<param name="expResCode" label="The expected code of response" required="false">
|
||||
<field size="7" />
|
||||
</param>
|
||||
<param name="expResCnttype" label="The expected content-type of response" required="false">
|
||||
<field size="7" />
|
||||
</param>
|
||||
</params>
|
||||
</behavior>
|
||||
|
@ -39,6 +44,12 @@
|
|||
required="false">
|
||||
<table cols="varName|varRegularExpression|leftBoundry|rightBoundry" />
|
||||
</param>
|
||||
<param name="expResCode" label="The expected code of response" required="false">
|
||||
<field size="7" />
|
||||
</param>
|
||||
<param name="expResCnttype" label="The expected content-type of response" required="false">
|
||||
<field size="7" />
|
||||
</param>
|
||||
</params>
|
||||
</behavior>
|
||||
<behavior name="Post">
|
||||
|
@ -63,6 +74,12 @@
|
|||
required="false">
|
||||
<table cols="varName|varRegularExpression|leftBoundry|rightBoundry" />
|
||||
</param>
|
||||
<param name="expResCode" label="The expected code of response" required="false">
|
||||
<field size="7" />
|
||||
</param>
|
||||
<param name="expResCnttype" label="The expected content-type of response" required="false">
|
||||
<field size="7" />
|
||||
</param>
|
||||
</params>
|
||||
</behavior>
|
||||
<behavior name="Put">
|
||||
|
@ -87,6 +104,12 @@
|
|||
required="false">
|
||||
<table cols="varName|varRegularExpression|leftBoundry|rightBoundry" />
|
||||
</param>
|
||||
<param name="expResCode" label="The expected code of response" required="false">
|
||||
<field size="7" />
|
||||
</param>
|
||||
<param name="expResCnttype" label="The expected content-type of response" required="false">
|
||||
<field size="7" />
|
||||
</param>
|
||||
</params>
|
||||
</behavior>
|
||||
</ui>
|
||||
|
|
Loading…
Reference in New Issue