c# - Assert windows closed in Coded UI Tests -
i'm developing set of coded ui tests wpf project. know how assert window closed? can't seem check properties of window after gone. should assert ui element null, maybe?
the uitestcontrol class has method called waitforcontrolnotexist did trick!
Comments
Post a Comment