vote up 1 vote down star

This can be a very opinionated question. Please keeps your posts factual.

What are the pros and cons of using Microsoft Web Test in Visual Studio? Conversely, what are the pros and cons of Selenium?

flag
1  
Please make this CW – Chris Ballance Oct 20 at 20:22
1  
What is CW? if you're going to go down this road, at least explain what CW is and why this question qualifies. – Robert Harvey Oct 20 at 20:26
2  
Why does everyone get so worked up about Community Wiki? It isn't very clearly explained. I just want answers. – SchwartzE Oct 20 at 20:27

2 Answers

vote up 1 vote down check

The major difference between Visual Studio Web Test and Selenium is how each tool works.

Selenium works at the UI level. Tests are recorded and played back against UI objects in the browser.

VS Web Tests work below the UI level. Tests are recorded and played back against HTTP requests/responses.

Depending on your context, one of these tools will be a better choice. If you are focused on functional test automation, requiring the use of the UI, Selenium is probably a better choice. If you are trying to load test, VS is the way to go.

link|flag
vote up -1 vote down

Here's a comparison article.

http://mguillem.wordpress.com/2007/10/29/webtest-vs-selenium-webtest-wins-13-5/

link|flag
That article is about Canoo WebTest vs Selenium, not MS WebTest vs Selenium – Akselsson Oct 20 at 20:49
Mmm. Good thing the post is CW, huh? – Robert Harvey Oct 20 at 20:50

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.