Supporting Open Source Software for Education

rSmart

 

Share |

Selenium Scripts for Kuali Financial System Posted on test.kuali.org

Several weeks ago, I posted information about Selenium test scripts I've been creating to verify functionality in the Kuali Financial System. Approximately the first two dozen scripts have now been posted here as part of the Automated Testing (scripts) Project for KFS.

The test scripts that have been posted to date on the Kuali site are automated Selenium IDE scripts that can be run in FireFox.

We will continue to add more scripts to the list in the next several months and beyond. Additionally, the page will also list automated scripts for Selenium RC that can be run in other browsers.

To use the Selenium test scripts:

  1. From Firefox, go to Tools, and select and download Selenium IDE.
  2. Download the Selenium scripts and put them in a folder (mine are on my desktop in a file called Selenium).
  3. In Firefox go to Tools, select Selenium IDE, and then select File, Open.
  4. Select the script you want to run and click Open.
  5. Open the application you want to run the script in.
  6. In Selenium verify that the base URL is the same as that of your application.
  7. Click the second green arrow in Selenium. (Clicking the first arrow causes Selenium to run a suite of scripts.)

After the script runs, you will know whether it passed or failed.

Fred Steinken
Software Testing Engineer
rSmart

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options