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

Use ‘storedVars’ with “storeEval” command with example in selenium IDE

Selenium “storeEval” command “storeEval” command is generally used with scripts in selenium IDE software testing tool. It is useful to store result of the script in to specified variable and latter on we can use that variable’s value whenever required. ‘storedVars’ – JavaScript associative array ‘storedVars’ is JavaScript associative array having string indexes and is … Read more