Recording videos of tests using Microsoft Expression Encoder 4 SDK in .NET
Unfortunately, Monte Media Library cannot be used with Selenium WebDriver .NET bindings. However, there is a very simple and interesting solution available from Microsoft named Microsoft Expression Encoder.
The Expression Encoder tool is available as a part of Microsoft Expression Toolset. This tool provides a very simple and neat API to record videos of the screen interaction. It also provides a GUI to edit the recorded videos.
There are two versions available. The Basic version supports a proprietary/limited codec from Microsoft and comes free to use. The Pro version supports a number of other codecs and provides additional features. However, you need to buy the Pro version from Microsoft.
In this recipe, we will use the Basic Microsoft Expression Encoder version to record a video of a test in C# using Selenium WebDriver .NET bindings.
Getting ready
Download and install Microsoft Expression Encoder 4 with SP 2 from http...