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

“JMeter Once Only Controller” – jmeter tutorial with example for windows

You can read my post about jmeter downloading and installation before learning jmeter once only controller. I hope you already knows that Apache jmeter is load or i can say performance testing tool and during software performance testing, you need to handle multiple kind of scenarios and conditions. For that Apache jmeter has many tools like Logic Controllers, Timers, … 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