function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jaime StuardoJaime Stuardo 

how to create testing environment

Hello,

We have a production Salesforce already running. Is it possible to have a testing environment from that. How can I do it in order to test new developments under Salesforce?

Regards
Jaime
SandhyaSandhya (Salesforce Developers) 
Hi,

Check for below links.

https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_intro_get_dev_account.htm
 
https://help.salesforce.com/articleView?id=data_sandbox_create.htm&type=5
 
Please mark it as solved if my reply was helpful. It will make it available for other as the proper solution.
                                             
Best Regards
Sandhya
 
 
Meenu MathewMeenu Mathew
Hi Jaime,

Yes, it is possible to create a testing environment for your production org. We create a sandbox org on the production which is the exact copy of the production org, for testing.

Please refer to the following link
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_intro_get_dev_account.htm

Thanks
SFDC Prime SquadSFDC Prime Squad
Hi Jaime,

You can always create a new sandbox and use it for your testing purpose.
Please let us know if you face any issues here.

Thanks