Course Content
Testing Tools
Testing Tools
0/1
Sample Python Programs
Sample Python Programs
0/1
Selenium Python First Script
Selenium Python First Script
0/2
HTML Form elements
HTML Form elements
0/1
Handle HTML Frames
Handle HTML Frames
0/2
Handling Dropdown Lists
Handling Dropdown Lists
0/2
Selenium Action class
Selenium Action class
0/1
Python Database Programming
Python Database Programming
0/1
Selenium Python for Beginners

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.