Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 1.86 KB

recordings.md

File metadata and controls

58 lines (35 loc) · 1.86 KB

Screen Recordings

Bug #3: Due to (probably) win10 update 1809, Internet Explorer visibility is disabled in SetUpIE(), as it cannot run no more in the foreground.

Later, win10 disabled http://127.0.0.1, not only for that reason the whole project had to be migrated from IIE to ISelenium - goodbye super-fast COM SHDocVw.InternetExplorer control, Selenium.InternetExplorer.WebDriver is way slower.

There's currently no plan to re-record everything, thus these recordings are rather historical.

Synopsis in the README

This is the test filter used to run this subset of the GUI tests:

<!-- For TestFilterBuilder.SelectWhere(), e.g. value="class == asptest.ExceptionDumpTest" -->
<add key="TestFilterWhere" value="class == asptest.calculator.CalculateTest ||
                                    class == asptest.calculator.SessionGridViewTest ||
                                    class == asptest.TriptychTest" />

Tests running...

Core Dump on unhandled Exceptions

<add key="TestFilterWhere" value="class == asptest.ExceptionDumpTest" />

ExceptionDumpTest in action

Start a test in a pre-stored state (Fibonacci Sequence)

<add key="TestFilterWhere" value="class == asptest.calculator.FibonacciTest" />

FibonacciTest in action

Blazor Template running the BlazorApp1.playlist

Blazor Template BlazorApp1.playlist

Blazor Template Firefox click error

Blazor Template Firefox Click Error