TestingDocs.com
    Software Testing website
    • Automation
      • Selenium
      • JBehave Framework
    • Tutorials
      • MySQL Tutorials
      • Testlink
      • Maven
      • Git
    • IDEs
      • IntelliJ IDEA
      • Eclipse
    • Flowcharts
      • Flowgorithm
      • Raptor
    • About

    Selenium IDE

    Types of Selenese Commands

    Overview

    In this tutorial, we will learn about different types of Selenese Commands. A command instructs Selenium what to perform. Collectively these commands are called APIs(Application Programming Interface)

    Types of Selenese commands

    There are several types of commands. Selenese commands can be broadly classified into

    • Actions
    • Accessors
    • Assertions

     

    Selenese commands types

    Actions are commands that perform actions on the web application. These actions manipulate the state of the web application. For example, actions on the application like clicking on the link, selecting a drop-down list, etc. If an Action fails the execution of the current test is stopped.

    Accessors examine the state of the web application and store the results in the variables.

    Assertions verify the state of the web application conforms to what is expected. Selenium Assertion commands can use assert and verify. Both commands check the state of the application, but there is a difference. When an assert command fails, the test is aborted. On the other hand, when a verify command fails, the test will continue execution, logging the failure.

    Programming

    In addition to the above, we have different programming statements that control or repeat the test commands.

    • Control commands
    • Loop commands
    • debugger

     

    —

    Selenium IDE Tutorial page:

    https://www.testingdocs.com/selenium-ide-tutorials/

    For more information on Selenium IDE:

    https://www.selenium.dev/selenium-ide/

    Related Posts

    Test Execution Speed Selenium IDE

    Selenium IDE /

    Test execution speed in Selenium IDE

    Session Not Created Error ChromeDriver

    Selenium IDE /

    Fix Error Session not created ChromeDriver

    ChromeDriver Not Found on PATH

    Selenium IDE /

    How to Fix ChromeDriver could not found on PATH

    Microsoft Edge Addon Store

    Selenium IDE /

    Install Selenium IDE on Microsoft Edge Browser

    Pause On exceptions Selenium IDE

    Selenium IDE /

    Debug Test Scripts in Selenium IDE

    ‹ Selenium Selenese Commands› Install Selenium IDE on Chrome browser

    Recent Posts

    • ChatGPT Plans Free and PlusChatGPT Subscription Plans
    • Stellar Converter for Database ToolStellar Converter for Database
    • Stellar MySQL Log AnalyzerStellar Log Analyzer for MySQL
    • Stellar Repair for MySQLStellar Repair for MySQL
    • ChatGPT IntroductionChatGPT Capabilities
    • How to secure your SQL Database: Tips and Tricks
    • ChatGPT4 Conversational AI FeaturesChatGPT4 Conversational AI Features
    • Trends in Software EngineeringShaping the Future of Development: Exploring Key Trends in Software Engineering
    • Java PerformanceImproving Java Performance with Multithreading
    • QDrant Vector DatabaseOpen-source Vector Databases
    • Difference between PHP and JavaScript?
    • Bing AI Browser Web ContentBing Conversation Styles
    • ChatGPT PreviewChatGPT Introduction
    • Open Source AI Frameworks TensorFlowOpen Source AI Frameworks
    • Artificial Intelligence Tools

    Back to Top

    Links

    • Contact
    • Privacy Policy
    • Cookie Policy

    www.TestingDocs.com