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
sfdc_developeredition2011sfdc_developeredition2011 

Unable to understand "Validate Deployment Process".

I am aware of deployment process from Ecplise. but need to know more and not finding good documentation.

 

1. Test class is taking which data QA or Prod ?

2. if it is taking Prod data then it is not possible to see information in the log.

3. if it is taking data of Prod then it is not required to Fix errors in the QA / Test environment.

4. Not able to find good document on this.

 

Please suggest it is urgent.

Best Answer chosen by Admin (Salesforce Developers) 
EIE50EIE50

Hi,

 

First of all,

 

--The test classes should not be dependent on the actual QA / Prod data

-- The data needs to be created in test classes to test the use cases

 

I would recommend you re-write your test classes if it is dependent on the actual data.

 

Thanks.