Click here to Skip to main content
15,896,269 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Calender and text box Pin
Gaurav Dudeja India5-Apr-10 1:08
Gaurav Dudeja India5-Apr-10 1:08 
AnswerRe: Calender and text box Pin
T M Gray5-Apr-10 10:11
T M Gray5-Apr-10 10:11 
AnswerRe: Calender and text box Pin
Mohan H Prajapati5-Apr-10 23:42
Mohan H Prajapati5-Apr-10 23:42 
QuestionAccessing SOAP message response elements Pin
parakyar4-Apr-10 8:35
parakyar4-Apr-10 8:35 
QuestionLearning Test Driven Development in VS 2008 - ASP.NET Pin
Nadia Monalisa4-Apr-10 2:00
Nadia Monalisa4-Apr-10 2:00 
AnswerRe: Learning Test Driven Development in VS 2008 - ASP.NET Pin
N a v a n e e t h4-Apr-10 2:40
N a v a n e e t h4-Apr-10 2:40 
GeneralRe: Learning Test Driven Development in VS 2008 - ASP.NET Pin
Nadia Monalisa4-Apr-10 2:54
Nadia Monalisa4-Apr-10 2:54 
GeneralRe: Learning Test Driven Development in VS 2008 - ASP.NET Pin
N a v a n e e t h4-Apr-10 3:55
N a v a n e e t h4-Apr-10 3:55 
In TDD, views are usually not tested as you test other parts. You have to create your view as thin as possible. This will allow you to test all other business logic totally isolated from view and view will have just few getters and setters. Read up on patterns like MVP to know more about doing so.

Just a word of warning Smile | :)

BTW, all these TDD concepts has got a tendency to trap you into excessive layering and abstractions. You will end up with creating new abstractions just for the sake of testing it and the output will be code which is tough to debug and will have full of obscure bugs. Finding a balance between what to test and what not to test is bit tough and can be learned from practice. So I'd suggest you to maintain simplicity and avoid unnecessary abstractions just for testing.
Best wishes,
Navaneeth

GeneralRe: Learning Test Driven Development in VS 2008 - ASP.NET Pin
Nadia Monalisa4-Apr-10 15:06
Nadia Monalisa4-Apr-10 15:06 
GeneralRe: Learning Test Driven Development in VS 2008 - ASP.NET Pin
Kevin McFarlane4-Apr-10 8:46
Kevin McFarlane4-Apr-10 8:46 
AnswerRe: Learning Test Driven Development in VS 2008 - ASP.NET Pin
Kevin McFarlane4-Apr-10 8:39
Kevin McFarlane4-Apr-10 8:39 
QuestionCreate virtual subdomain programaticaly Pin
mehran.asg3-Apr-10 21:18
mehran.asg3-Apr-10 21:18 
QuestionStore repeater value in session variable Pin
lionelcyril3-Apr-10 20:45
lionelcyril3-Apr-10 20:45 
AnswerRe: Store repeater value in session variable Pin
N a v a n e e t h4-Apr-10 2:42
N a v a n e e t h4-Apr-10 2:42 
GeneralRe: Store repeater value in session variable Pin
lionelcyril4-Apr-10 6:17
lionelcyril4-Apr-10 6:17 
QuestionDistorting Text Pin
Randal Vance Cunanan3-Apr-10 20:30
Randal Vance Cunanan3-Apr-10 20:30 
AnswerRe: Distorting Text Pin
N a v a n e e t h4-Apr-10 2:43
N a v a n e e t h4-Apr-10 2:43 
AnswerRe: Distorting Text Pin
Gary Stafford4-Apr-10 16:21
Gary Stafford4-Apr-10 16:21 
GeneralRe: Distorting Text Pin
Randal Vance Cunanan4-Apr-10 16:40
Randal Vance Cunanan4-Apr-10 16:40 
GeneralRe: Distorting Text Pin
Gary Stafford5-Apr-10 3:09
Gary Stafford5-Apr-10 3:09 
Questionrebinding data source controls through wizard Pin
ships_agr3-Apr-10 7:40
ships_agr3-Apr-10 7:40 
Questionform for ordering pizza Pin
pmugagga3-Apr-10 7:26
pmugagga3-Apr-10 7:26 
AnswerRe: form for ordering pizza Pin
R. Giskard Reventlov3-Apr-10 7:55
R. Giskard Reventlov3-Apr-10 7:55 
AnswerRe: form for ordering pizza Pin
Manas Bhardwaj3-Apr-10 9:30
professionalManas Bhardwaj3-Apr-10 9:30 
Questionmultiple user access Pin
ships_agr3-Apr-10 7:17
ships_agr3-Apr-10 7:17 

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.