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
Ron9Ron9 

Force.com IDE Apex Test Runner

Hi everyone

 

For some time I've been a big fan of the force.com IDE apex test runner to run my unittests when developing.

But lately It has become so slow that its next to useless for me. I'm just running a single test class at a time, but it may take 10 min where my IDE is not responding before the test result is ready.

 

Does anyone have similar experiences (and maybe some fix) ?

I don't know if this is something that has been changed on the SFDC end of things or it's my project that has become ill suited ... 

 

Any help or comments are very welcome!

 

Regards,

Ron

 

Bhawani SharmaBhawani Sharma
I have also seen this, but do not have concrete answer for this. But what I realized is, when the project having not much classes, test methods were running quickly, but now org is mature and test methods are taking time in IDE, so i started using Salesforce interface for that.
Ron9Ron9

This observation fit with what I've experineced as the project I'm on has an ever increasing number of classes.