Using Selenium IDE with random values

Posted by Toby Hede on Stack Overflow See other posts from Stack Overflow or by Toby Hede
Published on 2008-10-02T12:21:33Z Indexed on 2010/04/25 19:03 UTC
Read the original article Hit count: 205

Filed under:
|
|

Is it possible to create Selenium tests using the Firefox plugin that use randomly generated values to help do regression tests?

The full story: I would like to help my clients do acceptance testing by providing them with a suite of tests that use some smarts to create random (or at least pseudo-random) values for the database. One of the issues with my Selenium IDE tests at the moment is that they have predefined values - which makes some types of testing problematic.

© Stack Overflow or respective owner

Related posts about testing

Related posts about user-interface