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
ThunderBoltThunderBolt 

Salesforce Development Process

Hello,

I'm new to salesforce. Please help me understand the structure

1. How is (QA)Testing done?
2. Diff between developer sandbox vs sandbox full. 
3. Which environment will be used to develop the code?
4. will each person in the development team will have a different developer sandbox?
5. How migration is done?
6. how a complete project/team structure will be in salesforce.(Admin vs Developer)

Thankyou!
Best Answer chosen by ThunderBolt
VinayVinay (Salesforce Developers) 
Hi Thunder,

1. How is (QA)Testing done?
Generally, we have qa tools like selenium etc for testing purposes or manual testing in sandbox,  it depends on how you need it.
2. Diff between developer sandbox vs sandbox full. 
https://help.salesforce.com/articleView?id=create_test_instance.htm&type=5
3. Which environment will be used to develop the code?
Sandbox
4. will each person in the development team will have a different developer sandbox?
No
5. How migration is done?
VS code, Changesets and ANT
6. how a complete project/team structure will be in salesforce.(Admin vs Developer)
It depends on your business requirement

If you want to learn salesforce then you can start with trailhead modules using below link.

https://trailhead.salesforce.com/

Hope this helps...

Thanks,