Visual Studio Web Test vs. Selenium -
This may be a very thought-provoking question, please keep your post factual
Microsoft Web in Visual Studio What are the pros and cons of using the test? On the contrary, what are the pros and cons of Selenium?
What is the main difference between visual studio web test and selenium? How each device works
Selenium works at the UI level. Test records are played against UI objects in the browser.
VS Web Tests work under UI level. Tests are recorded and played back against HTTP requests / reactions.
Depending on your reference, one of these tools would be a better option if you are focused on functional testing automation, then the use of the UI is needed, Selenium is probably a better option. If you are trying to load the test, then VS There is a way to go
Comments
Post a Comment