selenium integrated development environment (ide)

8
Selenium Integrated Development Environment (IDE)

Upload: jothikumar

Post on 23-Aug-2019

7 views

Category:

Career


0 download

DESCRIPTION

Selenium Integrated Development Environment (IDE) is an open-source web automation testing tool in Selenium Suite. Unlike Selenium WebDriver and RC, it does not require any programming logic to write your test scripts, but you can simply record your browser interactions to create test cases. You can later use the playback option to rerun the test cases.

TRANSCRIPT

Page 1: Selenium Integrated Development Environment (IDE)

Selenium Integrated Development Environment (IDE)

Page 2: Selenium Integrated Development Environment (IDE)

Selenium Integrated Development Environment (IDE)

• Selenium Integrated Development Environment (IDE) is an open-source web automation testing tool in Selenium Suite. Unlike Selenium WebDriver and RC, it does not require any programming logic to write your test scripts, but you can simply record your browser interactions to create test cases. You can later use the playback option to rerun the test cases.

Page 3: Selenium Integrated Development Environment (IDE)

Features of Selenium IDEMenu Bar• Menu bar Located at the top of the IDE. The most commonly

used menus are the File, Edit, and Options menus

Page 4: Selenium Integrated Development Environment (IDE)

Features of Selenium IDEFile Menu • Contains options for creating, opening, saving, and closing tests• Tests are saved in HTML format • The most useful option is “Export” because it allows you to convert Test Cases Selenium IDE in file formats that can be run in Selenium Remote Control and WebDriver

Page 5: Selenium Integrated Development Environment (IDE)

Features of Selenium IDE

Edit Menu: This menu has mainly two main options, Insert New

Command and Insert New Comment. You can also perform these two actions by right-clicking on the Editor section.Action Menu:

This menu provides options for Record, Play Entire Test Set, Test Case, Toggle Breakpoint, Set / Clear Startpoint, and set speed All of these options are available visually in the Toolbar section. Therefore, we will discuss in detail as soon as we get to the Tool Bar

Page 6: Selenium Integrated Development Environment (IDE)

Features of Selenium IDEOptions Menu:

This menu provides the user with the interface to access and update some basic Selenium IDE settings. By clicking on the Toolbar Options menu, you will see the suboptions mentioned below: 1. Options 2. Format3. Clipboard Format 4. Reset IDE5 window.5. Clear History 6. Schedule Tests to Run Periodically

Page 7: Selenium Integrated Development Environment (IDE)

Features of Selenium IDEOptions:

On the Options menu in the toolbar, click "Options." You will see an open dialog like the picture below. This window will have options for updating the general configuration, formats, Selenium IDE add-ons, and finder types.