Skip to content

Commit

Permalink
Add title to coumns
Browse files Browse the repository at this point in the history
  • Loading branch information
Cmurilochem committed Apr 11, 2024
1 parent 8ca3919 commit b4fd7f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/testing/03.exercise2.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

## Exercise

| Column A | Match | Column B |
|:--------------------:|:-----:|:--------:|
| Column A: Test Type | Match | Column B: Description |
|:--------------------:|:-----:|:---------------------:|
| 1. Smoke Test | | A. Style of testing that focuses on retesting after changes are made. The results of tests after the changes are compared to the results before, and errors are raised if these are different. The purpose of this test is to ensure that changes (enhancements or defect fixes) to the software have not adversely affected it. |
| 2. Unit Test | | B. A level of the software testing process where the complete, integrated system is tested. The purpose of this test is to evaluate whether the system as a whole gives the correct outputs for given inputs. |
| 3. Integration Test | | C. Very brief initial checks that ensure the basic units required to run the software can be initialized. If these fail there is no point proceeding to additional levels of testing until they are fixed. |
Expand Down

0 comments on commit b4fd7f4

Please sign in to comment.