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
Kiran456Kiran456 

Test case failures..

Hi, I have written test classes for triggers.All the test methods for respective triggers are working fine in this org. Now I am moving all code to new developer org with the help of ant. But while doing the all the triggers are showing 0% test coverage and migration is not working. I have checked whether it is using any seeAllData annotation on test methods but it is not. Does anybody has faced such problem. Any pointers would be of great help.

Avidev9Avidev9
Any idea about the API version ?
I guess before 24.0 test classes can access the org data without seeAllData annotation