• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/19

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

19 Cards in this Set

  • Front
  • Back

is a record and playback tool.

SELENIUM IDE

It is available as a browser extension or plugin.

Selenium IDE

helps beginners and manual testers to learn more efficiently. It also helps to speed up the automation of test cases.

Selenium IDE

Easily regulate the speed at which your test cases run, helping you analyze and debug at your preferred pace.

Speed Control

Execute the entire Test Suite with a single click, saving time and effort during comprehensive testing.

Run All

Quickly launch the execution of the currently selected test, focusing on specific scenarios without running the entire suite.

Run

Step into each specific command within your test script, facilitating detailed examination and fine-tuning of test steps.

Step

Group multiple Selenese commands together into a single operation using the Rollup feature, simplifying complex actions and sequences.

Rollup

Note that features within Selenium IDE may evolve based on different extension versions, adapting to changing needs and enhancements.

Dynamic Features

offers a range of functionalities designed to enhance your testing efficiency, adaptability, and control over your test cases.

Selenium IDE

New tests can be added using the + symbol available in the top right corner of the IDE window.

Tests

Selenium tests can be grouped which is called Selenium Test Suite.

Suites

provides options to Run Single Tests, Multiple Tests, Control the Execution Speed, Step over to the current command, etc.

Test Execution Menu

provides Create new Test. Open existing Project, and Save the current project options.

Project Options menu

This option is available below the Test Execution menu, which shows the recorded test case base URL.

Base URL bar

options provide disable breakpoints, pause the execution on exceptions, and Record new Test options.

Recording/Debugging

Once you record the test case, the commands table displays along with the target and value. The command details window helps you to modify any custom values.

Command and Command Details

option provides run time execution logs, which help to analyze and understand why tests are failing or what is causing the issue.

Logs

Gain control over your testing process by pausing and resuming individual test cases, allowing for closer inspection and adjustments.

Pause/Resume