REG:: Code Coverage Tool
teja
Member Posts: 78
Hi experts,
I have a small doubt in code coverage Tool .. recently i used this one for one of the transactions , As said in training materials code in black colour is executed and code in red colour is not executed.
But my doubt , If the functions executes more than one time , How to identify that ,this function has executed more than one time.. I din't find any clues..
please suggest me..
Thanks in Advance
Teja
I have a small doubt in code coverage Tool .. recently i used this one for one of the transactions , As said in training materials code in black colour is executed and code in red colour is not executed.
But my doubt , If the functions executes more than one time , How to identify that ,this function has executed more than one time.. I din't find any clues..
please suggest me..
Thanks in Advance
Teja
0
Comments
-
[Topic moved from Navision Tips & Tricks to Navision forum]0
-
There is a column in code coverage called No of Hits. Zoom in on the line to see it.0
-
Rashed Thanks for u r reply
It is very useful for me
Thanks again
I have another doubt regarding code coverage tool . When I am seeing the executed code , I found an option that from view menu there is marked only is there .. actually what happens if we select this
It means it shows only the executed code or is there any reason for that
Thanks in Advance
Teja0 -
Codecoverage is not 100 correct. To let the user know which lines it is 100 correct, it marks them. So marked lines have the correct info if it ran or not.
So if you have
* If MyCode = '' then begin
* MyCode :- 'testing';
Mycode :- 'testing2';
* end;
If you look at the example above line one and two are marked. The third line is unmarked. So you can deduce that third line code ran as well..0 -
ara3n wrote:Codecoverage is not 100 correct. To let the user know which lines it is 100 correct, it marks them. So marked lines have the correct info if it ran or not.
So if you have
* If MyCode = '' then begin
* MyCode :- 'testing';
Mycode :- 'testing2';
* end;
If you look at the example above line one and two are marked. The third line is unmarked. So you can deduce that third line code ran as well..
Hi Rashed ,
Thanks for Reply.. It is very useful to me....0 -
You are welcome.0
Categories
- All Categories
- 75 General
- 75 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 610 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 253 Dynamics CRM
- 103 Dynamics GP
- 6 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 28 Design Patterns (General & Best Practices)
- Architectural Patterns
- 9 Design Patterns
- 4 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1K General Chat
- 1.6K Website
- 77 Testing
- 1.2K Download section
- 23 How Tos section
- 249 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions

