_ Prerequisite
(Require)
_ 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.
- 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".
- Step.7
- Click "Stop" button in Selenium IDE window and save test case file (html).
_ Execute test case
- Step.1
- Load test case file.
- Step.2
- Click the execution button.
If there is no error, all of commands show in green color.
_ Author
S.Yatsuzuka