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
shri kshri k 

Test class is failing when i run all test but not when running individual class

I am using the winter13 mock response feature to get response from webservices in test class using static resource.
I have uploaded all my mock response in static resource and assigned url against the response in test class.
When i run the test class the test class is passing all the methods, but when i runAllTest then i am getting null response from static resource.
I am not able to collect why this is happening??