“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. Earlier i had published post about 2 related commands – assertChecked and assertNotChecked. All these four commands are working with check box. Now let me come to the point. “storeChecked” and “verifyChecked” are useful for the … Read more

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 IDE, many times you needs to verify or compare the number of records list during activity like searching, adding or deleting records. Generally, record count displayed on page like “24500 records found.”, “24500 … Read more

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 of software web application. You can read “assertEditable” and “assertNotEditable” command post for your better understanding. “storeEditable” command and “storeVisible” command both are designed for different purpose. Consider bellow given examples for your reference. … Read more

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 list box and  “storeSelectedIndexes” command is useful to store index of multiple selected options from list box. Same way, “storeSelectedValue” and “storeSelectedValues” are used with current selected label or labels of list box located … Read more