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

Parameterization in selenium ide – Example of data driven testing with selenium IDE

Data driven testing using selenium IDE software automation testing tool is not much more hard but initially you need to configure selenium IDE before you proceed for Parameterization using Advanced Selenium IDE features. There are 2 methods of Parameterization in selenium IDE software testing tool. Let me describe 1st method of Parameterization in this post. … Read more