GTP Assertions
Â
Assert Element: It checks whether that element is present on the page or not
Add Check Assertion: Verifies whether the check box is checked or not during test execution
Add Uncheck Assertion: Verifies whether the check box is checked or not during test execution.
Add Enabled Assertion: Checks whether Button/Text Box is enabled or not during test execution.
Add Disabled Assertion: Checks whether Button/Text Box is disabled or not during test execution.
Add Page Title Assertion: There are cases where we need to check the title of a particular page.
Add Tool Tip Message Verification: Some cases need verification of the tooltip message during test.