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 have used “storeEval” command to fetch data from external .js file. Another way of data driven testing in selenium IDE is using push command. Now let we learn how can we create … Read more