Versions Compared

Key

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

...

Why do tests fail when encountering Xpath statements?
Answer

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.

...

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

Answer

Follow this procedure

Step one is generating an array of links. In this document, it is referenced as TestSuite.html. Below is a batch file you can use to generate a similar file for the Mifos tests checked into mifos/test/testscripts/Selenium/bvt:

...