litmus 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.document +5 -0
- data/LICENSE +20 -0
- data/README.md +56 -0
- data/Rakefile +46 -0
- data/VERSION +1 -0
- data/lib/litmus.rb +11 -0
- data/lib/litmus/base.rb +10 -0
- data/lib/litmus/email_test.rb +17 -0
- data/lib/litmus/page_test.rb +17 -0
- data/lib/litmus/result.rb +11 -0
- data/lib/litmus/test.rb +11 -0
- data/lib/litmus/test_version.rb +19 -0
- data/litmus.gemspec +81 -0
- data/spec/email_test_spec.rb +21 -0
- data/spec/fixtures/all_tests.xml +24 -0
- data/spec/fixtures/create_email_test.xml +651 -0
- data/spec/fixtures/create_page_test.xml +286 -0
- data/spec/fixtures/create_test_version.xml +638 -0
- data/spec/fixtures/list_results.xml +735 -0
- data/spec/fixtures/list_test_versions.xml +744 -0
- data/spec/fixtures/poll_test_version.xml +90 -0
- data/spec/fixtures/show_result.xml +45 -0
- data/spec/fixtures/show_test.xml +652 -0
- data/spec/fixtures/show_test_version.xml +638 -0
- data/spec/litmus_spec.rb +5 -0
- data/spec/page_test_spec.rb +19 -0
- data/spec/result_spec.rb +19 -0
- data/spec/spec_helper.rb +44 -0
- data/spec/test_spec.rb +10 -0
- data/spec/test_version_spec.rb +34 -0
- metadata +125 -0
@@ -0,0 +1,286 @@
|
|
1
|
+
<test_set>
|
2
|
+
<created_at type="datetime">2010-12-19T16:34:49Z</created_at>
|
3
|
+
<delta type="boolean">true</delta>
|
4
|
+
<id type="integer">1716444</id>
|
5
|
+
<updated_at type="datetime">2010-12-19T16:34:50Z</updated_at>
|
6
|
+
<name>Google</name>
|
7
|
+
<service>page</service>
|
8
|
+
<state>complete</state>
|
9
|
+
<public_sharing>false</public_sharing>
|
10
|
+
<test_set_versions type="array">
|
11
|
+
<test_set_version>
|
12
|
+
<version type="integer">1</version>
|
13
|
+
<url_or_guid>http://google.com/</url_or_guid>
|
14
|
+
<received>true</received>
|
15
|
+
<validation>
|
16
|
+
<html>
|
17
|
+
<errors />
|
18
|
+
<warnings />
|
19
|
+
</html>
|
20
|
+
<css>
|
21
|
+
<errors />
|
22
|
+
<warnings />
|
23
|
+
</css>
|
24
|
+
</validation>
|
25
|
+
<results type="array">
|
26
|
+
<result>
|
27
|
+
<check_state nil="true" />
|
28
|
+
<error_at type="datetime" nil="true" />
|
29
|
+
<finished_at type="datetime">2010-12-19T16:34:49Z</finished_at>
|
30
|
+
<id type="integer">33537544</id>
|
31
|
+
<started_at type="datetime" nil="true" />
|
32
|
+
<test_code>ie7</test_code>
|
33
|
+
<state>complete</state>
|
34
|
+
<result_type>page</result_type>
|
35
|
+
<testing_application>
|
36
|
+
<average_time_to_process type="integer">30</average_time_to_process>
|
37
|
+
<result_type>page</result_type>
|
38
|
+
<popular>true</popular>
|
39
|
+
<status>0</status>
|
40
|
+
<platform_name>Windows</platform_name>
|
41
|
+
<platform_long_name>Microsoft Windows</platform_long_name>
|
42
|
+
<application_code>ie7</application_code>
|
43
|
+
<application_long_name>Explorer 7.0</application_long_name>
|
44
|
+
</testing_application>
|
45
|
+
<result_images type="array">
|
46
|
+
<result_image>
|
47
|
+
<image_type>window</image_type>
|
48
|
+
<full_image>client-2-1077013799.us-east-1.elb.amazonaws.com/b/?c=IE7&i=33537544&t=0&u=http%3A%2F%2Fgoogle.com%2F</full_image>
|
49
|
+
<thumbnail_image>client-2-1077013799.us-east-1.elb.amazonaws.com/b/?c=IE7&i=33537544&t=1&u=http%3A%2F%2Fgoogle.com%2F</thumbnail_image>
|
50
|
+
</result_image>
|
51
|
+
<result_image>
|
52
|
+
<image_type>full</image_type>
|
53
|
+
<full_image>client-2-1077013799.us-east-1.elb.amazonaws.com/b/?c=IE7&i=33537544&t=0&u=http%3A%2F%2Fgoogle.com%2F</full_image>
|
54
|
+
<thumbnail_image>client-2-1077013799.us-east-1.elb.amazonaws.com/b/?c=IE7&i=33537544&t=1&u=http%3A%2F%2Fgoogle.com%2F</thumbnail_image>
|
55
|
+
</result_image>
|
56
|
+
</result_images>
|
57
|
+
</result>
|
58
|
+
<result>
|
59
|
+
<check_state nil="true" />
|
60
|
+
<error_at type="datetime" nil="true" />
|
61
|
+
<finished_at type="datetime">2010-12-19T16:34:49Z</finished_at>
|
62
|
+
<id type="integer">33537546</id>
|
63
|
+
<started_at type="datetime" nil="true" />
|
64
|
+
<test_code>ie6</test_code>
|
65
|
+
<state>complete</state>
|
66
|
+
<result_type>page</result_type>
|
67
|
+
<testing_application>
|
68
|
+
<average_time_to_process type="integer">30</average_time_to_process>
|
69
|
+
<result_type>page</result_type>
|
70
|
+
<popular>true</popular>
|
71
|
+
<status>0</status>
|
72
|
+
<platform_name>Windows</platform_name>
|
73
|
+
<platform_long_name>Microsoft Windows</platform_long_name>
|
74
|
+
<application_code>ie6</application_code>
|
75
|
+
<application_long_name>Explorer 6.0</application_long_name>
|
76
|
+
</testing_application>
|
77
|
+
<result_images type="array">
|
78
|
+
<result_image>
|
79
|
+
<image_type>window</image_type>
|
80
|
+
<full_image>client-1-271999278.us-east-1.elb.amazonaws.com/b/?c=IE6&i=33537546&t=0&u=http%3A%2F%2Fgoogle.com%2F</full_image>
|
81
|
+
<thumbnail_image>client-1-271999278.us-east-1.elb.amazonaws.com/b/?c=IE6&i=33537546&t=1&u=http%3A%2F%2Fgoogle.com%2F</thumbnail_image>
|
82
|
+
</result_image>
|
83
|
+
<result_image>
|
84
|
+
<image_type>full</image_type>
|
85
|
+
<full_image>client-1-271999278.us-east-1.elb.amazonaws.com/b/?c=IE6&i=33537546&t=0&u=http%3A%2F%2Fgoogle.com%2F</full_image>
|
86
|
+
<thumbnail_image>client-1-271999278.us-east-1.elb.amazonaws.com/b/?c=IE6&i=33537546&t=1&u=http%3A%2F%2Fgoogle.com%2F</thumbnail_image>
|
87
|
+
</result_image>
|
88
|
+
</result_images>
|
89
|
+
</result>
|
90
|
+
<result>
|
91
|
+
<check_state nil="true" />
|
92
|
+
<error_at type="datetime" nil="true" />
|
93
|
+
<finished_at type="datetime">2010-12-19T16:34:49Z</finished_at>
|
94
|
+
<id type="integer">33537548</id>
|
95
|
+
<started_at type="datetime" nil="true" />
|
96
|
+
<test_code>ff3w</test_code>
|
97
|
+
<state>complete</state>
|
98
|
+
<result_type>page</result_type>
|
99
|
+
<testing_application>
|
100
|
+
<average_time_to_process type="integer">337</average_time_to_process>
|
101
|
+
<result_type>page</result_type>
|
102
|
+
<popular>true</popular>
|
103
|
+
<status>0</status>
|
104
|
+
<platform_name>Windows</platform_name>
|
105
|
+
<platform_long_name>Microsoft Windows</platform_long_name>
|
106
|
+
<application_code>ff3w</application_code>
|
107
|
+
<application_long_name>Firefox 3.0</application_long_name>
|
108
|
+
</testing_application>
|
109
|
+
<result_images type="array">
|
110
|
+
<result_image>
|
111
|
+
<image_type>window</image_type>
|
112
|
+
<full_image>client-1-271999278.us-east-1.elb.amazonaws.com/b/?c=FF3&i=33537548&t=0&u=http%3A%2F%2Fgoogle.com%2F</full_image>
|
113
|
+
<thumbnail_image>client-1-271999278.us-east-1.elb.amazonaws.com/b/?c=FF3&i=33537548&t=1&u=http%3A%2F%2Fgoogle.com%2F</thumbnail_image>
|
114
|
+
</result_image>
|
115
|
+
<result_image>
|
116
|
+
<image_type>full</image_type>
|
117
|
+
<full_image>client-1-271999278.us-east-1.elb.amazonaws.com/b/?c=FF3&i=33537548&t=0&u=http%3A%2F%2Fgoogle.com%2F</full_image>
|
118
|
+
<thumbnail_image>client-1-271999278.us-east-1.elb.amazonaws.com/b/?c=FF3&i=33537548&t=1&u=http%3A%2F%2Fgoogle.com%2F</thumbnail_image>
|
119
|
+
</result_image>
|
120
|
+
</result_images>
|
121
|
+
</result>
|
122
|
+
<result>
|
123
|
+
<check_state nil="true" />
|
124
|
+
<error_at type="datetime" nil="true" />
|
125
|
+
<finished_at type="datetime">2010-12-19T16:34:49Z</finished_at>
|
126
|
+
<id type="integer">33537550</id>
|
127
|
+
<started_at type="datetime" nil="true" />
|
128
|
+
<test_code>ie8</test_code>
|
129
|
+
<state>complete</state>
|
130
|
+
<result_type>page</result_type>
|
131
|
+
<testing_application>
|
132
|
+
<average_time_to_process type="integer">30</average_time_to_process>
|
133
|
+
<result_type>page</result_type>
|
134
|
+
<popular>true</popular>
|
135
|
+
<status>0</status>
|
136
|
+
<platform_name>Windows</platform_name>
|
137
|
+
<platform_long_name>Microsoft Windows</platform_long_name>
|
138
|
+
<application_code>ie8</application_code>
|
139
|
+
<application_long_name>Explorer 8.0</application_long_name>
|
140
|
+
</testing_application>
|
141
|
+
<result_images type="array">
|
142
|
+
<result_image>
|
143
|
+
<image_type>window</image_type>
|
144
|
+
<full_image>client-4-871184248.us-east-1.elb.amazonaws.com/b/?c=IE8&i=33537550&t=0&u=http%3A%2F%2Fgoogle.com%2F</full_image>
|
145
|
+
<thumbnail_image>client-4-871184248.us-east-1.elb.amazonaws.com/b/?c=IE8&i=33537550&t=1&u=http%3A%2F%2Fgoogle.com%2F</thumbnail_image>
|
146
|
+
</result_image>
|
147
|
+
<result_image>
|
148
|
+
<image_type>full</image_type>
|
149
|
+
<full_image>client-4-871184248.us-east-1.elb.amazonaws.com/b/?c=IE8&i=33537550&t=0&u=http%3A%2F%2Fgoogle.com%2F</full_image>
|
150
|
+
<thumbnail_image>client-4-871184248.us-east-1.elb.amazonaws.com/b/?c=IE8&i=33537550&t=1&u=http%3A%2F%2Fgoogle.com%2F</thumbnail_image>
|
151
|
+
</result_image>
|
152
|
+
</result_images>
|
153
|
+
</result>
|
154
|
+
<result>
|
155
|
+
<check_state nil="true" />
|
156
|
+
<error_at type="datetime" nil="true" />
|
157
|
+
<finished_at type="datetime">2010-12-19T16:34:49Z</finished_at>
|
158
|
+
<id type="integer">33537552</id>
|
159
|
+
<started_at type="datetime" nil="true" />
|
160
|
+
<test_code>ff31w</test_code>
|
161
|
+
<state>complete</state>
|
162
|
+
<result_type>page</result_type>
|
163
|
+
<testing_application>
|
164
|
+
<average_time_to_process type="integer">270</average_time_to_process>
|
165
|
+
<result_type>page</result_type>
|
166
|
+
<popular>true</popular>
|
167
|
+
<status>0</status>
|
168
|
+
<platform_name>Windows</platform_name>
|
169
|
+
<platform_long_name>Microsoft Windows</platform_long_name>
|
170
|
+
<application_code>ff31w</application_code>
|
171
|
+
<application_long_name>Firefox 3.5</application_long_name>
|
172
|
+
</testing_application>
|
173
|
+
<result_images type="array">
|
174
|
+
<result_image>
|
175
|
+
<image_type>window</image_type>
|
176
|
+
<full_image>client-3-2077254909.us-east-1.elb.amazonaws.com/b/?c=FF31&i=33537552&t=0&u=http%3A%2F%2Fgoogle.com%2F</full_image>
|
177
|
+
<thumbnail_image>client-3-2077254909.us-east-1.elb.amazonaws.com/b/?c=FF31&i=33537552&t=1&u=http%3A%2F%2Fgoogle.com%2F</thumbnail_image>
|
178
|
+
</result_image>
|
179
|
+
<result_image>
|
180
|
+
<image_type>full</image_type>
|
181
|
+
<full_image>client-3-2077254909.us-east-1.elb.amazonaws.com/b/?c=FF31&i=33537552&t=0&u=http%3A%2F%2Fgoogle.com%2F</full_image>
|
182
|
+
<thumbnail_image>client-3-2077254909.us-east-1.elb.amazonaws.com/b/?c=FF31&i=33537552&t=1&u=http%3A%2F%2Fgoogle.com%2F</thumbnail_image>
|
183
|
+
</result_image>
|
184
|
+
</result_images>
|
185
|
+
</result>
|
186
|
+
<result>
|
187
|
+
<check_state nil="true" />
|
188
|
+
<error_at type="datetime" nil="true" />
|
189
|
+
<finished_at type="datetime">2010-12-19T16:34:49Z</finished_at>
|
190
|
+
<id type="integer">33537554</id>
|
191
|
+
<started_at type="datetime" nil="true" />
|
192
|
+
<test_code>saf4m</test_code>
|
193
|
+
<state>complete</state>
|
194
|
+
<result_type>page</result_type>
|
195
|
+
<testing_application>
|
196
|
+
<average_time_to_process type="integer">556</average_time_to_process>
|
197
|
+
<result_type>page</result_type>
|
198
|
+
<popular>true</popular>
|
199
|
+
<status>0</status>
|
200
|
+
<platform_name>Mac OS</platform_name>
|
201
|
+
<platform_long_name>Mac OS X</platform_long_name>
|
202
|
+
<application_code>saf4m</application_code>
|
203
|
+
<application_long_name>Safari 5.0 OSX</application_long_name>
|
204
|
+
</testing_application>
|
205
|
+
<result_images type="array">
|
206
|
+
<result_image>
|
207
|
+
<image_type>window</image_type>
|
208
|
+
<full_image>osx.litmus.com/b/?c=SAF4M&i=33537554&t=0&u=http%3A%2F%2Fgoogle.com%2F</full_image>
|
209
|
+
<thumbnail_image>osx.litmus.com/b/?c=SAF4M&i=33537554&t=1&u=http%3A%2F%2Fgoogle.com%2F</thumbnail_image>
|
210
|
+
</result_image>
|
211
|
+
<result_image>
|
212
|
+
<image_type>full</image_type>
|
213
|
+
<full_image>osx.litmus.com/b/?c=SAF4M&i=33537554&t=0&u=http%3A%2F%2Fgoogle.com%2F</full_image>
|
214
|
+
<thumbnail_image>osx.litmus.com/b/?c=SAF4M&i=33537554&t=1&u=http%3A%2F%2Fgoogle.com%2F</thumbnail_image>
|
215
|
+
</result_image>
|
216
|
+
</result_images>
|
217
|
+
</result>
|
218
|
+
<result>
|
219
|
+
<check_state nil="true" />
|
220
|
+
<error_at type="datetime" nil="true" />
|
221
|
+
<finished_at type="datetime">2010-12-19T16:34:50Z</finished_at>
|
222
|
+
<id type="integer">33537556</id>
|
223
|
+
<started_at type="datetime" nil="true" />
|
224
|
+
<test_code>chrome2w</test_code>
|
225
|
+
<state>complete</state>
|
226
|
+
<result_type>page</result_type>
|
227
|
+
<testing_application>
|
228
|
+
<average_time_to_process type="integer">334</average_time_to_process>
|
229
|
+
<result_type>page</result_type>
|
230
|
+
<popular>true</popular>
|
231
|
+
<status>0</status>
|
232
|
+
<platform_name>Windows</platform_name>
|
233
|
+
<platform_long_name>Microsoft Windows</platform_long_name>
|
234
|
+
<application_code>chrome2w</application_code>
|
235
|
+
<application_long_name>Chrome 7.0</application_long_name>
|
236
|
+
</testing_application>
|
237
|
+
<result_images type="array">
|
238
|
+
<result_image>
|
239
|
+
<image_type>window</image_type>
|
240
|
+
<full_image>client-3-2077254909.us-east-1.elb.amazonaws.com/b/?c=CHROME2&i=33537556&t=0&u=http%3A%2F%2Fgoogle.com%2F</full_image>
|
241
|
+
<thumbnail_image>client-3-2077254909.us-east-1.elb.amazonaws.com/b/?c=CHROME2&i=33537556&t=1&u=http%3A%2F%2Fgoogle.com%2F</thumbnail_image>
|
242
|
+
</result_image>
|
243
|
+
<result_image>
|
244
|
+
<image_type>full</image_type>
|
245
|
+
<full_image>client-3-2077254909.us-east-1.elb.amazonaws.com/b/?c=CHROME2&i=33537556&t=0&u=http%3A%2F%2Fgoogle.com%2F</full_image>
|
246
|
+
<thumbnail_image>client-3-2077254909.us-east-1.elb.amazonaws.com/b/?c=CHROME2&i=33537556&t=1&u=http%3A%2F%2Fgoogle.com%2F</thumbnail_image>
|
247
|
+
</result_image>
|
248
|
+
</result_images>
|
249
|
+
</result>
|
250
|
+
<result>
|
251
|
+
<check_state nil="true" />
|
252
|
+
<error_at type="datetime" nil="true" />
|
253
|
+
<finished_at type="datetime">2010-12-19T16:34:50Z</finished_at>
|
254
|
+
<id type="integer">33537558</id>
|
255
|
+
<started_at type="datetime" nil="true" />
|
256
|
+
<test_code>ff36</test_code>
|
257
|
+
<state>complete</state>
|
258
|
+
<result_type>page</result_type>
|
259
|
+
<testing_application>
|
260
|
+
<average_time_to_process type="integer">30</average_time_to_process>
|
261
|
+
<result_type>page</result_type>
|
262
|
+
<popular>true</popular>
|
263
|
+
<status>0</status>
|
264
|
+
<platform_name>Windows</platform_name>
|
265
|
+
<platform_long_name>Microsoft Windows</platform_long_name>
|
266
|
+
<application_code>ff36</application_code>
|
267
|
+
<application_long_name>Firefox 3.6</application_long_name>
|
268
|
+
</testing_application>
|
269
|
+
<result_images type="array">
|
270
|
+
<result_image>
|
271
|
+
<image_type>window</image_type>
|
272
|
+
<full_image>client-4-871184248.us-east-1.elb.amazonaws.com/b/?c=FF36&i=33537558&t=0&u=http%3A%2F%2Fgoogle.com%2F</full_image>
|
273
|
+
<thumbnail_image>client-4-871184248.us-east-1.elb.amazonaws.com/b/?c=FF36&i=33537558&t=1&u=http%3A%2F%2Fgoogle.com%2F</thumbnail_image>
|
274
|
+
</result_image>
|
275
|
+
<result_image>
|
276
|
+
<image_type>full</image_type>
|
277
|
+
<full_image>client-4-871184248.us-east-1.elb.amazonaws.com/b/?c=FF36&i=33537558&t=0&u=http%3A%2F%2Fgoogle.com%2F</full_image>
|
278
|
+
<thumbnail_image>client-4-871184248.us-east-1.elb.amazonaws.com/b/?c=FF36&i=33537558&t=1&u=http%3A%2F%2Fgoogle.com%2F</thumbnail_image>
|
279
|
+
</result_image>
|
280
|
+
</result_images>
|
281
|
+
</result>
|
282
|
+
</results>
|
283
|
+
</test_set_version>
|
284
|
+
</test_set_versions>
|
285
|
+
<url_or_guid>http://google.com/</url_or_guid>
|
286
|
+
</test_set>
|
@@ -0,0 +1,638 @@
|
|
1
|
+
<test_set_version>
|
2
|
+
<version type="integer">2</version>
|
3
|
+
<url_or_guid>7107118@emailtests.com</url_or_guid>
|
4
|
+
<received>false</received>
|
5
|
+
<source_url>s3.amazonaws.com/sitevista/missing_source</source_url>
|
6
|
+
<inline_css />
|
7
|
+
<results type="array">
|
8
|
+
<result>
|
9
|
+
<check_state nil="true" />
|
10
|
+
<error_at type="datetime" nil="true" />
|
11
|
+
<finished_at type="datetime" nil="true" />
|
12
|
+
<id type="integer">33538178</id>
|
13
|
+
<started_at type="datetime" nil="true" />
|
14
|
+
<test_code>ol2003</test_code>
|
15
|
+
<state>pending</state>
|
16
|
+
<result_type>email</result_type>
|
17
|
+
<rendered_html_url />
|
18
|
+
<testing_application>
|
19
|
+
<average_time_to_process type="integer">165</average_time_to_process>
|
20
|
+
<business>true</business>
|
21
|
+
<result_type>email</result_type>
|
22
|
+
<supports_content_blocking>true</supports_content_blocking>
|
23
|
+
<desktop_client>true</desktop_client>
|
24
|
+
<status>0</status>
|
25
|
+
<platform_name>Windows</platform_name>
|
26
|
+
<platform_long_name>Microsoft Windows</platform_long_name>
|
27
|
+
<application_code>ol2003</application_code>
|
28
|
+
<application_long_name>Outlook 2003</application_long_name>
|
29
|
+
</testing_application>
|
30
|
+
<result_images type="array">
|
31
|
+
<result_image>
|
32
|
+
<image_type>window_on</image_type>
|
33
|
+
</result_image>
|
34
|
+
<result_image>
|
35
|
+
<image_type>full_on</image_type>
|
36
|
+
</result_image>
|
37
|
+
<result_image>
|
38
|
+
<image_type>window_off</image_type>
|
39
|
+
</result_image>
|
40
|
+
<result_image>
|
41
|
+
<image_type>full_off</image_type>
|
42
|
+
</result_image>
|
43
|
+
</result_images>
|
44
|
+
</result>
|
45
|
+
<result>
|
46
|
+
<check_state nil="true" />
|
47
|
+
<error_at type="datetime" nil="true" />
|
48
|
+
<finished_at type="datetime" nil="true" />
|
49
|
+
<id type="integer">33538180</id>
|
50
|
+
<started_at type="datetime" nil="true" />
|
51
|
+
<test_code>ol2007</test_code>
|
52
|
+
<state>pending</state>
|
53
|
+
<result_type>email</result_type>
|
54
|
+
<rendered_html_url />
|
55
|
+
<testing_application>
|
56
|
+
<average_time_to_process type="integer">79</average_time_to_process>
|
57
|
+
<business>true</business>
|
58
|
+
<result_type>email</result_type>
|
59
|
+
<supports_content_blocking>true</supports_content_blocking>
|
60
|
+
<desktop_client>true</desktop_client>
|
61
|
+
<status>0</status>
|
62
|
+
<platform_name>Windows</platform_name>
|
63
|
+
<platform_long_name>Microsoft Windows</platform_long_name>
|
64
|
+
<application_code>ol2007</application_code>
|
65
|
+
<application_long_name>Outlook 2007</application_long_name>
|
66
|
+
</testing_application>
|
67
|
+
<result_images type="array">
|
68
|
+
<result_image>
|
69
|
+
<image_type>window_on</image_type>
|
70
|
+
</result_image>
|
71
|
+
<result_image>
|
72
|
+
<image_type>full_on</image_type>
|
73
|
+
</result_image>
|
74
|
+
<result_image>
|
75
|
+
<image_type>window_off</image_type>
|
76
|
+
</result_image>
|
77
|
+
<result_image>
|
78
|
+
<image_type>full_off</image_type>
|
79
|
+
</result_image>
|
80
|
+
</result_images>
|
81
|
+
</result>
|
82
|
+
<result>
|
83
|
+
<check_state nil="true" />
|
84
|
+
<error_at type="datetime" nil="true" />
|
85
|
+
<finished_at type="datetime" nil="true" />
|
86
|
+
<id type="integer">33538182</id>
|
87
|
+
<started_at type="datetime" nil="true" />
|
88
|
+
<test_code>iphone3</test_code>
|
89
|
+
<state>pending</state>
|
90
|
+
<result_type>email</result_type>
|
91
|
+
<rendered_html_url />
|
92
|
+
<testing_application>
|
93
|
+
<average_time_to_process type="integer">116</average_time_to_process>
|
94
|
+
<business>false</business>
|
95
|
+
<result_type>email</result_type>
|
96
|
+
<supports_content_blocking>false</supports_content_blocking>
|
97
|
+
<desktop_client>false</desktop_client>
|
98
|
+
<status>0</status>
|
99
|
+
<platform_name>Mobile devices</platform_name>
|
100
|
+
<platform_long_name>Cell phones and other mobile devices</platform_long_name>
|
101
|
+
<application_code>iphone3</application_code>
|
102
|
+
<application_long_name>iPhone</application_long_name>
|
103
|
+
</testing_application>
|
104
|
+
<result_images type="array">
|
105
|
+
<result_image>
|
106
|
+
<image_type>window_on</image_type>
|
107
|
+
</result_image>
|
108
|
+
<result_image>
|
109
|
+
<image_type>full_on</image_type>
|
110
|
+
</result_image>
|
111
|
+
<result_image>
|
112
|
+
<image_type>window_off</image_type>
|
113
|
+
</result_image>
|
114
|
+
<result_image>
|
115
|
+
<image_type>full_off</image_type>
|
116
|
+
</result_image>
|
117
|
+
</result_images>
|
118
|
+
</result>
|
119
|
+
<result>
|
120
|
+
<check_state nil="true" />
|
121
|
+
<error_at type="datetime" nil="true" />
|
122
|
+
<finished_at type="datetime" nil="true" />
|
123
|
+
<id type="integer">33538184</id>
|
124
|
+
<started_at type="datetime" nil="true" />
|
125
|
+
<test_code>notes8</test_code>
|
126
|
+
<state>pending</state>
|
127
|
+
<result_type>email</result_type>
|
128
|
+
<rendered_html_url />
|
129
|
+
<testing_application>
|
130
|
+
<average_time_to_process type="integer">141</average_time_to_process>
|
131
|
+
<business>true</business>
|
132
|
+
<result_type>email</result_type>
|
133
|
+
<supports_content_blocking>false</supports_content_blocking>
|
134
|
+
<desktop_client>true</desktop_client>
|
135
|
+
<status>0</status>
|
136
|
+
<platform_name>Windows</platform_name>
|
137
|
+
<platform_long_name>Microsoft Windows</platform_long_name>
|
138
|
+
<application_code>notes8</application_code>
|
139
|
+
<application_long_name>Lotus Notes 8</application_long_name>
|
140
|
+
</testing_application>
|
141
|
+
<result_images type="array">
|
142
|
+
<result_image>
|
143
|
+
<image_type>window_on</image_type>
|
144
|
+
</result_image>
|
145
|
+
<result_image>
|
146
|
+
<image_type>full_on</image_type>
|
147
|
+
</result_image>
|
148
|
+
<result_image>
|
149
|
+
<image_type>window_off</image_type>
|
150
|
+
</result_image>
|
151
|
+
<result_image>
|
152
|
+
<image_type>full_off</image_type>
|
153
|
+
</result_image>
|
154
|
+
</result_images>
|
155
|
+
</result>
|
156
|
+
<result>
|
157
|
+
<check_state nil="true" />
|
158
|
+
<error_at type="datetime" nil="true" />
|
159
|
+
<finished_at type="datetime" nil="true" />
|
160
|
+
<id type="integer">33538186</id>
|
161
|
+
<started_at type="datetime" nil="true" />
|
162
|
+
<test_code>appmail4</test_code>
|
163
|
+
<state>pending</state>
|
164
|
+
<result_type>email</result_type>
|
165
|
+
<rendered_html_url />
|
166
|
+
<testing_application>
|
167
|
+
<average_time_to_process type="integer">311</average_time_to_process>
|
168
|
+
<business>false</business>
|
169
|
+
<result_type>email</result_type>
|
170
|
+
<supports_content_blocking>false</supports_content_blocking>
|
171
|
+
<desktop_client>true</desktop_client>
|
172
|
+
<status>0</status>
|
173
|
+
<platform_name>Mac OS</platform_name>
|
174
|
+
<platform_long_name>Mac OS X</platform_long_name>
|
175
|
+
<application_code>appmail4</application_code>
|
176
|
+
<application_long_name>Apple Mail 4</application_long_name>
|
177
|
+
</testing_application>
|
178
|
+
<result_images type="array">
|
179
|
+
<result_image>
|
180
|
+
<image_type>window_on</image_type>
|
181
|
+
</result_image>
|
182
|
+
<result_image>
|
183
|
+
<image_type>full_on</image_type>
|
184
|
+
</result_image>
|
185
|
+
<result_image>
|
186
|
+
<image_type>window_off</image_type>
|
187
|
+
</result_image>
|
188
|
+
<result_image>
|
189
|
+
<image_type>full_off</image_type>
|
190
|
+
</result_image>
|
191
|
+
</result_images>
|
192
|
+
</result>
|
193
|
+
<result>
|
194
|
+
<check_state nil="true" />
|
195
|
+
<error_at type="datetime" nil="true" />
|
196
|
+
<finished_at type="datetime" nil="true" />
|
197
|
+
<id type="integer">33538188</id>
|
198
|
+
<started_at type="datetime" nil="true" />
|
199
|
+
<test_code>ffgmailnew</test_code>
|
200
|
+
<state>pending</state>
|
201
|
+
<result_type>email</result_type>
|
202
|
+
<rendered_html_url />
|
203
|
+
<testing_application>
|
204
|
+
<average_time_to_process type="integer">97</average_time_to_process>
|
205
|
+
<business>false</business>
|
206
|
+
<result_type>email</result_type>
|
207
|
+
<supports_content_blocking>true</supports_content_blocking>
|
208
|
+
<desktop_client>false</desktop_client>
|
209
|
+
<status>0</status>
|
210
|
+
<platform_name>Web-based</platform_name>
|
211
|
+
<platform_long_name>Web-based</platform_long_name>
|
212
|
+
<application_code>ffgmailnew</application_code>
|
213
|
+
<application_long_name>Gmail (Firefox)</application_long_name>
|
214
|
+
</testing_application>
|
215
|
+
<result_images type="array">
|
216
|
+
<result_image>
|
217
|
+
<image_type>window_on</image_type>
|
218
|
+
</result_image>
|
219
|
+
<result_image>
|
220
|
+
<image_type>full_on</image_type>
|
221
|
+
</result_image>
|
222
|
+
<result_image>
|
223
|
+
<image_type>window_off</image_type>
|
224
|
+
</result_image>
|
225
|
+
<result_image>
|
226
|
+
<image_type>full_off</image_type>
|
227
|
+
</result_image>
|
228
|
+
</result_images>
|
229
|
+
</result>
|
230
|
+
<result>
|
231
|
+
<check_state nil="true" />
|
232
|
+
<error_at type="datetime" nil="true" />
|
233
|
+
<finished_at type="datetime" nil="true" />
|
234
|
+
<id type="integer">33538190</id>
|
235
|
+
<started_at type="datetime" nil="true" />
|
236
|
+
<test_code>appmail3</test_code>
|
237
|
+
<state>pending</state>
|
238
|
+
<result_type>email</result_type>
|
239
|
+
<rendered_html_url />
|
240
|
+
<testing_application>
|
241
|
+
<average_time_to_process type="integer">163</average_time_to_process>
|
242
|
+
<business>false</business>
|
243
|
+
<result_type>email</result_type>
|
244
|
+
<supports_content_blocking>false</supports_content_blocking>
|
245
|
+
<desktop_client>true</desktop_client>
|
246
|
+
<status>0</status>
|
247
|
+
<platform_name>Mac OS</platform_name>
|
248
|
+
<platform_long_name>Mac OS X</platform_long_name>
|
249
|
+
<application_code>appmail3</application_code>
|
250
|
+
<application_long_name>Apple Mail 3</application_long_name>
|
251
|
+
</testing_application>
|
252
|
+
<result_images type="array">
|
253
|
+
<result_image>
|
254
|
+
<image_type>window_on</image_type>
|
255
|
+
</result_image>
|
256
|
+
<result_image>
|
257
|
+
<image_type>full_on</image_type>
|
258
|
+
</result_image>
|
259
|
+
<result_image>
|
260
|
+
<image_type>window_off</image_type>
|
261
|
+
</result_image>
|
262
|
+
<result_image>
|
263
|
+
<image_type>full_off</image_type>
|
264
|
+
</result_image>
|
265
|
+
</result_images>
|
266
|
+
</result>
|
267
|
+
<result>
|
268
|
+
<check_state nil="true" />
|
269
|
+
<error_at type="datetime" nil="true" />
|
270
|
+
<finished_at type="datetime" nil="true" />
|
271
|
+
<id type="integer">33538192</id>
|
272
|
+
<started_at type="datetime" nil="true" />
|
273
|
+
<test_code>ffhotmail</test_code>
|
274
|
+
<state>pending</state>
|
275
|
+
<result_type>email</result_type>
|
276
|
+
<rendered_html_url />
|
277
|
+
<testing_application>
|
278
|
+
<average_time_to_process type="integer">503</average_time_to_process>
|
279
|
+
<business>false</business>
|
280
|
+
<result_type>email</result_type>
|
281
|
+
<supports_content_blocking>false</supports_content_blocking>
|
282
|
+
<desktop_client>false</desktop_client>
|
283
|
+
<status>0</status>
|
284
|
+
<platform_name>Web-based</platform_name>
|
285
|
+
<platform_long_name>Web-based</platform_long_name>
|
286
|
+
<application_code>ffhotmail</application_code>
|
287
|
+
<application_long_name>Hotmail (Firefox)</application_long_name>
|
288
|
+
</testing_application>
|
289
|
+
<result_images type="array">
|
290
|
+
<result_image>
|
291
|
+
<image_type>window_on</image_type>
|
292
|
+
</result_image>
|
293
|
+
<result_image>
|
294
|
+
<image_type>full_on</image_type>
|
295
|
+
</result_image>
|
296
|
+
<result_image>
|
297
|
+
<image_type>window_off</image_type>
|
298
|
+
</result_image>
|
299
|
+
<result_image>
|
300
|
+
<image_type>full_off</image_type>
|
301
|
+
</result_image>
|
302
|
+
</result_images>
|
303
|
+
</result>
|
304
|
+
<result>
|
305
|
+
<check_state nil="true" />
|
306
|
+
<error_at type="datetime" nil="true" />
|
307
|
+
<finished_at type="datetime" nil="true" />
|
308
|
+
<id type="integer">33538194</id>
|
309
|
+
<started_at type="datetime" nil="true" />
|
310
|
+
<test_code>hotmail</test_code>
|
311
|
+
<state>pending</state>
|
312
|
+
<result_type>email</result_type>
|
313
|
+
<rendered_html_url />
|
314
|
+
<testing_application>
|
315
|
+
<average_time_to_process type="integer">201</average_time_to_process>
|
316
|
+
<business>false</business>
|
317
|
+
<result_type>email</result_type>
|
318
|
+
<supports_content_blocking>false</supports_content_blocking>
|
319
|
+
<desktop_client>false</desktop_client>
|
320
|
+
<status>0</status>
|
321
|
+
<platform_name>Web-based</platform_name>
|
322
|
+
<platform_long_name>Web-based</platform_long_name>
|
323
|
+
<application_code>hotmail</application_code>
|
324
|
+
<application_long_name>Hotmail (Explorer)</application_long_name>
|
325
|
+
</testing_application>
|
326
|
+
<result_images type="array">
|
327
|
+
<result_image>
|
328
|
+
<image_type>window_on</image_type>
|
329
|
+
</result_image>
|
330
|
+
<result_image>
|
331
|
+
<image_type>full_on</image_type>
|
332
|
+
</result_image>
|
333
|
+
<result_image>
|
334
|
+
<image_type>window_off</image_type>
|
335
|
+
</result_image>
|
336
|
+
<result_image>
|
337
|
+
<image_type>full_off</image_type>
|
338
|
+
</result_image>
|
339
|
+
</result_images>
|
340
|
+
</result>
|
341
|
+
<result>
|
342
|
+
<check_state nil="true" />
|
343
|
+
<error_at type="datetime" nil="true" />
|
344
|
+
<finished_at type="datetime" nil="true" />
|
345
|
+
<id type="integer">33538196</id>
|
346
|
+
<started_at type="datetime" nil="true" />
|
347
|
+
<test_code>yahoo</test_code>
|
348
|
+
<state>pending</state>
|
349
|
+
<result_type>email</result_type>
|
350
|
+
<rendered_html_url />
|
351
|
+
<testing_application>
|
352
|
+
<average_time_to_process type="integer">117</average_time_to_process>
|
353
|
+
<business>false</business>
|
354
|
+
<result_type>email</result_type>
|
355
|
+
<supports_content_blocking>true</supports_content_blocking>
|
356
|
+
<desktop_client>false</desktop_client>
|
357
|
+
<status>0</status>
|
358
|
+
<platform_name>Web-based</platform_name>
|
359
|
+
<platform_long_name>Web-based</platform_long_name>
|
360
|
+
<application_code>yahoo</application_code>
|
361
|
+
<application_long_name>Yahoo! Mail (Explorer)</application_long_name>
|
362
|
+
</testing_application>
|
363
|
+
<result_images type="array">
|
364
|
+
<result_image>
|
365
|
+
<image_type>window_on</image_type>
|
366
|
+
</result_image>
|
367
|
+
<result_image>
|
368
|
+
<image_type>full_on</image_type>
|
369
|
+
</result_image>
|
370
|
+
<result_image>
|
371
|
+
<image_type>window_off</image_type>
|
372
|
+
</result_image>
|
373
|
+
<result_image>
|
374
|
+
<image_type>full_off</image_type>
|
375
|
+
</result_image>
|
376
|
+
</result_images>
|
377
|
+
</result>
|
378
|
+
<result>
|
379
|
+
<check_state nil="true" />
|
380
|
+
<error_at type="datetime" nil="true" />
|
381
|
+
<finished_at type="datetime" nil="true" />
|
382
|
+
<id type="integer">33538198</id>
|
383
|
+
<started_at type="datetime" nil="true" />
|
384
|
+
<test_code>ffaolonline</test_code>
|
385
|
+
<state>pending</state>
|
386
|
+
<result_type>email</result_type>
|
387
|
+
<rendered_html_url />
|
388
|
+
<testing_application>
|
389
|
+
<average_time_to_process type="integer">222</average_time_to_process>
|
390
|
+
<business>false</business>
|
391
|
+
<result_type>email</result_type>
|
392
|
+
<supports_content_blocking>true</supports_content_blocking>
|
393
|
+
<desktop_client>false</desktop_client>
|
394
|
+
<status>0</status>
|
395
|
+
<platform_name>Web-based</platform_name>
|
396
|
+
<platform_long_name>Web-based</platform_long_name>
|
397
|
+
<application_code>ffaolonline</application_code>
|
398
|
+
<application_long_name>AOL Mail (Firefox)</application_long_name>
|
399
|
+
</testing_application>
|
400
|
+
<result_images type="array">
|
401
|
+
<result_image>
|
402
|
+
<image_type>window_on</image_type>
|
403
|
+
</result_image>
|
404
|
+
<result_image>
|
405
|
+
<image_type>full_on</image_type>
|
406
|
+
</result_image>
|
407
|
+
<result_image>
|
408
|
+
<image_type>window_off</image_type>
|
409
|
+
</result_image>
|
410
|
+
<result_image>
|
411
|
+
<image_type>full_off</image_type>
|
412
|
+
</result_image>
|
413
|
+
</result_images>
|
414
|
+
</result>
|
415
|
+
<result>
|
416
|
+
<check_state nil="true" />
|
417
|
+
<error_at type="datetime" nil="true" />
|
418
|
+
<finished_at type="datetime" nil="true" />
|
419
|
+
<id type="integer">33538200</id>
|
420
|
+
<started_at type="datetime" nil="true" />
|
421
|
+
<test_code>gmailnew</test_code>
|
422
|
+
<state>pending</state>
|
423
|
+
<result_type>email</result_type>
|
424
|
+
<rendered_html_url />
|
425
|
+
<testing_application>
|
426
|
+
<average_time_to_process type="integer">86</average_time_to_process>
|
427
|
+
<business>false</business>
|
428
|
+
<result_type>email</result_type>
|
429
|
+
<supports_content_blocking>true</supports_content_blocking>
|
430
|
+
<desktop_client>false</desktop_client>
|
431
|
+
<status>0</status>
|
432
|
+
<platform_name>Web-based</platform_name>
|
433
|
+
<platform_long_name>Web-based</platform_long_name>
|
434
|
+
<application_code>gmailnew</application_code>
|
435
|
+
<application_long_name>Gmail (Explorer)</application_long_name>
|
436
|
+
</testing_application>
|
437
|
+
<result_images type="array">
|
438
|
+
<result_image>
|
439
|
+
<image_type>window_on</image_type>
|
440
|
+
</result_image>
|
441
|
+
<result_image>
|
442
|
+
<image_type>full_on</image_type>
|
443
|
+
</result_image>
|
444
|
+
<result_image>
|
445
|
+
<image_type>window_off</image_type>
|
446
|
+
</result_image>
|
447
|
+
<result_image>
|
448
|
+
<image_type>full_off</image_type>
|
449
|
+
</result_image>
|
450
|
+
</result_images>
|
451
|
+
</result>
|
452
|
+
<result>
|
453
|
+
<check_state nil="true" />
|
454
|
+
<error_at type="datetime" nil="true" />
|
455
|
+
<finished_at type="datetime" nil="true" />
|
456
|
+
<id type="integer">33538202</id>
|
457
|
+
<started_at type="datetime" nil="true" />
|
458
|
+
<test_code>ol2000</test_code>
|
459
|
+
<state>pending</state>
|
460
|
+
<result_type>email</result_type>
|
461
|
+
<rendered_html_url />
|
462
|
+
<testing_application>
|
463
|
+
<average_time_to_process type="integer">66</average_time_to_process>
|
464
|
+
<business>true</business>
|
465
|
+
<result_type>email</result_type>
|
466
|
+
<supports_content_blocking>false</supports_content_blocking>
|
467
|
+
<desktop_client>true</desktop_client>
|
468
|
+
<status>0</status>
|
469
|
+
<platform_name>Windows</platform_name>
|
470
|
+
<platform_long_name>Microsoft Windows</platform_long_name>
|
471
|
+
<application_code>ol2000</application_code>
|
472
|
+
<application_long_name>Outlook 2000</application_long_name>
|
473
|
+
</testing_application>
|
474
|
+
<result_images type="array">
|
475
|
+
<result_image>
|
476
|
+
<image_type>window_on</image_type>
|
477
|
+
</result_image>
|
478
|
+
<result_image>
|
479
|
+
<image_type>full_on</image_type>
|
480
|
+
</result_image>
|
481
|
+
<result_image>
|
482
|
+
<image_type>window_off</image_type>
|
483
|
+
</result_image>
|
484
|
+
<result_image>
|
485
|
+
<image_type>full_off</image_type>
|
486
|
+
</result_image>
|
487
|
+
</result_images>
|
488
|
+
</result>
|
489
|
+
<result>
|
490
|
+
<check_state nil="true" />
|
491
|
+
<error_at type="datetime" nil="true" />
|
492
|
+
<finished_at type="datetime" nil="true" />
|
493
|
+
<id type="integer">33538204</id>
|
494
|
+
<started_at type="datetime" nil="true" />
|
495
|
+
<test_code>ffyahoo</test_code>
|
496
|
+
<state>pending</state>
|
497
|
+
<result_type>email</result_type>
|
498
|
+
<rendered_html_url />
|
499
|
+
<testing_application>
|
500
|
+
<average_time_to_process type="integer">120</average_time_to_process>
|
501
|
+
<business>false</business>
|
502
|
+
<result_type>email</result_type>
|
503
|
+
<supports_content_blocking>true</supports_content_blocking>
|
504
|
+
<desktop_client>false</desktop_client>
|
505
|
+
<status>0</status>
|
506
|
+
<platform_name>Web-based</platform_name>
|
507
|
+
<platform_long_name>Web-based</platform_long_name>
|
508
|
+
<application_code>ffyahoo</application_code>
|
509
|
+
<application_long_name>Yahoo! Mail (Firefox)</application_long_name>
|
510
|
+
</testing_application>
|
511
|
+
<result_images type="array">
|
512
|
+
<result_image>
|
513
|
+
<image_type>window_on</image_type>
|
514
|
+
</result_image>
|
515
|
+
<result_image>
|
516
|
+
<image_type>full_on</image_type>
|
517
|
+
</result_image>
|
518
|
+
<result_image>
|
519
|
+
<image_type>window_off</image_type>
|
520
|
+
</result_image>
|
521
|
+
<result_image>
|
522
|
+
<image_type>full_off</image_type>
|
523
|
+
</result_image>
|
524
|
+
</result_images>
|
525
|
+
</result>
|
526
|
+
<result>
|
527
|
+
<check_state nil="true" />
|
528
|
+
<error_at type="datetime" nil="true" />
|
529
|
+
<finished_at type="datetime" nil="true" />
|
530
|
+
<id type="integer">33538206</id>
|
531
|
+
<started_at type="datetime" nil="true" />
|
532
|
+
<test_code>ol2002</test_code>
|
533
|
+
<state>pending</state>
|
534
|
+
<result_type>email</result_type>
|
535
|
+
<rendered_html_url />
|
536
|
+
<testing_application>
|
537
|
+
<average_time_to_process type="integer">63</average_time_to_process>
|
538
|
+
<business>true</business>
|
539
|
+
<result_type>email</result_type>
|
540
|
+
<supports_content_blocking>false</supports_content_blocking>
|
541
|
+
<desktop_client>true</desktop_client>
|
542
|
+
<status>0</status>
|
543
|
+
<platform_name>Windows</platform_name>
|
544
|
+
<platform_long_name>Microsoft Windows</platform_long_name>
|
545
|
+
<application_code>ol2002</application_code>
|
546
|
+
<application_long_name>Outlook 2002/XP</application_long_name>
|
547
|
+
</testing_application>
|
548
|
+
<result_images type="array">
|
549
|
+
<result_image>
|
550
|
+
<image_type>window_on</image_type>
|
551
|
+
</result_image>
|
552
|
+
<result_image>
|
553
|
+
<image_type>full_on</image_type>
|
554
|
+
</result_image>
|
555
|
+
<result_image>
|
556
|
+
<image_type>window_off</image_type>
|
557
|
+
</result_image>
|
558
|
+
<result_image>
|
559
|
+
<image_type>full_off</image_type>
|
560
|
+
</result_image>
|
561
|
+
</result_images>
|
562
|
+
</result>
|
563
|
+
<result>
|
564
|
+
<check_state nil="true" />
|
565
|
+
<error_at type="datetime" nil="true" />
|
566
|
+
<finished_at type="datetime" nil="true" />
|
567
|
+
<id type="integer">33538208</id>
|
568
|
+
<started_at type="datetime" nil="true" />
|
569
|
+
<test_code>ipad3</test_code>
|
570
|
+
<state>pending</state>
|
571
|
+
<result_type>email</result_type>
|
572
|
+
<rendered_html_url />
|
573
|
+
<testing_application>
|
574
|
+
<average_time_to_process type="integer">137</average_time_to_process>
|
575
|
+
<business>false</business>
|
576
|
+
<result_type>email</result_type>
|
577
|
+
<supports_content_blocking>false</supports_content_blocking>
|
578
|
+
<desktop_client>false</desktop_client>
|
579
|
+
<status>0</status>
|
580
|
+
<platform_name>Mobile devices</platform_name>
|
581
|
+
<platform_long_name>Cell phones and other mobile devices</platform_long_name>
|
582
|
+
<application_code>ipad3</application_code>
|
583
|
+
<application_long_name>iPad</application_long_name>
|
584
|
+
</testing_application>
|
585
|
+
<result_images type="array">
|
586
|
+
<result_image>
|
587
|
+
<image_type>window_on</image_type>
|
588
|
+
</result_image>
|
589
|
+
<result_image>
|
590
|
+
<image_type>full_on</image_type>
|
591
|
+
</result_image>
|
592
|
+
<result_image>
|
593
|
+
<image_type>window_off</image_type>
|
594
|
+
</result_image>
|
595
|
+
<result_image>
|
596
|
+
<image_type>full_off</image_type>
|
597
|
+
</result_image>
|
598
|
+
</result_images>
|
599
|
+
</result>
|
600
|
+
<result>
|
601
|
+
<check_state nil="true" />
|
602
|
+
<error_at type="datetime" nil="true" />
|
603
|
+
<finished_at type="datetime" nil="true" />
|
604
|
+
<id type="integer">33538210</id>
|
605
|
+
<started_at type="datetime" nil="true" />
|
606
|
+
<test_code>ol2010</test_code>
|
607
|
+
<state>pending</state>
|
608
|
+
<result_type>email</result_type>
|
609
|
+
<rendered_html_url />
|
610
|
+
<testing_application>
|
611
|
+
<average_time_to_process type="integer">167</average_time_to_process>
|
612
|
+
<business>true</business>
|
613
|
+
<result_type>email</result_type>
|
614
|
+
<supports_content_blocking>true</supports_content_blocking>
|
615
|
+
<desktop_client>true</desktop_client>
|
616
|
+
<status>0</status>
|
617
|
+
<platform_name>Windows</platform_name>
|
618
|
+
<platform_long_name>Microsoft Windows</platform_long_name>
|
619
|
+
<application_code>ol2010</application_code>
|
620
|
+
<application_long_name>Outlook 2010</application_long_name>
|
621
|
+
</testing_application>
|
622
|
+
<result_images type="array">
|
623
|
+
<result_image>
|
624
|
+
<image_type>window_on</image_type>
|
625
|
+
</result_image>
|
626
|
+
<result_image>
|
627
|
+
<image_type>full_on</image_type>
|
628
|
+
</result_image>
|
629
|
+
<result_image>
|
630
|
+
<image_type>window_off</image_type>
|
631
|
+
</result_image>
|
632
|
+
<result_image>
|
633
|
+
<image_type>full_off</image_type>
|
634
|
+
</result_image>
|
635
|
+
</result_images>
|
636
|
+
</result>
|
637
|
+
</results>
|
638
|
+
</test_set_version>
|