| bio | website | |
|---|---|---|
| location | Minneapolis, MN | |
| age | 27 | |
| visits | member for | 1 year, 11 months |
| seen | Jun 9 '11 at 17:31 | |
| stats | profile views | 19 |
I like to program, but am a noob, which is why I'm here.
<-My sexy fatbooth picture
|
Jun 6 |
awarded | Yearling |
|
Jul 3 |
awarded | Nice Question |
|
Jun 8 |
accepted | Do I Need To Create Mock Classes For Every Class? |
|
Jun 8 |
accepted | UI and Business Logic Testing, Am I Doing it Right? Should I Unit Test Anything Else? |
|
Jun 8 |
accepted | Unit Testing The Presenter (in an MVP Context) Using Mock Objects? |
|
Jun 8 |
comment |
Unit Testing The Presenter (in an MVP Context) Using Mock Objects? Excellent example, this is super helpful thanks! |
|
Jun 8 |
asked | Do I Need To Create Mock Classes For Every Class? |
|
Jun 8 |
asked | Unit Testing The Presenter (in an MVP Context) Using Mock Objects? |
|
Jun 7 |
comment |
UI and Business Logic Testing, Am I Doing it Right? Should I Unit Test Anything Else? I can add set to Value1, Value2, and get to Result, and make calculate external to the button press and public, allowing me to do: Form1 f = new Form1(); f.Value1 = "4";f.Value2="5";f.Calculate();Assert.AreEqual(f.Result,"20");, is that the right approach? |
|
Jun 7 |
comment |
UI and Business Logic Testing, Am I Doing it Right? Should I Unit Test Anything Else? Also, +1, THIS POST IS STACK EXCHANGE GOLD!!!!!!!!!!! I've been reading about MVP today, and nothing on the internet comes close to how well this post illustrates the use of the MVP model. Thanks!!! |
|
Jun 7 |
comment |
UI and Business Logic Testing, Am I Doing it Right? Should I Unit Test Anything Else? Can you please explain how to write a fully integrated UI test? I put everything you described in your post into a new project, and when I create a new Form1, I can't set Value1, and Value2 in my code, or execute the calculate method. I'm missing the mark on this one, if you could give me a few hints, that would really help! :) |
|
Jun 7 |
asked | UI and Business Logic Testing, Am I Doing it Right? Should I Unit Test Anything Else? |
|
Jun 7 |
accepted | Regression Testing Functionality Of Code In Button Press? |
|
Jun 7 |
comment |
Regression Testing Functionality Of Code In Button Press? can you comment on my addendum to the original post? I think I'm starting to get this, but am not sure. |
|
Jun 7 |
revised |
Regression Testing Functionality Of Code In Button Press? added 819 characters in body |
|
Jun 7 |
awarded | Supporter |
|
Jun 7 |
accepted | Developing Unit Tests While Refactoring Legacy Code? |
|
Jun 7 |
comment |
Developing Unit Tests While Refactoring Legacy Code? Excellent, thanks I will consider buying that book. |
|
Jun 7 |
asked | Regression Testing Functionality Of Code In Button Press? |
|
Jun 6 |
asked | Developing Unit Tests While Refactoring Legacy Code? |