Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Follow this procedure to remove Xpath statements and replace with simple links. Note: I've modified these existing scripts to remove these statements, and will submit them to SVN.

...

Question

How to run a set of Selenium IDE tests at once, as a test suite?

Answer

Follow this procedure

...

(Remove the &auto=true if you wish to manually start this test set)

...

Question

A selenium script enters date values into a form, but the date doesn't seem to be submitted to the server. Why?

Answer

Selenium doesn't automatically fire "blur" events, but some Mifos v1.1 business logic resides in JavaScript that requires the blur events to be fired. Luckily, there is a straightforward workaround that tricks the JavaScript business logic into setting the date for the form:

...