Question - Explain what is assertion in Selenium and what are the types of assertion? 
          
        
        Answer - 
        
Assertion is used as a  verification point. It verifies that the state of the application conforms to what is expected.  The types of assertion are “assert” , “verify” and “waitFor”.