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
ManjeetManjeet 

How to Create Test org for Security Review Team ?

Hi all ,

 

       Salesforce require a test a/c to test the app, we want to publish. They said it should not be the primary org , where we have developed our app. We can create a test org using  http://wiki.apexdevnet.com/events/regular/registration.php link. 

 

Should we move the code and Data  from original org to test org or how we can build the test org  for security review team ?

 

many thanks

manjeet

ReidCReidC

I always create a new clean dev org and configure that for the security review team.

 

ManjeetManjeet

thanks for quick reply ,

 

               But my question remain unanswered that is how you do configure your org? mean you have to copy the code from original org to test org ,but you can put fresh data in the test org.

 

I want to ask how you got the source code ,custom object and trigger etc  in your test org . mean just copy paste or something else ?

 

many thanaks again

manjeet

ReidCReidC

You should treat the DE  as a customer would their org.

All code and objects should be installed via the package you are having the security team review

All data should be installed however you expect customers to initialize their data.

 

I put together a post a while ago on how to initiaze your app data wise.

http://blogs.developerforce.com/labs/2011/05/application-initialization-patterns-from-forcecom-labs.html

ravi teja 118ravi teja 118
Manjeet does we have move all the code into developer org or we should place managed package in that org 
ravi teja 118ravi teja 118
manjeet u dont need to move code
in ur  developing managed package they will scan
and test org is for testing dummy data in test org u have to install ur managed package