Hey Shakti, the most common types of assertions or check points used in selenium test scripts are as follows:
-
Is the page title as expected?
-
Validations against an element on the page?
-
Does text exist on the page?
-
Does a javascript call return an expected value?
Assert.assertEquals() is the method used for validation.