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! :)
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! :)
Use the
Assert
class which has several methods for assertions -i.e
IsTrue()
and each of those has several overloads for different situations.