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
Yogi YogiYogi Yogi 

Test class Execution

Please help me out, I can not identify which line will be executing throgh my test class,
It says 139 / 509 covered , But after double click the text execution it was navigating to the respective apex class. I can not see any blue/red line over there. Need any set up to get  that indicator.

Thanks in Advance!
 
Vi$hVi$h
Hi Yogi,

In developer console on the top left of the selected class, there is code coverage picklist.
Once you select All Tests in this drop down, yow will be able to see the red & blue lines.

User-added image

Thanks,
Vishal 
If the reply was useful and solved your problem then please mark it as best answer.
 
SantoshChitalkarSantoshChitalkar
Best way is to use Eclipse IDE.
Yogi YogiYogi Yogi
Hi Vishal ~ I tried to change Code Coverage pick list value as "All Test", But I can find only "None" (Default) on the list. Is any other way?
Vi$hVi$h
Can you run your test class and check again ?