Understanding Checkpoint
- QuickTest enables you to add checks to your test. A checkpoint is a verification point that compares a current value for a specified property with the expected value for that property. This enables you to identify whether your Web site or application is functioning correctly.
- You can also use the CheckProperty method and the CheckItemProperty method to check specific property or item property values
- Example : a = Browser("MyBrowser").Page("MyPage").Check (CheckPoint("MyProperty"))
No comments:
Post a Comment