Does the Firefox plugin allow you to create Selenium tests that use randomly generated data and may be used for regression testing?

Does the Firefox plugin allow you to create Selenium tests that use randomly generated data and may be used for regression testing?

Hi Miro Vasil,

Due to its limitations, Selenium IDE is not used. Try using Java, Perl, Ruby, or some other language with Selenium RC.BY

You can incorporate JavaScript expressions to derive command arguments using Selenium IDE. A text field will allow you to enter a random number, such as:

Javascript formula: fieldName.floor(Math.random()*11)