Duplicate a project for testing

Hi. I have a project and would like to make an exact copy for testing purposes. How should I do it?

Huh? Two ways:

  1. Close Xcode. Copy the folder and give it a different name. Open project from that folder.
  2. 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.

Duplicate a project for testing
 
 
Q