Project | Number | Date |
---|---|---|
Lakeside Mutual - Customer Self-Service - API and Database(test) | 676b8b35-c7c3-4fad-8760-e153edbc1169 | 06 Mar 2022, 20:40 |
Steps | Scenarios | Features | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Feature | Passed | Failed | Skipped | Pending | Undefined | Total | Passed | Failed | Total | Duration | Status |
CSS-Reject-DB - Workflow | 49 | 0 | 0 | 0 | 0 | 49 | 8 | 0 | 8 | 1.088 | Passed |
contentType | application/json |
password | [password] |
[email] |
[email] |
contentType | application/json |
X-Auth-Token | [token] |
[email] |
contentType | application/json |
X-Auth-Token | [token] |
firstname | Max |
contentType | application/json |
X-Auth-Token | [token] |
customerInfo.firstname | [firstname] |
customerInfo.customerId | [customerId] |
customerInfo.contactAddress.streetAddress | [streetAddress] |
customerInfo.contactAddress.city | [city] |
customerInfo.contactAddress.postalCode | [postalCode] |
customerInfo.billingAddress.streetAddress | [streetAddress] |
customerInfo.billingAddress.city | [city] |
customerInfo.billingAddress.postalCode | [postalCode] |
customerInfo.lastname | [lastname] |
insuranceOptions.deductible.amount | i~500 |
insuranceOptions.deductible.currency | CHF |
insuranceOptions.insuranceType | Life Insurance |
insuranceOptions.startDate | 2021-09-20 |
contentType | application/json |
X-Auth-Token | [token] |
insurancePremium.amount | i~500 |
insurancePremium.currency | CHF |
policyLimit.amount | i~50000 |
policyLimit.currency | CHF |
status | QUOTE_RECEIVED |
expirationDate | [expiryDate].000Z |
id | [rejectQuoteId] |
contentType | application/json |
X-Auth-Token | [token] |
status | QUOTE_REJECTED |
status |
REQUEST_SUBMITTED |
QUOTE_RECEIVED |
QUOTE_REJECTED |
id | [rejectQuoteId] |
select iqr.id, iq.insurance_premium_amount, iq.insurance_premium_currency, iq.policy_limit_amount from insurancequotes iq INNER JOIN insurancequoterequests iqr on iq.id = iqr.insurance_quote_id and iqr.id = [rejectQuoteId] |