...
Parameter name | Description | Example |
HTTP RFC Destination | Type G RFC destination pointing to server where Logic App endpoint is deployed | AZURE_LA1_HTTP_DEST |
---|---|---|
Direct HTTP URL | Relative URL pointing to Logic App endpoint | /workflows/12345/triggers/manual/paths/invoke/… |
HTTP Header | Optional list of HTTP headers to be added to the request | x-custom-header=12345 |
Action to get input payload | Action block from which we take the input payload | Http_Init |
Action to get output payload | Action block from which we take the output payload | Send_To_ECC |
Azure LA Resource Group | Optional parameter if the Azure Logic Apps uses different resource group than the one determined in the global configuration. | a-rs-group-002 |
Do not fail TC if reference not found | This flag determines if in the situation when DB validation for reference messages have not been found whether it should be treated as Error or Successful message. | Checked or 'X' - if reference document is not found test case will not be failed Unchecked or '' - if reference document is not found test case will be failed (default setting) |
Show XML in the correct order (unsorted) | This flag determines if the file lines in the XML Comparison Report should be displayed unsorted or should be sorted alphabetically for a specific nodes. | Checked or 'X' - payload will not be sorted on the report Unchecked or '' - payload will be sorted alphabetically (default value) |