How to perform assertion on CodedUI Testing?

356 views Asked by At

I'm creating an automation script using CodedUI (Visual Studio 2013 Premium), where I want to perform assertion on "Proc 0001M-0005MZZ" which is my expected value. Can anyone please help me out?

Thanks in advance! :)

1

There are 1 answers

5
barakcaf On

Use the Assert class which has several methods for assertions -
i.e IsTrue() and each of those has several overloads for different situations.