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
thomas rosickythomas rosicky 

Find Total Number of classes failing in sandbox

Hi,

I would like to know how many apex classes are failing in my sandbox.I am using "run all tests" for that. Is there any way, where i can get the exact list of those classes which are failing? PLease help me out.
Best Answer chosen by thomas rosicky
Ashish_Sharma_DEVSFDCAshish_Sharma_DEVSFDC
Hi Thomas,

Under Setup -> Develop -> Apex Test Execution.
Click 'View Test History' and then create new view with Pass/Fail criteria and time started.

Let us know if it helps you.
Regards
Ashish
ashish.sharma.devsfdc@gmail.com
 

All Answers

Ashish_Sharma_DEVSFDCAshish_Sharma_DEVSFDC
Hi Thomas,

Under Setup -> Develop -> Apex Test Execution.
Click 'View Test History' and then create new view with Pass/Fail criteria and time started.

Let us know if it helps you.
Regards
Ashish
ashish.sharma.devsfdc@gmail.com
 
This was selected as the best answer
thomas rosickythomas rosicky
Thanks Ashish, I was trying to list all the classes which are failing and import them into an excel.So, Is there a way to do that? PLease suggest me.