Skip to content

Commit

Permalink
fixed table
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronridderikhoff committed Mar 27, 2021
1 parent 1a15cfc commit 80e972f
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions docs/docs/testcase_datatests.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,6 @@ No special setup needed

**Notes and Results:**

| **Step** | **Test Step/Input** | **Expected Results** | **Actual Results** | **Requirement Validation** | **Pass/Fail** |
| User Flow 1: Verify that the annual .earnings and the .quarterly_earnings properties correctly display information, even with missing and incorrect input data.|
| ------------ | ------------------- | -------------------- | ------------------ | -------------------------- | ------------- |
| 1 | run the test with python3 test_earnings.py |..... --------------------------------------------------- Ran 5 tests in 9.537s OK|..... --------------------------------------------------- Ran 5 tests in 9.537s OK|
The app should not crash even when there is no yearly data, and should still display all available information.

The app should not crash even when there is no quarterly data, or if a quarter is missing, and should still display all available information.

The app should not crash even when there is no annual earnings field data, and should still display all available information.

The app should not crash even when there is no quarterly earnings field data, and should still display all available information.

| ✅ Pass |
<table class="c15"><tbody><tr class="c6"><td class="c3" colspan="1" rowspan="1"><p class="c1"><span class="c0"><b>Step</b></span></p></td><td class="c14" colspan="1" rowspan="1"><p class="c1"><span class="c0"><b>Test Step/Input</b></span></p></td><td class="c8" colspan="1" rowspan="1"><p class="c1"><span class="c0"><b>Expected Results</b></span></p></td><td class="c8" colspan="1" rowspan="1"><p class="c1"><span class="c0"><b>Actual Results</b></span></p></td><td class="c16" colspan="1" rowspan="1"><p class="c1"><span class="c0"><b>Requirements Validation</b></span></p></td><td class="c7" colspan="1" rowspan="1"><p class="c1"><span class="c0"><b>Pass/Fail</b></span></p></td></tr><tr class="c19"><td class="c9" colspan="6" rowspan="1"><p class="c1"><span class="c0">User Flow 1: Verify that the annual .earnings and the .quarterly_earnings properties correctly display information, even with missing and incorrect input data.</span></p></td></tr><tr class="c6"><td class="c3" colspan="1" rowspan="1"><p class="c1"><span class="c0">1.</span></p></td><td class="c14" colspan="1" rowspan="1"><p class="c1"><span>run the test with </span><span class="c11">python3 test_earnings.py</span></p></td><td class="c8" colspan="1" rowspan="1"><p class="c1"><span class="c12 c11">.....</span></p><p class="c1"><span class="c12 c11">---------------------------------------------------</span></p><p class="c1"><span class="c12 c11">Ran 5 tests in 9.537s</span></p><p class="c1 c10"><span class="c12 c11"></span></p><p class="c1"><span class="c11">OK</span></p></td><td class="c8" colspan="1" rowspan="1"><p class="c1"><span class="c11 c12">.....</span></p><p class="c1"><span class="c12 c11">---------------------------------------------------</span></p><p class="c1"><span class="c12 c11">Ran 5 tests in 9.537s</span></p><p class="c1 c10"><span class="c12 c11"></span></p><p class="c1"><span class="c11">OK</span></p></td><td class="c16" colspan="1" rowspan="1"><p class="c1"><span class="c0">The app should not crash even when there is no yearly data, and should still display all available information.</span></p><p class="c1 c10"><span class="c0"></span></p><p class="c1"><span class="c0">The app should not crash even when there is no quarterly data, or if a quarter is missing, and should still display all available information.</span></p><p class="c1 c10"><span class="c0"></span></p><p class="c1"><span class="c0">The app should not crash even when there is no annual earnings field data, and should still display all available information.</span></p><p class="c1 c10"><span class="c0"></span></p><p class="c1"><span class="c0">The app should not crash even when there is no quarterly earnings field data, and should still display all available information.</span></p></td><td class="c7" colspan="1" rowspan="1"><p class="c1"><span class="c0">Pass</span></p></td></tr><tr class="c19"><td class="c9" colspan="6" rowspan="1"><p class="c1"><span class="c0">User Flow 2: Not Applicable </span></p></td></tr><tr class="c6"><td class="c3" colspan="1" rowspan="1"><p class="c1 c10"><span class="c0"></span></p></td><td class="c14" colspan="1" rowspan="1"><p class="c1 c10"><span class="c0"></span></p></td><td class="c8" colspan="1" rowspan="1"><p class="c1 c10"><span class="c0"></span></p></td><td class="c8" colspan="1" rowspan="1"><p class="c1 c10"><span class="c0"></span></p></td><td class="c16" colspan="1" rowspan="1"><p class="c1 c10"><span class="c0"></span></p></td><td class="c7" colspan="1" rowspan="1"><p class="c1 c10"><span class="c0"></span></p></td></tr></tbody></table>

<br></br>

0 comments on commit 80e972f

Please sign in to comment.