|
Hi,
I use the VistaTask to create automated tests for our project, and use the Clover.Net to create code coverage reports. Before I clover my code. I run application, and run VistaTask, get the window type class of my forms, it displays: WindowsForms10.Window.8.appa But after I clover that code, run app again and use VistaTask to get the window type class, it display WindowsForms10.Window.8.appb
Because my automated test used that string to run, so it will run incorrectly with the clovered code case.
Clover.Net added some codes to my code. My code is in C#.
Can I change the this window type class, and how I have to do?
Thanks,
Nguyen Canh Linh |