Features of Selenium IDE
- Easy record and playback
- Statements use IDs, Names and XPath.
- Autocomplete for all Selenium commands
Selenium commands should be executed in Selenium IDE or Selenium RC.
Selenese consists of three types of statements:
1. Actions
2. Accessors
3. Element Locators.
Actions statements are commands used for performing action on a web application.
Example:
Open a URL
Click a link, button
Type text in the text field
Accessors statements are commands used for verification/validation.
Example:
store(locator, variable)
verify(locator, pattern)
No comments:
Post a Comment