Hi. I have a project and would like to make an exact copy for testing purposes. How should I do it?
Duplicate a project for testing
Huh? Two ways:
- Close Xcode. Copy the folder and give it a different name. Open project from that folder.
- Implement tests in the original project. (Recommended)
Thank's. I am new to Swift programming, could you tell me where I can read about the implementation of the tests? thanks.