I have created a simple automated test. The test just opens Internet Explorer. Navigates to www.google.com. In the Google searchbox, it enters Telerik. Then it selects the Telerik result link and the Telerik website appears. The Test runs fine (On its own). The problem occurs when I run the test in a Test List. When I run the Test List, it navigates to the Google website. But it fails to type in Telerik. Error Message: ArtOfTest.Common.Design.Exceptions.ExecutionException: Unexpected dialog: My test runs just fine on its own but it does not run in a Test List. It is the only test in my Test List. Please let me know what I am doing wrong.