New to Telerik Test Studio? Download free 30-day trial

Recorder Blocks WPF Pop-up

PROBLEM

When recording against a WPF application, an expected pop-up modal dialog never appears.

SOLUTION

This can result from an overlay surface in the WPF application. The solution is to ensure that an Adorner is not attached to a null window object. This is necessary because the Test Studio recorder is now included in the window collection.

In this article