You need to sign in to do that
Don't have an account?

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
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
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
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
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