|
| 1 | +# Replication controller list |
| 2 | + |
| 3 | +## Prerequisites |
| 4 | +Cluster with few deployed applications, where: |
| 5 | + |
| 6 | +* at least one is valid |
| 7 | +* at least one is invalid (for example with wrong image) |
| 8 | + |
| 9 | +## Expected result |
| 10 | +Page displays correctly, especially: |
| 11 | + |
| 12 | +* cards are displayed correctly even when page is scaled down/up |
| 13 | +* application details are valid and matching data from `kubectl` command |
| 14 | +* logs menu display correct pods information |
| 15 | +* all application actions are available |
| 16 | +* invalid applications have warning symbols and error messages |
| 17 | + |
| 18 | +## Specific factors |
| 19 | + |
| 20 | +| Factor | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Comment | |
| 21 | +|--------------------------------------|-------------------------------|-------------------------------------|----------------|--------------|-----------------|---------------------------|------------|--------|---------------------------------------------------------------------------------------------| |
| 22 | +| Replication controller count on page | 1 | odd | even | 20-30 | | | | | | |
| 23 | +| Screen size | normal | mobile | narrow | wide | active resizing | | | | | |
| 24 | +| Replication controller status | valid state | error state | | | | | | | error increases height of the card, error state can be caused by setting non-existing image | |
| 25 | +| Replication controller fields | normal | max length | high pod count | | | | | | | |
| 26 | +| Replication controller labels | normal | long text (253 prefix and 63 label) | 1 | odd | even | short and long text mixed | 20-30 | | labels increase height of the card | |
| 27 | +| Actions | view details | edit pod count | delete | display logs | | | | | | |
| 28 | +| Edit pod count | negative | 0 | 1 | less than 10 | more than 30 | empty | scale down | cancel | | |
| 29 | +| Delete replication controller action | normal | with checkbox checked | cancel | | | | | | | |
| 30 | +| Concurrency | delete replication controller | edit pod count | | | | | | | | |
| 31 | + |
| 32 | +## Common Factors |
| 33 | + |
| 34 | +| Factor | 1 | 2 | 3 | 4 | |
| 35 | +|-----------------|----------------------------|----------------------------------|----|--------| |
| 36 | +| Browser | Chrome | Firefox | IE | Safari | |
| 37 | +| Form | Desktop | Mobile | | | |
| 38 | +| Help | Hover over every `?` | Click on every `Learn more` link | | | |
| 39 | +| Log entries | check log entry on success | Check log entry on failure | | | |
| 40 | +| Success message | Shown for every action | | | | |
| 41 | +| Failure message | Proper sentence | | | | |
| 42 | +| Concurrency | UI refreshes after error | | | | |
0 commit comments