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 “assertSelectedIndex” And “assertSelectedIndexes”

There are many tutorial posts available related to selenium IDE assert commands to use them in your software web application regression test case. Let we discuss two more assertion commands – “assertSelectedIndex” And “assertSelectedIndexes”. Both of these are working with single select or multi- select software application page elements like drop down and list box. These are good … Read more

Selenium IDE “waitForCondition” Command Tutorials With Example

We can use  “waitForElementPresent” command to wait till element appears on page. One other command “waitForTextPresent” command to wait till text display on software application page. Sameway, “waitForCondition” command will wait for condition until targeted condition not match. This selenium command is very useful to take action based on condition. Let we take one example scenario. … 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