As we all know, there are unit test and UI test in Xcode. I'm confused about the smoke test and regression test. For now, I need to write smoke test and regression test for iOS app. How can I implement it? Does unit test contain the smoke test or is there another way to implement it? Thanks in advance!
Asked
Active
Viewed 656 times
0
-
what *is* a smoke test for an iOS app? What would you expect the test to do? – luk2302 Sep 08 '17 at 07:40
-
To test the basic function of the app. – Leaf Sep 08 '17 at 07:45
-
https://medium.com/@joesusnick/set-up-ios-smoke-tests-in-three-steps-1302bffb0417 – NewbieiOS Jun 06 '20 at 15:33