Click here to Skip to main content
15,885,985 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
QuestionMoving away from Microsoft eCommerce Server tool Pin
vkEE2-Aug-13 7:04
vkEE2-Aug-13 7:04 
AnswerRe: Moving away from Microsoft eCommerce Server tool Pin
jschell2-Aug-13 14:27
jschell2-Aug-13 14:27 
QuestionBPMN question Pin
yousefshokati1-Jul-13 21:54
yousefshokati1-Jul-13 21:54 
QuestionTesting Question Pin
AnalogNerd28-Jun-13 3:04
AnalogNerd28-Jun-13 3:04 
AnswerRe: Testing Question Pin
Pete O'Hanlon28-Jun-13 3:52
mvePete O'Hanlon28-Jun-13 3:52 
GeneralRe: Testing Question Pin
AnalogNerd28-Jun-13 4:09
AnalogNerd28-Jun-13 4:09 
AnswerRe: Testing Question Pin
Bernhard Hiller1-Jul-13 0:40
Bernhard Hiller1-Jul-13 0:40 
AnswerRe: Testing Question Pin
Keld Ølykke13-Jul-13 1:32
Keld Ølykke13-Jul-13 1:32 
Hi,

If you want to know how much of your private code is tested by your unit tests, there are tools to measure test coverage e.g. NCover.

Such a tool may report which code lines are not hit by tests.

Usually, each assembly is assigned a minimum coverage that must be reached. A 100% coverage can actually be very difficult to reach.

Getting the coverage feedback can be a useful experience.
You could get more conscious about how your coding style can make testing easier; branches and exceptions are usually up for discussion.

Kind Regards,

Keld Ølykke
QuestionDesign of complex decission modules Pin
Kreatief27-Jun-13 21:15
Kreatief27-Jun-13 21:15 
AnswerRe: Design of complex decission modules Pin
Bernhard Hiller1-Jul-13 0:47
Bernhard Hiller1-Jul-13 0:47 
Questionconcurrent object oriented system Pin
N_cooL26-Jun-13 21:54
N_cooL26-Jun-13 21:54 
AnswerRe: concurrent object oriented system Pin
Richard MacCutchan26-Jun-13 22:27
mveRichard MacCutchan26-Jun-13 22:27 
GeneralRe: concurrent object oriented system Pin
N_cooL26-Jun-13 22:36
N_cooL26-Jun-13 22:36 
GeneralRe: concurrent object oriented system Pin
Eddy Vluggen26-Jun-13 22:39
professionalEddy Vluggen26-Jun-13 22:39 
AnswerRe: concurrent object oriented system Pin
Eddy Vluggen26-Jun-13 22:37
professionalEddy Vluggen26-Jun-13 22:37 
QuestionLatency in display images Pin
vkEE19-Jun-13 7:53
vkEE19-Jun-13 7:53 
AnswerRe: Latency in display images Pin
Bernhard Hiller19-Jun-13 20:49
Bernhard Hiller19-Jun-13 20:49 
AnswerRe: Latency in display images Pin
José Amílcar Casimiro24-Jun-13 2:33
José Amílcar Casimiro24-Jun-13 2:33 
AnswerRe: Latency in display images Pin
Marco Bertschi25-Jun-13 23:07
protectorMarco Bertschi25-Jun-13 23:07 
QuestionWhy MVC Pin
KK Kod16-Jun-13 21:51
KK Kod16-Jun-13 21:51 
AnswerRe: Why MVC Pin
Richard MacCutchan16-Jun-13 23:21
mveRichard MacCutchan16-Jun-13 23:21 
AnswerRe: Why MVC Pin
Keith Barrow17-Jun-13 0:04
professionalKeith Barrow17-Jun-13 0:04 
GeneralRe: Why MVC Pin
KK Kod17-Jun-13 0:54
KK Kod17-Jun-13 0:54 
GeneralRe: Why MVC Pin
Keith Barrow17-Jun-13 1:27
professionalKeith Barrow17-Jun-13 1:27 
QuestionI seek help defining a SCRUM structure for an application I am working on. Pin
Brady Kelly16-Jun-13 21:41
Brady Kelly16-Jun-13 21:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.