Hello World from OSS Silicon Valley


HowToUse/Selenium IDE/2.8


_ Prerequisite

(Require)

  • Firefox

_ Install&Setup

Step.1
Click the download link for Selenium IDE from the following URL. Selenium HQ - IDE

_ HowToUse

_ Record Test Case

Step.1
In Firefox browser window, select "Tool" -> "Selenium IDE" and Selenium IDE window will show up.
InstallSetup_fig1.png
Step.2
Click the Record button.
Step.3
Launch new browser window and access to http://www.virago.sakura.ne.jp/osssv/public/index.php.
Step.4
Click "Search" link.
Step.5
Input "StudySession" in the text field and click "Search" button.
Step.6
Right click the "MenuBar" link and choose "assertText link=MenuBar MenuBar".
RecordTestCase_fig1.png
Step.7
Click "Stop" button in Selenium IDE window and save test case file (html).

_ Execute test case

Step.1
Load test case file.
ExecuteTestCase_fig1.png
Step.2
Click the execution button.
ExecuteTestCase_fig2.png

If there is no error, all of commands show in green color.

ExecuteTestCase_fig3.png

_ Author

S.Yatsuzuka