Skip to content

Software Testing Tutorials

  • Home
  • Selenium
    • selenium IDE tutorial
      • IDE Commands Part 1
      • IDE Commands Part 2
    • Selenium Webdriver Tutorial
      • Selenium Tutorial Part One
      • Selenium Tutorial Part Two
      • Selenium Advanced Tutorials
    • Selenium Data Driven Framework
    • 60 Selenium Interview Questions
    • Selenium Grid
      • Selenium Grid Tutorial
  • Appium Tutorials
    • Appium Tutorial Part One
    • Appium Tutorial Part Two
    • Advanced Appium Tutorial
    • Appium Interview Questions
      • Questions Part One
      • Questions Part Two
      • Questions Part Three
      • Questions Part Four
      • Questions Part Five
      • Questions Part Six
      • Questions Part Seven
  • JMeter Tutorial
  • Playwright Tutorial
  • Excel Guide
Search

Software Testing Tutorials

Close menu
  • Home
  • Selenium
    • selenium IDE tutorial
      • IDE Commands Part 1
      • IDE Commands Part 2
    • Selenium Webdriver Tutorial
      • Selenium Tutorial Part One
      • Selenium Tutorial Part Two
      • Selenium Advanced Tutorials
    • Selenium Data Driven Framework
    • 60 Selenium Interview Questions
    • Selenium Grid
      • Selenium Grid Tutorial
  • Appium Tutorials
    • Appium Tutorial Part One
    • Appium Tutorial Part Two
    • Advanced Appium Tutorial
    • Appium Interview Questions
      • Questions Part One
      • Questions Part Two
      • Questions Part Three
      • Questions Part Four
      • Questions Part Five
      • Questions Part Six
      • Questions Part Seven
  • JMeter Tutorial
  • Playwright Tutorial
  • Excel Guide

Software Testing Tutorials

Search Toggle menu

Category: store commands

May 29, 2014June 20, 2025selenium ide, selenium IDE tutorial, Selenium IDE tutorials, store commands

selenium IDE “storeAlertPresent” and “storePromptPresent” Commands

After very long time, New post about selenium IDE. If you are new user of selenium then you can learn selenium IDE […]

December 1, 2013June 20, 2025selenium ide, selenium IDE tutorial, store commands, storePrompt Command, verification commands, verifyPrompt Command

Selenium IDE “storePrompt” and “verifyPrompt” commands with example

Before learning “storePrompt” and “verifyPrompt” commands, you should be aware about the difference between alert, confirmation and prompt. You will see 3 buttons […]

October 29, 2013June 20, 2025selenium ide, selenium IDE tutorial, Selenium IDE tutorials, store commands, storeTable Command, Waitfor Commands, waitForTable Command

How to use table commands “waitForTable” and “storeTable” in selenium IDE

“waitForTable” and “storeTable” are html table related commands. Both have different functions. As name suggest, “waitForTable” is useful to waiting for table […]

October 28, 2013June 20, 2025selenium ide, selenium IDE tutorial, store commands, storeAlert Command, storeConfirmation Command

Selenium IDE – What is the use of “storeConfirmation” and “storeAlert” commands

There are many commands avalilable in selenium IDE and few of them are very related to “storeConfirmation” and “storeAlert”. Do you need […]

October 6, 2013June 20, 2025Checkbox related commands, selenium ide, selenium IDE tutorial, store commands, storeChecked Command, verification commands, verifyChecked Command

“storeChecked” and “verifyChecked” Commands Tutorials For Selenium IDE

“storeChecked” and “verifyChecked” are check box related commands and are useful to verify current (checked or not checked) condition of check box. […]

September 28, 2013June 20, 2025Advanced Selenium IDE, gotoIf Command, selenium ide, Selenium IDE advanced, selenium IDE tutorial, store commands, storeEval command, Using javascript with selenium IDE

How to extract number from string using “storeEval” – Selenium IDE Tutorial

I posted other posts too for “storeEval”. Click here to view more tutorials of selenium IDE “storeEval” command. In software testing using selenium […]

September 24, 2013June 20, 2025selenium ide, selenium IDE tutorial, store commands, storeEditable Command, storeVisible Command

Selenium IDE Tutorial For “storeEditable” And “storeVisible” Command Eith Example

Both “storeEditable” and “storeVisible” commands are useful to store ‘True’ or ‘False’ in variable based on current condition of element on page […]

September 23, 2013June 20, 2025addSelection command, selenium ide, selenium IDE tutorial, store commands, storeSelectedValue command, storeSelectedValues command

Use Of “storeSelectedValue” and “storeSelectedValues” In Selenium IDE With Example

We already learnt “storeSelectedIndex” and “storeSelectedIndexes” commands with examples in my earlier post. “storeSelectedIndex” is storing index of currently single selected option from […]

September 19, 2013June 20, 2025Advanced Selenium IDE, getEval Command, gotoIf Command, gotoLabel Command, selenium ide, Selenium IDE advanced, selenium IDE tutorial, store commands, Using javascript with selenium IDE

Tutorial For Selenium IDE “getEval” Command To Get Alert During Script Execution

There are many advanced selenium IDE tutorial posts available about different commands, methods and selenium IDE plugins and i think that all of them will […]

August 3, 2013June 20, 2025selenium ide, Selenium IDE Questions and answers, selenium IDE tutorial, store commands, storeText command, type command

Storing and Reusing Information in Selenium IDE

“How to Store and Reuse Information in Selenium IDE ?” This question is asked by one of my blog reader through Ask A […]

August 3, 2013June 20, 2025assertElementHeight command, assertElementWidth command, Assertion Commands, selenium ide, selenium IDE tutorial, store commands, storeElementHeight command, storeElementWidth command

Selenium IDE “assertElementHeight” and “assertElementWidth” commands with examples

“assertElementHeight” and “assertElementWidth” are assertion commands and useful to verify and assert if expected height and with don’t match with actual height and […]

August 2, 2013June 20, 2025selenium ide, selenium IDE tutorial, store commands, storeElementIndex Command, verification commands, verifyElementIndex Command

Selenium IDE “storeElementIndex” and “verifyElementIndex” Commands Examples

“storeElementIndex” and “verifyElementIndex” Commands are used for store and verify index of an element node respectively. If you want to verify the […]

July 20, 2013June 20, 2025gotoIf Command, gotoLabel Command, selenium ide, selenium IDE tutorial, store, store commands, storeCssCount Command, verification commands, verify, verifyCssCount Command

selenium “storeCssCount” and “verifyCssCount” Commands with Example

CSS element locators are very strong and important for not only selenium IDE but also for selenium RC, webdriver and all other […]

July 18, 2013June 20, 2025Advanced Selenium IDE, Extending Selenium IDE, getEval Command, Parameterization in selenium ide, push Command, selenium ide, selenium IDE tutorial, store commands, storeEval command, Using javascript with selenium IDE

Steps for data driven testing with selenium IDE using push command

Parameterization in selenium IDE using data.js file is described with example in my previous post. You must have Advanced Selenium IDE knowladge […]

July 17, 2013June 20, 2025Advanced Selenium IDE, Data driven testing, endWhile Command, Parameterization in selenium ide, selenium ide, selenium IDE tutorial, store commands, storeEval command, Using javascript with selenium IDE, while Command

Parameterization in selenium ide – Example of data driven testing with selenium IDE

Data driven testing using selenium IDE software automation testing tool is not much more hard but initially you need to configure selenium […]

July 16, 2013June 20, 2025Advanced Selenium IDE, endWhile Command, Extending Selenium IDE, gotoIf Command, gotoLabel Command, label Command, selenium ide, selenium IDE tutorial, store commands, storeLocation Command, while Command

Selenium IDE “gotoif” “gotoLabel” and “label” commands with example

As described in my previous post(“while” and “endWhile” commands with example), selenium IDE software testing tool not supporting any conditioning and looping […]

July 15, 2013June 20, 2025Advanced Selenium IDE, endWhile Command, Extending Selenium IDE, highlight Command, selenium ide, selenium IDE tutorial, setSpeed command, store commands, storedVars, Using javascript with selenium IDE, while Command

Example of “while” and “endWhile” Loop Commands In Selenium IDE With Use Of User Extension

How to use “while” and “endWhile” command in selenium IDE software testing tool “while” command is not supported by default in selenium […]

July 6, 2013June 18, 2025Assertion Commands, KeyBoard Commands, Mouse Commands, Select commands, Selenium, selenium commands list, selenium IDE tutorial, store commands, verification commands, Waitfor Commands

Selenium IDE – Complete List of Commands With Examples Part – 2

Pending commands list in part 1 with tutorial link are listed in bellow given table. Click on command link to view selenium […]

July 6, 2013June 18, 2025Assertion Commands, KeyBoard Commands, Mouse Commands, Select commands, Selenium, selenium commands list, selenium IDE tutorial, store commands, verification commands, Waitfor Commands

List of Selenium Commands With Examples Part – 1

Selenium IDE commands with examples There are many commands available in selenium IDE software testing tool. I have prepared one selenium commands […]

June 19, 2013June 20, 2025echo command, selenium ide, selenium IDE tutorial, store commands, storeAttribute command

Selenium “storeAttribute” example to store URL or any other attribute value of element node

How to use “storeAttribute” command in selenium “storeAttribute” command stores the attribute value of specified element in given variable. You can store […]

June 16, 2013June 20, 2025echo command, selenium ide, selenium IDE tutorial, store command, store commands, storedVars, storeEval command, Using javascript with selenium IDE

Use ‘storedVars’ with “storeEval” command with example in selenium IDE

Selenium “storeEval” command “storeEval” command is generally used with scripts in selenium IDE software testing tool. It is useful to store result […]

June 15, 2013June 20, 2025selenium ide, selenium IDE tutorial, store commands, storeXpathCount, Xpath Tutorials

Using “storeXpathCount” in selenium ide with example

To understand how to use “storeXpathCount” command, you must be aware about xpath. You can read xpath tutorials for selenium ide in […]

March 12, 2013June 20, 2025selenium ide, selenium IDE tutorial, store commands, storeElementHeight command, storeElementWidth command

use “storeElementHeight” and “storeElementWidth” to measure element’s height and width in selenium

“storeElementHeight” command “storeElementHeight” command useful to measure the height of elements like button, textbox, images etc. You need to measure element’s height […]

March 11, 2013June 20, 2025selenium ide, selenium IDE tutorial, store commands, storeElementPositionLeft command, storeElementPositionTop command

Using “storeElementPositionLeft” and “storeElementPositionTop” Commands in selenium

“storeElementPositionLeft” Command In selenium, Many times you need  horizontal and verticle position of element on page. When you need any element’s horizontal […]

November 15, 2012June 20, 2025Select commands, selenium ide, selenium IDE tutorial, store commands, storeSelectOptions Command, storeValue Command

“storeSelectOptions” and “storeValue” commands in selenium IDE

“storeSelectOptions” Command We can use “storeSelectOptions” command with only list box and drop downs. Function of this command is it will store […]

November 15, 2012June 20, 2025Select commands, selenium ide, selenium IDE tutorial, store commands, storeSelectedLabel Command, storeSelectedLabels Command

Selenium IDE commands “storeSelectedLabel” and “storeSelectedLabels”

“storeSelectedLabel” Command We can use “storeSelectedLabel” Command only with drop down and list box. When you want to know or you need […]

November 14, 2012June 20, 2025Select commands, selenium ide, selenium IDE tutorial, Selenium IDE tutorials, store commands, storeSelectedIndex Command, storeSelectedIndexes Command

Use of “storeSelectedIndex” and “storeSelectedIndexes” command in selenium IDE

“storeSelectedIndex” Command storeSelectedIndex works with only select or multi-select target element like drop down and list box. Using this command, you can […]

November 13, 2012June 20, 2025selenium ide, selenium IDE tutorial, Selenium IDE tutorials, store commands, storeAllButtons Command, storeAllFields Command, storeAllLinks Command

“storeAllButtons”, “storeAllFields” and “storeAllLinks” command in selenium IDE

All these three commands useful only some time when you have multiple buttons or multiple fields or multiple links on page and […]

November 9, 2012June 20, 2025selenium ide, selenium IDE tutorial, Selenium IDE tutorials, store commands, storeLocation Command, storeTitle Command

“storeLocation” and “storeTitle” commands in selenium IDE

“storeLocation” Command “storeLocation” command is useful to store current selected window’s URL in selenium IDE software testing tool. See bellow given example […]

November 3, 2012June 20, 2025echo command, selenium ide, selenium IDE tutorial, Selenium IDE tutorials, store commands, storeText command, storeTextPresent command

“storeText” and “storeTextPresent” command in selenium IDE

“storeText” command “storeText” command in selenium IDE software testing tool is useful to store text value of page element of software web […]

Posts pagination

1 2 >
  • How to Perform Drag and Drop in Playwright
  • How to Upload Files in Playwright – Complete Guide
  • How to Clear Input Text Field Value in Playwright: 4 Ways
  • How to Press Keys in Playwright: Quick Guide
  • How to Focus on an Element Using Playwright

              
  • About Us
  • Contact Us
  • Terms of Service
  • Privacy Policy
© 2025 Software Testing Tutorials. Proudly powered by Sydney