Forum Discussion

Ryan_Moran's avatar
Ryan_Moran
Valued Contributor
11 years ago
Solved

.net application plugin/support crashes during script playback

pseudo code:



Sys.Process("Infinity").WinFormsObject("frmCATFRAMS").someobject.click();

//after the control is clicked the application performs a CPU intensive task

Sys.Process("Infinity").WinFormsObject("frmCATFRAMS").someotherobject.click();

//this subsequent click now fails because the .Net support and extended object properties are failing

//the form name is now the generic: Sys.Process("Infinity").Window("WindowsForms10.Window.8.app.0.202c666", "INFINITY™  Version: 11.7.1.1", 1)

//restarting Test Complete or disabling all/then enabling all plugins will restore extended properties