HttpResponse, HttpRequest, WebClient

Where to start to best simulate a web browser as the easiest way?

I created a regular user login and user-update information (test project objects) on a web form, which I can no longer simulate filling in by programming. How to save sessions and put your own values ​​in specific input forms, simulate clicking on buttons and links?

Project steps login (username / password) find a link to the form (some random links / text) fill out the form (some inputs) click "Save" (confirm to me by mail)

+3
source share
3 answers

, , -. VS2010 Premium , Coded UI Test , , - , , , ( , ) .

Coded UI Tests , , .

Channel9, .

, !

0

, http://seleniumhq.org/

Selenium IDE - Firefox, , , .

+1

, unit test .

The best infrastructure to test your web applications there is Selenium according to my knowledge.

Here is an article that gives you an idea of ​​how to start with this structure. Hope this helps.

0
source

All Articles