Where do you manually insert assertions into an automated coded ui test's code in VS2010?

Posted by user1649536 on Stack Overflow See other posts from Stack Overflow or by user1649536
Published on 2012-09-05T15:36:23Z Indexed on 2012/09/05 15:37 UTC
Read the original article Hit count: 182

Filed under:
|
|

I am currently automating smoke tests and I am trying to learn how to manually insert assertions with C# into the UImap.Designer.cs file. I am trying to learn how to do this manually but I have no direction on where to put the assertions and all the literature I am finding only covers how to add assertions with the CodedUI Test Builder tool that is included with VS2010. Can anyone direct me to where I need to insert the assertions?

© Stack Overflow or respective owner

Related posts about c#

Related posts about visual-studio-2010