WebUI Test Basics - Screen Capture During Test

In this video, you'll learn how you can easily add automated screen captures of both the web browser and desktop to your automated web UI tests, a helpful technique for adding additional visual information to your test logs. To do this, go to Add -> Capture, and now we can do either desktop capture, or browser capture. One important thing to note about capturing the browser is that it will not actually capture it if you did a quick execution; you actually need to execute this using Visual Studio execution.

Categories