简体   繁体   中英

Visual Studio Web Test vs. Selenium

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?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM