source: branches/version-2_5-dev/test/selenium/backend/レビュー管理(編集) @ 20445

Revision 20445, 1.5 KB checked in by kotani, 13 years ago (diff)

#1068 ([製品テスト]Seleniumテストケース作成)

  • 精査できていませんが、正常系のケースを一旦コミット
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<link rel="selenium.base" href="http://localhost/" />
7<title>レビュー管理(編集)</title>
8</head>
9<body>
10<table cellpadding="1" cellspacing="1" border="1">
11<thead>
12<tr><td rowspan="1" colspan="3">レビュー管理(編集)</td></tr>
13</thead><tbody>
14<tr>
15    <td>open</td>
16    <td>/eccube/html/admin/home.php</td>
17    <td></td>
18</tr>
19<tr>
20    <td>clickAndWait</td>
21    <td>//li[@id='navi-products-review']/a/span</td>
22    <td></td>
23</tr>
24<tr>
25    <td>clickAndWait</td>
26    <td>//div[@id='products']/form/div/div/ul/li/a/span</td>
27    <td></td>
28</tr>
29<tr>
30    <td>clickAndWait</td>
31    <td>link=編集</td>
32    <td></td>
33</tr>
34<tr>
35    <td>click</td>
36    <td>//input[@name='status' and @value='1']</td>
37    <td></td>
38</tr>
39<tr>
40    <td>click</td>
41    <td>status</td>
42    <td></td>
43</tr>
44<tr>
45    <td>click</td>
46    <td>//input[@name='status' and @value='1']</td>
47    <td></td>
48</tr>
49<tr>
50    <td>click</td>
51    <td>//div[@id='products']/table/tbody/tr[3]/td</td>
52    <td></td>
53</tr>
54<tr>
55    <td>click</td>
56    <td>status</td>
57    <td></td>
58</tr>
59<tr>
60    <td>click</td>
61    <td>//input[@name='status' and @value='1']</td>
62    <td></td>
63</tr>
64<tr>
65    <td>clickAndWait</td>
66    <td>//div[@id='products']/div/ul/li[2]/a/span</td>
67    <td></td>
68</tr>
69</tbody></table>
70</body>
71</html>
Note: See TracBrowser for help on using the repository browser.