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
Vijay sidaraddiVijay sidaraddi 

how to move classes to production from development org

Hi 
i have classes to move production org from development org , waht are the base requirement, 

is it posible can deploy changes to production org which is only comepleted only 60 percentage testing 

Thanks
Vijay S
pconpcon
No, you must have a total of 75% testing coverage.
ManojjenaManojjena
Hi Vijay ,

You can move if you have atleast 75% code coverage for class .However you can move trigger with minimum 1% code coverage .
Best practice is you should cover 100% if possible .Always we should try to cover 100% .If not then you can move with minimum code coverage .
Check below link it wil help for more code coverage .

http://manojjena20.blogspot.in/2015/06/tips-and-tricks-for-test-class.html
Let me know if it helps !!
Thanks 
Manoj