| Revision 20902,
842 bytes
checked in by nanasess, 15 years ago
(diff) |
- 汎用性向上のため selenium.base, 固定パス削除
- テストスイート作成
- データ初期化用テストケース作成
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
|---|
| 3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
|---|
| 4 | <head profile="http://selenium-ide.openqa.org/profiles/test-case"> |
|---|
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
|---|
| 6 | <title>ログイン(test01)</title> |
|---|
| 7 | </head> |
|---|
| 8 | <body> |
|---|
| 9 | <table cellpadding="1" cellspacing="1" border="1"> |
|---|
| 10 | <thead> |
|---|
| 11 | <tr><td rowspan="1" colspan="3">ログイン(test01)</td></tr> |
|---|
| 12 | </thead><tbody> |
|---|
| 13 | <tr> |
|---|
| 14 | <td>open</td> |
|---|
| 15 | <td>/</td> |
|---|
| 16 | <td></td> |
|---|
| 17 | </tr> |
|---|
| 18 | <tr> |
|---|
| 19 | <td>type</td> |
|---|
| 20 | <td>login_email</td> |
|---|
| 21 | <td>[email protected]</td> |
|---|
| 22 | </tr> |
|---|
| 23 | <tr> |
|---|
| 24 | <td>type</td> |
|---|
| 25 | <td>login_pass</td> |
|---|
| 26 | <td>test01</td> |
|---|
| 27 | </tr> |
|---|
| 28 | <tr> |
|---|
| 29 | <td>clickAndWait</td> |
|---|
| 30 | <td>//input[@type='image']</td> |
|---|
| 31 | <td></td> |
|---|
| 32 | </tr> |
|---|
| 33 | </tbody></table> |
|---|
| 34 | </body> |
|---|
| 35 | </html> |
|---|
Note: See
TracBrowser
for help on using the repository browser.