We can use “waitForElementPresent” command to wait till element appears on page. One other command “waitForTextPresent” command to wait till text display […]
We already learnt “storeSelectedIndex” and “storeSelectedIndexes” commands with examples in my earlier post. “storeSelectedIndex” is storing index of currently single selected option from […]
Before using interleave controller in performance testing tool Apache Jmeter, You must be aware about how to Record and Run first test plan in jmeter load […]
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 […]
“assertVisible” and “assertNotVisible” Commands frequently used commands in selenium IDE if you are using selenium IDE for your software web application regression testing. Both […]
“verifyNotLocation” and “assertNotLocation” Commands works in opposite way of “verifyLocation” and “assertLocation” commands in selenium IDE software. All four commands are assertion commands in […]