Sydius
Sydius

Reputation: 14287

Automatic testing of web sites from a user's point of view?

Are there tools available that will simulate going to a web site, clicking links, filling in forms, submitting those forms, all the while comparing output to expected output until it finds a problem?

Upvotes: 2

Views: 134

Answers (2)

J.W.
J.W.

Reputation: 18181

We have been using visual studio web testing, and it's working pretty well for us.

Upvotes: 0

Sarah Mei
Sarah Mei

Reputation: 18484

I've used Selenium for this.

Upvotes: 5

Related Questions