Selenium IDE Test Structure

You will learn about the Selenium IDE test structure. Selenium IDE Test consists of test steps. 

Each recorded test step consists of three columns. 

  • Command
  • Target
  • Value

Selenium IDE Test Structure

 

Command: The test command provides information on the test action. It is a drop-down list from which you can select the command while scripting the test.

Target: specifies the element or object on which the command is executed. You can find and select the target on the page.

Value: This is the test date used during the test execution.