Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- Apex Code Development
- :
- Where can I find the coverage % in spring 13 relea...
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Where can I find the coverage % in spring 13 release?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-28-2013 08:34 AM
I notice in Spring 13 Release "Apex Test Result " page has been changed in my sandbox.
I rely heavily on coverage % link to find the code lines that are not covered in my Test class. Where can I find that page in Sprint 13
Steps to see the line of code coverage
Setup-> Develop -> Apex Classes
Select a test class run test
I see "Apex Test Result" page in section Code coverage I see Coverage %
Where can I find this in Spring 13?
Re: Where can I find the coverage % in spring 13 release?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-28-2013 08:38 AM
You can check it in Developer console or in Debug logs set the logs to capture while running the tests.
If this answers your query,please mark this as solution so that it would be useful for others.
Re: Where can I find the coverage % in spring 13 release?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-28-2013 09:08 AM
thanks for the prompt response.
I only see test results as pass or failed.
I do not see the lines of code coverage (color coded) like in previous version.
Can you let me know what setting do I need to do if any?
Re: Where can I find the coverage % in spring 13 release?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-28-2013 09:11 AM
You don't need to do any setting.In developer console double click on the class which you want to see it would show you which lines are are covered and which are not...
If this answers your query,please mark this as solution so that it would be useful for others.
Re: Where can I find the coverage % in spring 13 release?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-06-2013 11:18 PM
There is a "Code Coverage" column on the page that lists all your classes (Setup > Develop > Apex Classes). The actual coverage % is a hyperlink and clicking on will display the color coded code coverage page.
Even though that is where it is at I really HATE the fact they took away the old single clas test approach. I used the same testing sequence you used and not have the link right there after the tests complete really sucks.

