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
- Core Dump on unhandled Exceptions
- Start a test in a pre-stored state (Fibonacci Sequence)
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" />
<add key="TestFilterWhere" value="class == asptest.ExceptionDumpTest" />
<add key="TestFilterWhere" value="class == asptest.calculator.FibonacciTest" />