1.

Assertion And Uses?

Answer»

Assertions is same as validations which helps to verify if the actual output is same as EXPECTED output.

Below are some IMPORTANT classes used in CODED UI:

  • Assert
  • StringAssert
  • AssertFailedException
  • AssertInconclusiveException

Assertions is same as validations which helps to verify if the actual output is same as expected output.

Below are some important classes used in Coded UI:



Discussion

No Comment Found