fdd4bb76
zengjin55
windows
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>TestNG reports</title>
<link type="text/css" href="testng-reports.css" rel="stylesheet" />
<script type="text/javascript" src="jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="testng-reports.js"></script>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script type='text/javascript'>
google.load('visualization', '1', {packages:['table']});
google.setOnLoadCallback(drawTable);
var suiteTableInitFunctions = new Array();
var suiteTableData = new Array();
</script>
<!--
<script type="text/javascript" src="jquery-ui/js/jquery-ui-1.8.16.custom.min.js"></script>
-->
</head>
<body>
|
09fdf50f
Administrator
bpms
|
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
<div class="top-banner-root">
<span class="top-banner-title-font">Test results</span>
<br/>
<span class="top-banner-font-1">1 suite</span>
</div> <!-- top-banner-root -->
<div class="navigator-root">
<div class="navigator-suite-header">
<span>All suites</span>
<a href="#" title="Collapse/expand all the suites" class="collapse-all-link">
<img src="collapseall.gif" class="collapse-all-icon">
</img> <!-- collapse-all-icon -->
</a> <!-- collapse-all-link -->
</div> <!-- navigator-suite-header -->
<div class="suite">
<div class="rounded-window">
<div class="suite-header light-rounded-window-top">
|
b914c976
Administrator
init
|
40
41
|
<a href="#" panel-name="suite-成品询价" class="navigator-link">
<span class="suite-name border-passed">成品询价</span>
|
09fdf50f
Administrator
bpms
|
42
43
44
45
46
47
48
49
50
|
</a> <!-- navigator-link -->
</div> <!-- suite-header light-rounded-window-top -->
<div class="navigator-suite-content">
<div class="suite-section-title">
<span>Info</span>
</div> <!-- suite-section-title -->
<div class="suite-section-content">
<ul>
<li>
|
b914c976
Administrator
init
|
51
52
|
<a href="#" panel-name="test-xml-成品询价" class="navigator-link ">
<span>D:\workspace\demo\resources\suites\productInquiry.xml</span>
|
09fdf50f
Administrator
bpms
|
53
54
55
|
</a> <!-- navigator-link -->
</li>
<li>
|
b914c976
Administrator
init
|
56
|
<a href="#" panel-name="testlist-成品询价" class="navigator-link ">
|
09fdf50f
Administrator
bpms
|
57
58
59
60
|
<span class="test-stats">1 test</span>
</a> <!-- navigator-link -->
</li>
<li>
|
b914c976
Administrator
init
|
61
|
<a href="#" panel-name="group-成品询价" class="navigator-link ">
|
09fdf50f
Administrator
bpms
|
62
63
64
65
|
<span>0 groups</span>
</a> <!-- navigator-link -->
</li>
<li>
|
b914c976
Administrator
init
|
66
|
<a href="#" panel-name="times-成品询价" class="navigator-link ">
|
09fdf50f
Administrator
bpms
|
67
68
69
70
|
<span>Times</span>
</a> <!-- navigator-link -->
</li>
<li>
|
b914c976
Administrator
init
|
71
|
<a href="#" panel-name="reporter-成品询价" class="navigator-link ">
|
09fdf50f
Administrator
bpms
|
72
73
74
75
|
<span>Reporter output</span>
</a> <!-- navigator-link -->
</li>
<li>
|
b914c976
Administrator
init
|
76
|
<a href="#" panel-name="ignored-methods-成品询价" class="navigator-link ">
|
09fdf50f
Administrator
bpms
|
77
78
79
80
|
<span>Ignored methods</span>
</a> <!-- navigator-link -->
</li>
<li>
|
b914c976
Administrator
init
|
81
|
<a href="#" panel-name="chronological-成品询价" class="navigator-link ">
|
09fdf50f
Administrator
bpms
|
82
83
84
85
86
87
88
89
90
91
92
93
|
<span>Chronological view</span>
</a> <!-- navigator-link -->
</li>
</ul>
</div> <!-- suite-section-content -->
<div class="result-section">
<div class="suite-section-title">
<span>Results</span>
</div> <!-- suite-section-title -->
<div class="suite-section-content">
<ul>
<li>
|
b914c976
Administrator
init
|
94
|
<span class="method-stats">2 methods, 2 passed</span>
|
09fdf50f
Administrator
bpms
|
95
96
97
98
|
</li>
<li>
<span class="method-list-title passed">Passed methods</span>
<span class="show-or-hide-methods passed">
|
b914c976
Administrator
init
|
99
100
|
<a href="#" panel-name="suite-成品询价" class="hide-methods passed suite-成品询价"> (hide)</a> <!-- hide-methods passed suite-成品询价 -->
<a href="#" panel-name="suite-成品询价" class="show-methods passed suite-成品询价"> (show)</a> <!-- show-methods passed suite-成品询价 -->
|
09fdf50f
Administrator
bpms
|
101
|
</span>
|
b914c976
Administrator
init
|
102
|
<div class="method-list-content passed suite-成品询价">
|
09fdf50f
Administrator
bpms
|
103
104
|
<span>
<img src="passed.png" width="3%"/>
|
b914c976
Administrator
init
|
105
|
<a href="#" panel-name="suite-成品询价" title="com.buyer.testSuite.TestAddToCart" class="method navigator-link" hash-for-method="keywordToCart">keywordToCart</a> <!-- method navigator-link -->
|
09fdf50f
Administrator
bpms
|
106
107
108
109
|
</span>
<br/>
<span>
<img src="passed.png" width="3%"/>
|
b914c976
Administrator
init
|
110
|
<a href="#" panel-name="suite-成品询价" title="com.essa.testSuite.TestProductInquiry" class="method navigator-link" hash-for-method="productInquiry">productInquiry</a> <!-- method navigator-link -->
|
09fdf50f
Administrator
bpms
|
111
112
|
</span>
<br/>
|
b914c976
Administrator
init
|
113
|
</div> <!-- method-list-content passed suite-成品询价 -->
|
09fdf50f
Administrator
bpms
|
114
115
116
117
118
119
120
121
122
123
|
</li>
</ul>
</div> <!-- suite-section-content -->
</div> <!-- result-section -->
</div> <!-- navigator-suite-content -->
</div> <!-- rounded-window -->
</div> <!-- suite -->
</div> <!-- navigator-root -->
<div class="wrapper">
<div class="main-panel-root">
|
b914c976
Administrator
init
|
124
125
|
<div panel-name="suite-成品询价" class="panel 成品询价">
<div class="suite-成品询价-class-passed">
|
09fdf50f
Administrator
bpms
|
126
127
|
<div class="main-panel-header rounded-window-top">
<img src="passed.png"/>
|
b914c976
Administrator
init
|
128
|
<span class="class-name">com.buyer.testSuite.TestAddToCart</span>
|
09fdf50f
Administrator
bpms
|
129
130
131
132
|
</div> <!-- main-panel-header rounded-window-top -->
<div class="main-panel-content rounded-window-bottom">
<div class="method">
<div class="method-content">
|
b914c976
Administrator
init
|
133
134
135
|
<a name="keywordToCart">
</a> <!-- keywordToCart -->
<span class="method-name">keywordToCart</span>
|
60b8852f
Administrator
test
|
136
|
<em>
|
b914c976
Administrator
init
|
137
|
(关键字搜索,并将sku加入购物车) </em>
|
09fdf50f
Administrator
bpms
|
138
139
|
</div> <!-- method-content -->
</div> <!-- method -->
|
60b8852f
Administrator
test
|
140
|
</div> <!-- main-panel-content rounded-window-bottom -->
|
b914c976
Administrator
init
|
141
142
|
</div> <!-- suite-成品询价-class-passed -->
<div class="suite-成品询价-class-passed">
|
60b8852f
Administrator
test
|
143
144
145
146
147
|
<div class="main-panel-header rounded-window-top">
<img src="passed.png"/>
<span class="class-name">com.essa.testSuite.TestProductInquiry</span>
</div> <!-- main-panel-header rounded-window-top -->
<div class="main-panel-content rounded-window-bottom">
|
09fdf50f
Administrator
bpms
|
148
149
|
<div class="method">
<div class="method-content">
|
60b8852f
Administrator
test
|
150
151
152
153
154
|
<a name="productInquiry">
</a> <!-- productInquiry -->
<span class="method-name">productInquiry</span>
<em>
(成品询价流程) </em>
|
09fdf50f
Administrator
bpms
|
155
156
157
|
</div> <!-- method-content -->
</div> <!-- method -->
</div> <!-- main-panel-content rounded-window-bottom -->
|
b914c976
Administrator
init
|
158
159
160
|
</div> <!-- suite-成品询价-class-passed -->
</div> <!-- panel 成品询价 -->
<div panel-name="test-xml-成品询价" class="panel">
|
09fdf50f
Administrator
bpms
|
161
|
<div class="main-panel-header rounded-window-top">
|
b914c976
Administrator
init
|
162
|
<span class="header-content">D:\workspace\demo\resources\suites\productInquiry.xml</span>
|
09fdf50f
Administrator
bpms
|
163
164
165
166
167
|
</div> <!-- main-panel-header rounded-window-top -->
<div class="main-panel-content rounded-window-bottom">
<pre>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
|
b914c976
Administrator
init
|
168
169
|
<suite name="成品询价" guice-stage="DEVELOPMENT">
<test thread-count="5" name="productInquiry">
|
09fdf50f
Administrator
bpms
|
170
|
<classes>
|
60b8852f
Administrator
test
|
171
172
|
<class name="com.buyer.testSuite.TestAddToCart">
<methods>
|
b914c976
Administrator
init
|
173
|
<include name="keywordToCart"/>
|
60b8852f
Administrator
test
|
174
175
176
177
178
179
180
|
</methods>
</class> <!-- com.buyer.testSuite.TestAddToCart -->
<class name="com.essa.testSuite.TestProductInquiry">
<methods>
<include name="productInquiry"/>
</methods>
</class> <!-- com.essa.testSuite.TestProductInquiry -->
|
09fdf50f
Administrator
bpms
|
181
|
</classes>
|
b914c976
Administrator
init
|
182
183
|
</test> <!-- productInquiry -->
</suite> <!-- 成品询价 -->
|
09fdf50f
Administrator
bpms
|
184
185
186
|
</pre>
</div> <!-- main-panel-content rounded-window-bottom -->
</div> <!-- panel -->
|
b914c976
Administrator
init
|
187
|
<div panel-name="testlist-成品询价" class="panel">
|
09fdf50f
Administrator
bpms
|
188
|
<div class="main-panel-header rounded-window-top">
|
b914c976
Administrator
init
|
189
|
<span class="header-content">Tests for 成品询价</span>
|
09fdf50f
Administrator
bpms
|
190
191
192
193
|
</div> <!-- main-panel-header rounded-window-top -->
<div class="main-panel-content rounded-window-bottom">
<ul>
<li>
|
b914c976
Administrator
init
|
194
|
<span class="test-name">productInquiry (2 classes)</span>
|
09fdf50f
Administrator
bpms
|
195
196
197
198
|
</li>
</ul>
</div> <!-- main-panel-content rounded-window-bottom -->
</div> <!-- panel -->
|
b914c976
Administrator
init
|
199
|
<div panel-name="group-成品询价" class="panel">
|
09fdf50f
Administrator
bpms
|
200
|
<div class="main-panel-header rounded-window-top">
|
b914c976
Administrator
init
|
201
|
<span class="header-content">Groups for 成品询价</span>
|
09fdf50f
Administrator
bpms
|
202
203
204
205
|
</div> <!-- main-panel-header rounded-window-top -->
<div class="main-panel-content rounded-window-bottom">
</div> <!-- main-panel-content rounded-window-bottom -->
</div> <!-- panel -->
|
b914c976
Administrator
init
|
206
|
<div panel-name="times-成品询价" class="panel">
|
09fdf50f
Administrator
bpms
|
207
|
<div class="main-panel-header rounded-window-top">
|
b914c976
Administrator
init
|
208
|
<span class="header-content">Times for 成品询价</span>
|
09fdf50f
Administrator
bpms
|
209
210
211
212
|
</div> <!-- main-panel-header rounded-window-top -->
<div class="main-panel-content rounded-window-bottom">
<div class="times-div">
<script type="text/javascript">
|
b914c976
Administrator
init
|
213
214
|
suiteTableInitFunctions.push('tableData_成品询价');
function tableData_成品询价() {
|
fdd4bb76
zengjin55
windows
|
215
216
217
218
219
|
var data = new google.visualization.DataTable();
data.addColumn('number', 'Number');
data.addColumn('string', 'Method');
data.addColumn('string', 'Class');
data.addColumn('number', 'Time (ms)');
|
b914c976
Administrator
init
|
220
|
data.addRows(2);
|
fdd4bb76
zengjin55
windows
|
221
|
data.setCell(0, 0, 0)
|
b914c976
Administrator
init
|
222
223
224
|
data.setCell(0, 1, 'keywordToCart')
data.setCell(0, 2, 'com.buyer.testSuite.TestAddToCart')
data.setCell(0, 3, 23097);
|
fdd4bb76
zengjin55
windows
|
225
|
data.setCell(1, 0, 1)
|
60b8852f
Administrator
test
|
226
227
|
data.setCell(1, 1, 'productInquiry')
data.setCell(1, 2, 'com.essa.testSuite.TestProductInquiry')
|
b914c976
Administrator
init
|
228
229
|
data.setCell(1, 3, 18216);
window.suiteTableData['成品询价']= { tableData: data, tableDiv: 'times-div-成品询价'}
|
fdd4bb76
zengjin55
windows
|
230
231
|
return data;
}
|
09fdf50f
Administrator
bpms
|
232
|
</script>
|
b914c976
Administrator
init
|
233
234
235
|
<span class="suite-total-time">Total running time: 41 seconds</span>
<div id="times-div-成品询价">
</div> <!-- times-div-成品询价 -->
|
09fdf50f
Administrator
bpms
|
236
237
238
|
</div> <!-- times-div -->
</div> <!-- main-panel-content rounded-window-bottom -->
</div> <!-- panel -->
|
b914c976
Administrator
init
|
239
|
<div panel-name="reporter-成品询价" class="panel">
|
09fdf50f
Administrator
bpms
|
240
|
<div class="main-panel-header rounded-window-top">
|
b914c976
Administrator
init
|
241
|
<span class="header-content">Reporter output for 成品询价</span>
|
09fdf50f
Administrator
bpms
|
242
243
244
245
|
</div> <!-- main-panel-header rounded-window-top -->
<div class="main-panel-content rounded-window-bottom">
</div> <!-- main-panel-content rounded-window-bottom -->
</div> <!-- panel -->
|
b914c976
Administrator
init
|
246
|
<div panel-name="ignored-methods-成品询价" class="panel">
|
09fdf50f
Administrator
bpms
|
247
|
<div class="main-panel-header rounded-window-top">
|
60b8852f
Administrator
test
|
248
|
<span class="header-content">1 ignored method</span>
|
09fdf50f
Administrator
bpms
|
249
250
|
</div> <!-- main-panel-header rounded-window-top -->
<div class="main-panel-content rounded-window-bottom">
|
60b8852f
Administrator
test
|
251
252
253
|
<div class="ignored-class-div">
<span class="ignored-class-name">com.buyer.testSuite.TestAddToCart</span>
<div class="ignored-methods-div">
|
b914c976
Administrator
init
|
254
|
<span class="ignored-method-name">addSku</span>
|
60b8852f
Administrator
test
|
255
256
257
|
<br/>
</div> <!-- ignored-methods-div -->
</div> <!-- ignored-class-div -->
|
09fdf50f
Administrator
bpms
|
258
259
|
</div> <!-- main-panel-content rounded-window-bottom -->
</div> <!-- panel -->
|
b914c976
Administrator
init
|
260
|
<div panel-name="chronological-成品询价" class="panel">
|
09fdf50f
Administrator
bpms
|
261
262
263
264
265
|
<div class="main-panel-header rounded-window-top">
<span class="header-content">Methods in chronological order</span>
</div> <!-- main-panel-header rounded-window-top -->
<div class="main-panel-content rounded-window-bottom">
<div class="chronological-class">
|
60b8852f
Administrator
test
|
266
|
<div class="chronological-class-name">com.buyer.testSuite.TestAddToCart</div> <!-- chronological-class-name -->
|
09fdf50f
Administrator
bpms
|
267
268
269
270
271
|
<div class="configuration-class before">
<span class="method-name">setUp</span>
<span class="method-start">0 ms</span>
</div> <!-- configuration-class before -->
<div class="test-method">
|
b914c976
Administrator
init
|
272
273
|
<span class="method-name">keywordToCart</span>
<span class="method-start">9520 ms</span>
|
09fdf50f
Administrator
bpms
|
274
|
</div> <!-- test-method -->
|
60b8852f
Administrator
test
|
275
276
|
<div class="configuration-class after">
<span class="method-name">tearDown</span>
|
b914c976
Administrator
init
|
277
|
<span class="method-start">32618 ms</span>
|
60b8852f
Administrator
test
|
278
279
280
281
282
283
|
</div> <!-- configuration-class after -->
</div> <!-- chronological-class -->
<div class="chronological-class">
<div class="chronological-class-name">com.essa.testSuite.TestProductInquiry</div> <!-- chronological-class-name -->
<div class="configuration-class before">
<span class="method-name">setUp</span>
|
b914c976
Administrator
init
|
284
|
<span class="method-start">33381 ms</span>
|
60b8852f
Administrator
test
|
285
286
287
|
</div> <!-- configuration-class before -->
<div class="test-method">
<span class="method-name">productInquiry</span>
|
b914c976
Administrator
init
|
288
|
<span class="method-start">41221 ms</span>
|
09fdf50f
Administrator
bpms
|
289
290
291
|
</div> <!-- test-method -->
<div class="configuration-class after">
<span class="method-name">tearDown</span>
|
b914c976
Administrator
init
|
292
|
<span class="method-start">59438 ms</span>
|
09fdf50f
Administrator
bpms
|
293
294
295
296
297
|
</div> <!-- configuration-class after -->
</div> <!-- main-panel-content rounded-window-bottom -->
</div> <!-- panel -->
</div> <!-- main-panel-root -->
</div> <!-- wrapper -->
|
fdd4bb76
zengjin55
windows
|
298
299
|
</body>
</html>
|