How to use array with selenium ide for parameterisation
We already learnt about data driven testing by attaching external data file with selenium IDE in my previous post. In that case […]
We already learnt about data driven testing by attaching external data file with selenium IDE in my previous post. In that case […]
“verify” and “assert” are same in function but difference between both of them is when “verify” command fails selenium will not stop […]
“storeChecked” and “verifyChecked” are check box related commands and are useful to verify current (checked or not checked) condition of check box. […]
“waitFor” commands of selenium IDE are very useful for your software application regression testing. There are many waitFor commands available in selenium […]