Completed
Last Updated: 12 Apr 2021 06:54 by ADMIN
Paul
Created on: 10 Mar 2021 16:48
Type: Bug Report
2
ArtOFTest.Runner crashes when executing a coded Test Step to Launch WPF application in R1 2021

If using the coded solution to launch a WPF app for testing (sample code listed here), the ArtOfTest.Runner crashes.

Workaround: Replace the line
ActiveApplication.Quit(); 

with
ActiveApplication.MainWindow.Window.Close();

2 comments
ADMIN
Daniel Djambov
Posted on: 12 Apr 2021 06:54

Hi,

The issue is now fixed and solution is available in our latest product release 2021.1.330 (SP1).

Best Regards,
Daniel Djambov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Test Studio course! Check it out at https://learn.telerik.com/.
Daniel
Posted on: 11 Mar 2021 14:11

Here is another workaround as well:

ActiveApplication.Detach( true );