unit test with post request

G

Guest

Hello,
Is there a way to simulate context for POST request with some posted data in
the unit test ?

thanks,
 
J

Joerg Jooss

Thus wrote Jasmine,
Hello,
Is there a way to simulate context for POST request with some posted
data in
the unit test ?
thanks,

What is *the* unit test? What framework do you use?
 
G

Guest

Hi,

I am using Visual studio 2005 - asp.net 2.0, Microsoft framework 2.0.

I wonder if there is any simliar class as "NunitASP" which allows me create
mock button, context for unit test in the Visual studio 2005.

Thanks,
 
J

Joerg Jooss

Thus wrote Jasmine,
Hi,

I am using Visual studio 2005 - asp.net 2.0, Microsoft framework 2.0.

I wonder if there is any simliar class as "NunitASP" which allows me
create mock button, context for unit test in the Visual studio 2005.

VS Team System has some capabilities to manipulate HTTP requests for Unit
Tests and Web Tests using the TestContext property.

Cheers,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top