From aef75796de388066f222c784a9e82e60dfb313c3 Mon Sep 17 00:00:00 2001 From: Jungpyo Hong Date: Sun, 18 Jul 2021 21:48:04 -0500 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 30af142..0e3d653 100644 --- a/README.md +++ b/README.md @@ -93,9 +93,9 @@ Feel free to fork this repository and pull requests!! - [TDD](#TDD) - [BDD](#BDD) - [Code Coverage](#Code-Coverage) - - [Integration Test](#Integration-Test) - - [Unit Test](#Unit-Test) - - [UI Test](#UI-Test) + - [Integration Testing](#Integration-Testing) + - [Unit Testing](#Unit-Testing) + - [UI Testing](#UI-Testing) - [CI/CD](#cicd) - [Jenkins](#Jenkins) - [In App Purchase(IAP)](#In-App-PurchaseIAP) @@ -1404,19 +1404,20 @@ Then, go to **EDIT SHEME**, check like this -## Integration Test +## Integration Testing + +[Integration Testing Swift by Sundell](https://www.swiftbysundell.com/articles/integration-tests-in-swift/) +## Unit Testing -## Unit Test +[Unit Testing Swift by Sundell](https://www.swiftbysundell.com/basics/unit-testing/) - - -## UI Test +## UI Testing [Your first UITest in Swift](https://uxdesign.cc/your-first-uitest-in-swift-847bc5595c26)