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
PappuPappu 

Dependent class in invalid and needs recompilation

Hi guys,


I'm getting "Dependent class in invalid and needs recompilation" error on my test class. Can you please tell me why I'm receving this error?
Om PrakashOm Prakash
Hello,
This error means some of your dependent class has been modified.
You need to edit the target class for which you have written test class and then save again, You will get exact error.