| 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-Accept-DB - Workflow | 50 | 0 | 0 | 0 | 0 | 50 | 8 | 0 | 8 | 3.732 | 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-06-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 | [quoteId] |
| contentType | application/json |
| X-Auth-Token | [token] |
| status | QUOTE_ACCEPTED |
| statusHistory/status |
| REQUEST_SUBMITTED|QUOTE_RECEIVED|QUOTE_ACCEPTED| |
| id | [quoteId] |
| 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 = [quoteId] |
| id,insurance_premium_amount, insurance_premium_currency, policy_limit_amount |
| i~[quoteId],d~500.00,CHF,d~50000.00 |