...
|
...
Click on the images in this guide to expand them. If you have any questions or comments on the material presented in this guide, please email Rich Slabach or Jain Waldrip.
Anchor | ||||
---|---|---|---|---|
|
Getting Started
Install Selenium IDE
Selenium IDE is a Firefox plug-in that allows users to record and playback browser automation scripts. You can download Selenium IDE at http://seleniumhq.org/download/. If you do not have the Firefox web browser installed, you can download it from http://www.mozilla.org/en-US/firefox/new/.
For complete directions on installing and running Selenium IDE in Firefox, please reference the "Installation" section of Getting Started with Selenium.
Find Issues Assigned to You in OLETS
Open the OLETS Jira Project and log in with your Kuali KIS username and password. You will find the "Log In" link in the upper right-hand corner of the page.
...
Any issue with a value of "Assigned to Test (RD 1)" or "Assigned to Test (RD 2)" is ready to be tested. Click on the "Key" or "Summary" field for any issue to open it.
Download & Run the Selenium Script
Once you have the OLETS issue open, scroll down to the "Attachments" section. The Selenium script will appear here as an HTML file. Right-click on the file and select "Save Link As..."
...
Note | ||||
---|---|---|---|---|
| ||||
The Selenium script will be executed in whatever Firefox window was most recently active. Be careful not to run a Selenium script in a window you've been working in so that you don't lose your work! |
Anchor | ||||
---|---|---|---|---|
|
Determine Success or Failure
...