Skip to content

Commit f782429

Browse files
Update RPM.md
Updated unit tests
1 parent 7b93045 commit f782429

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/sprint3/RPM.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
- Project on update is automatically tested
2929
- Project auto redeploys on update
3030

31-
- Unit Testing;
32-
- Project functions will have unit tests written for them
33-
- Project functions will pass unit tests written for them
31+
- Integration Test Cases:
32+
- Project functions will have integration unit tests written for them
33+
- Project functions will pass integration unit tests written for them
3434

3535
### 1.2 Metrics for Measurement
3636

@@ -54,7 +54,7 @@
5454
- Project when updated is automatically unit tested
5555
- Project when updated and passing unit tests is auto-redeployed
5656

57-
**Unit Testing**
57+
**Integration Testing / UnitTesting**
5858

5959
- Project functions are unit tested so that their behaviour is clear and potential bugs are caught
6060
- Project functions passes unit tests so bug free functionality is ensured

0 commit comments

Comments
 (0)