c# - How to perform own assertions with coded UI testing -


i'm working visual studio 2010 codedui tests.

i want able perform little more can @ moment.

e.g. can can assert if particular field "areequal" or "contains" etc, want more.

eg, want check if field contains numerical value within it. edited uimap.designer.cs , able achieve wanted.

the problem is file gets overwritten when new test added.

so question how can "fiddle" fields/stings in ui , implement own assertions on them?

thanks

use partial class created (uimap.cs) add custom code. file doesn't blown away , has full access internals of uimap (since it's part of it).


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -