1.

What is Selenese and different types of Selenese?

Answer»

Selenese is the set of selenium commands which are used for running the tests

There are three types of Selenese :

  • ACTIONS: These are commands used for performing the operations and INTERACTIONS with the target elements and manipulate the STATE of the application
  • Assertions: These commands are used as CHECKPOINTS or verification points. It verifies the state of the application conforms to the expected state.
  • Accessors: These commands examine the state of the application and store the values in a variables


Discussion

No Comment Found