1

How do you test-drive ASP.NET WebForms development in VS08?

1
  • Do you mean the whole solution (UI,Domain,DAL et. al) or just the WebForms project? Commented Dec 17, 2010 at 13:06

2 Answers 2

2

First of all you must very well undrestand of MVP (Model, View, Presenter) pattern. This one will allow you to separate your logic from WebForms page, and page itself would be implementing View interface.

Here I quicly found that people are implemented a framework for that, that might be usable:

http://webformsmvp.com/

Long time ago I blogged about it, but in russian.. Hope some code samples might work for you:

http://www.beletsky.net/2010/04/web-development.html

Sign up to request clarification or add additional context in comments.

Comments

0

If you're talking about simulating user input you could use Watin or Selenium. I'm sure there are other frameworks, but those are the 2 I know about.

I'd go for selenium if you're using telerik controls, as that's what they use to test the actual controls.

1 Comment

Will these tools even test a grid of data used for CRUD?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.