|
1 #----------------------------------------------------------------------------------- |
|
2 # |
|
3 # STIF test script file for testing service management client API. |
|
4 # |
|
5 # This cfg has test cases which are run when Helium generates ATS3 test drops. |
|
6 # The cases are from other cfgs under the test module, if they are changed then |
|
7 # easiest way to update cases here is to run perl script in the internal tool folder. |
|
8 # |
|
9 #----------------------------------------------------------------------------------- |
|
10 |
|
11 [StifSettings] |
|
12 CapsModifier= IptvTestClientApiCapsMod.exe |
|
13 [EndStifSettings] |
|
14 |
|
15 [Define] |
|
16 INCLUDE c:\testframework\VCXConsts.inc |
|
17 INCLUDE c:\testframework\VCXServiceManagementApiTest.inc |
|
18 INCLUDE c:\testframework\VCXServiceUpdating.inc |
|
19 INCLUDE c:\testframework\VCXServiceNames.inc |
|
20 INCLUDE c:\testframework\VCXErrors.inc |
|
21 [Enddefine] |
|
22 |
|
23 |
|
24 [Test] |
|
25 title ET08002 Setup Add valid hardcoded service 0 SYNC |
|
26 create VCXTestUtilModule Util |
|
27 Util IptvLogCaseStart ET08002 |
|
28 pause PAUSE |
|
29 create VCXServiceManagementApiTest IptvTest |
|
30 IptvTest Create |
|
31 IptvTest DeleteAllServices SYNC |
|
32 IptvTest AddHardCodedService SYNC SERVICE_0 2 1 0 |
|
33 IptvTest Destroy |
|
34 delete IptvTest |
|
35 Util IptvLogCaseEnd ET08002 |
|
36 delete Util |
|
37 [Endtest] |
|
38 |
|
39 [Test] |
|
40 title ET08003 Update service fields SYNC |
|
41 create VCXTestUtilModule Util |
|
42 Util IptvLogCaseStart ET08003 |
|
43 pause PAUSE |
|
44 create VCXServiceManagementApiTest IptvTest |
|
45 IptvTest Create |
|
46 IptvTest UpdateServiceField SYNC SERVICE_0 EFlags ESelected EReadOnly EMainService EConnectionApproved EReadOnlyIaps |
|
47 IptvTest UpdateServiceField SYNC SERVICE_0 EName "Updated Service Name" |
|
48 IptvTest UpdateServiceField SYNC "Updated Service Name" EName SERVICE_0 |
|
49 IptvTest UpdateServiceField SYNC SERVICE_0 EAddress "http:\/\/www.UpdatedServiceaddress.com" |
|
50 IptvTest UpdateServiceField SYNC SERVICE_0 EIconPath "c:\\UpdatedIconPath" |
|
51 IptvTest UpdateServiceField SYNC SERVICE_0 EEpgPluginUid 12345 |
|
52 IptvTest UpdateServiceField SYNC SERVICE_0 EVodPluginUid 23456 |
|
53 IptvTest UpdateServiceField SYNC SERVICE_0 EIptvPluginUid 34567 |
|
54 IptvTest UpdateServiceField SYNC SERVICE_0 EServiceType EVodCast |
|
55 IptvTest UpdateServiceField SYNC SERVICE_0 ESetIapList 3 |
|
56 IptvTest UpdateServiceField SYNC SERVICE_0 EUserName "Updated USER Name" |
|
57 IptvTest UpdateServiceField SYNC SERVICE_0 EPassword "Updated PASSWORD" |
|
58 IptvTest UpdateServiceField SYNC SERVICE_0 EDesc "Updated Service description" |
|
59 IptvTest UpdateServiceField SYNC SERVICE_0 EFlags ESelected EReadOnly EMainService EConnectionApproved EReadOnlyIaps |
|
60 IptvTest UpdateServiceField SYNC SERVICE_0 EApplicationUid 12 |
|
61 IptvTest UpdateServiceField SYNC SERVICE_0 EDisplayOrder 111 |
|
62 IptvTest UpdateServiceField SYNC SERVICE_0 EProviderId "UPDPROVID" |
|
63 IptvTest UpdateServiceField SYNC SERVICE_0 EAccountManagementUrl "http:\/\/updatedaccountmanagmenturl.com" |
|
64 IptvTest Destroy |
|
65 delete IptvTest |
|
66 Util IptvLogCaseEnd ET08003 |
|
67 delete Util |
|
68 [Endtest] |
|
69 |
|
70 [Test] |
|
71 title ET08005 Add valid hardcoded services SYNC setup |
|
72 create VCXTestUtilModule Util |
|
73 Util IptvLogCaseStart ET08005 |
|
74 pause PAUSE |
|
75 create VCXServiceManagementApiTest IptvTest |
|
76 IptvTest Create |
|
77 IptvTest AddHardCodedService SYNC SERVICE_1 2 1 1 |
|
78 IptvTest AddHardCodedService SYNC SERVICE_2 2 1 2 |
|
79 IptvTest AddHardCodedService SYNC SERVICE_3 2 1 3 |
|
80 IptvTest AddHardCodedService SYNC SERVICE_4 2 1 4 |
|
81 IptvTest AddHardCodedService SYNC SERVICE_0 10 1 5 |
|
82 IptvTest AddHardCodedService SYNC SERVICE_1 10 1 6 |
|
83 IptvTest AddHardCodedService SYNC SERVICE_2 10 1 7 |
|
84 IptvTest Destroy |
|
85 delete IptvTest |
|
86 Util IptvLogCaseEnd ET08005 |
|
87 delete Util |
|
88 [Endtest] |
|
89 |
|
90 [Test] |
|
91 title ET08010 Get services by index SYNC |
|
92 create VCXTestUtilModule Util |
|
93 Util IptvLogCaseStart ET08010 |
|
94 pause PAUSE |
|
95 create VCXServiceManagementApiTest IptvTest |
|
96 IptvTest Create |
|
97 IptvTest GetServices SYNC 0 5000 |
|
98 IptvTest GetServices SYNC 0 2 |
|
99 IptvTest GetServices SYNC 1 1 |
|
100 IptvTest Destroy |
|
101 delete IptvTest |
|
102 Util IptvLogCaseEnd ET08010 |
|
103 delete Util |
|
104 [Endtest] |
|
105 |
|
106 [Test] |
|
107 title ET08014 Delete service SYNC |
|
108 create VCXTestUtilModule Util |
|
109 Util IptvLogCaseStart ET08014 |
|
110 pause PAUSE |
|
111 create VCXServiceManagementApiTest IptvTest |
|
112 IptvTest Create |
|
113 IptvTest DeleteService SYNC SERVICE_1 |
|
114 IptvTest Destroy |
|
115 delete IptvTest |
|
116 Util IptvLogCaseEnd ET08014 |
|
117 delete Util |
|
118 [Endtest] |
|
119 |
|
120 [Test] |
|
121 title ET08018 Delete all services SYNC |
|
122 create VCXTestUtilModule Util |
|
123 Util IptvLogCaseStart ET08018 |
|
124 pause PAUSE |
|
125 create VCXServiceManagementApiTest IptvTest |
|
126 IptvTest Create |
|
127 IptvTest DeleteAllServices SYNC |
|
128 IptvTest Destroy |
|
129 delete IptvTest |
|
130 Util IptvLogCaseEnd ET08018 |
|
131 delete Util |
|
132 [Endtest] |
|
133 |
|
134 [Test] |
|
135 title ET08019 Add valid services 2 SYNC |
|
136 create VCXTestUtilModule Util |
|
137 Util IptvLogCaseStart ET08019 |
|
138 pause PAUSE |
|
139 create VCXServiceManagementApiTest IptvTest |
|
140 IptvTest Create |
|
141 IptvTest AddHardCodedService SYNC SERVICE_0 3 1 0 |
|
142 IptvTest AddHardCodedService SYNC SERVICE_1 8 1 1 |
|
143 IptvTest AddHardCodedService SYNC SERVICE_2 3 1 2 |
|
144 IptvTest AddHardCodedService SYNC SERVICE_3 3 1 3 |
|
145 IptvTest AddHardCodedService SYNC SERVICE_4 3 1 4 |
|
146 IptvTest AddHardCodedService SYNC SERVICE_5 3 1 5 |
|
147 IptvTest AddHardCodedService SYNC SERVICE_6 3 1 6 |
|
148 IptvTest AddHardCodedService SYNC SERVICE_7 3 1 7 |
|
149 IptvTest AddHardCodedService SYNC SERVICE_8 3 1 8 |
|
150 IptvTest AddHardCodedService SYNC SERVICE_9 3 1 9 |
|
151 IptvTest Destroy |
|
152 delete IptvTest |
|
153 Util IptvLogCaseEnd ET08019 |
|
154 delete Util |
|
155 [Endtest] |
|
156 |
|
157 [Test] |
|
158 title ET08020 Get filtered services SYNC |
|
159 create VCXTestUtilModule Util |
|
160 Util IptvLogCaseStart ET08020 |
|
161 pause PAUSE |
|
162 create VCXServiceManagementApiTest IptvTest |
|
163 IptvTest Create |
|
164 IptvTest UpdateServiceField SYNC SERVICE_0 EFlags EConnectionApproved ESelected |
|
165 IptvTest UpdateServiceField SYNC SERVICE_1 EFlags EConnectionApproved ESelected |
|
166 IptvTest UpdateServiceField SYNC SERVICE_2 EFlags EConnectionApproved ESelected |
|
167 IptvTest UpdateServiceField SYNC SERVICE_3 EFlags EConnectionApproved ESelected |
|
168 IptvTest UpdateServiceField SYNC SERVICE_4 EFlags EConnectionApproved ESelected |
|
169 IptvTest UpdateServiceField SYNC SERVICE_5 EFlags EConnectionApproved ESelected |
|
170 IptvTest UpdateServiceField SYNC SERVICE_6 EFlags EConnectionApproved ESelected |
|
171 IptvTest UpdateServiceField SYNC SERVICE_7 EFlags EConnectionApproved ESelected |
|
172 IptvTest UpdateServiceField SYNC SERVICE_8 EFlags EConnectionApproved ESelected |
|
173 IptvTest UpdateServiceField SYNC SERVICE_9 EFlags EConnectionApproved ESelected |
|
174 IptvTest UpdateServiceField SYNC SERVICE_0 EServiceType EVod |
|
175 IptvTest UpdateServiceField SYNC SERVICE_1 EServiceType EVod |
|
176 IptvTest UpdateServiceField SYNC SERVICE_2 EServiceType EVod |
|
177 IptvTest UpdateServiceField SYNC SERVICE_3 EServiceType EVod |
|
178 IptvTest UpdateServiceField SYNC SERVICE_4 EServiceType EVod |
|
179 IptvTest UpdateServiceField SYNC SERVICE_5 EServiceType EVod |
|
180 IptvTest UpdateServiceField SYNC SERVICE_6 EServiceType EVod |
|
181 IptvTest UpdateServiceField SYNC SERVICE_7 EServiceType EVod |
|
182 IptvTest UpdateServiceField SYNC SERVICE_8 EServiceType EVod |
|
183 IptvTest UpdateServiceField SYNC SERVICE_9 EServiceType EVod |
|
184 IptvTest UpdateServiceField SYNC SERVICE_1 EFlags EReadOnly EReadOnlyIaps |
|
185 IptvTest UpdateServiceField SYNC SERVICE_2 EFlags EReadOnly EReadOnlyIaps |
|
186 IptvTest UpdateServiceField SYNC SERVICE_4 EFlags EReadOnly EReadOnlyIaps |
|
187 IptvTest UpdateServiceField SYNC SERVICE_6 EFlags EReadOnly EReadOnlyIaps |
|
188 IptvTest GetServicesFiltered SYNC 6 EDisplayOrderAscending ESearchSelectedServices |
|
189 IptvTest UpdateServiceField SYNC SERVICE_1 EFlags EMainService |
|
190 IptvTest UpdateServiceField SYNC SERVICE_2 EFlags EMainService EReadOnlyIaps |
|
191 IptvTest UpdateServiceField SYNC SERVICE_4 EFlags EMainService |
|
192 IptvTest UpdateServiceField SYNC SERVICE_6 EFlags EMainService EConnectionApproved |
|
193 IptvTest UpdateServiceField SYNC SERVICE_8 EFlags EMainService |
|
194 IptvTest GetServicesFiltered SYNC 5 EDisplayOrderAscending ESearchMainServices |
|
195 IptvTest GetServicesFiltered SYNC 5 EDisplayOrderAscending ESearchSubServices |
|
196 IptvTest GetServicesFiltered SYNC 10 EDisplayOrderAscending ESearchNoFlags |
|
197 IptvTest UpdateServiceField SYNC SERVICE_0 EServiceType EVod |
|
198 IptvTest UpdateServiceField SYNC SERVICE_1 EServiceType ELiveTv |
|
199 IptvTest UpdateServiceField SYNC SERVICE_2 EServiceType EVod |
|
200 IptvTest UpdateServiceField SYNC SERVICE_3 EServiceType ELiveTv |
|
201 IptvTest UpdateServiceField SYNC SERVICE_4 EServiceType ELiveTv |
|
202 IptvTest UpdateServiceField SYNC SERVICE_5 EServiceType ELiveTv |
|
203 IptvTest UpdateServiceField SYNC SERVICE_6 EServiceType EVod |
|
204 IptvTest UpdateServiceField SYNC SERVICE_7 EServiceType EVod |
|
205 IptvTest UpdateServiceField SYNC SERVICE_8 EServiceType ELiveTv |
|
206 IptvTest UpdateServiceField SYNC SERVICE_9 EServiceType EVod |
|
207 IptvTest GetServicesFiltered SYNC 5 EDisplayOrderAscending ESearchVod |
|
208 IptvTest GetServicesFiltered SYNC 5 EDisplayOrderAscending ESearchLiveTv |
|
209 IptvTest UpdateServiceField SYNC SERVICE_0 EServiceType EOther |
|
210 IptvTest UpdateServiceField SYNC SERVICE_3 EServiceType EOther |
|
211 IptvTest UpdateServiceField SYNC SERVICE_4 EServiceType EOther |
|
212 IptvTest UpdateServiceField SYNC SERVICE_6 EServiceType EVodCast |
|
213 IptvTest UpdateServiceField SYNC SERVICE_1 EServiceType EVodCast |
|
214 IptvTest UpdateServiceField SYNC SERVICE_3 EServiceType EVodCast |
|
215 IptvTest GetServicesFiltered SYNC 2 EDisplayOrderAscending ESearchOther |
|
216 IptvTest GetServicesFiltered SYNC 3 EDisplayOrderAscending ESearchVodCast |
|
217 IptvTest Destroy |
|
218 delete IptvTest |
|
219 Util IptvLogCaseEnd ET08020 |
|
220 delete Util |
|
221 [Endtest] |
|
222 |
|
223 [Test] |
|
224 title ET08062 Get filtered services sorted SYNC |
|
225 create VCXTestUtilModule Util |
|
226 Util IptvLogCaseStart ET08062 |
|
227 pause PAUSE |
|
228 create VCXServiceManagementApiTest IptvTest |
|
229 IptvTest Create |
|
230 IptvTest GetServicesFiltered SYNC 3 EDateAscending ESearchVodCast |
|
231 IptvTest GetServicesFiltered SYNC 3 EDateDescending ESearchVodCast |
|
232 IptvTest GetServicesFiltered SYNC 3 EDisplayOrderAscending ESearchVodCast |
|
233 IptvTest GetServicesFiltered SYNC 3 EDisplayOrderDescending ESearchVodCast |
|
234 allownextresult EGeneralError |
|
235 IptvTest GetServicesFiltered SYNC 3 7 ESearchVodCast |
|
236 IptvTest Destroy |
|
237 delete IptvTest |
|
238 Util IptvLogCaseEnd ET08062 |
|
239 delete Util |
|
240 [Endtest] |
|
241 |
|
242 [Test] |
|
243 title ET08021 Get services by provider id SYNC |
|
244 create VCXTestUtilModule Util |
|
245 Util IptvLogCaseStart ET08021 |
|
246 pause PAUSE |
|
247 create VCXServiceManagementApiTest IptvTest |
|
248 IptvTest Create |
|
249 IptvTest GetServicesByProviderId Provider_ylemediasali |
|
250 IptvTest GetServicesByProviderId Provider_oops6 |
|
251 IptvTest Destroy |
|
252 delete IptvTest |
|
253 Util IptvLogCaseEnd ET08021 |
|
254 delete Util |
|
255 [Endtest] |
|
256 |
|
257 [Test] |
|
258 title ET08041 Too long service URL |
|
259 pause PAUSE |
|
260 create VCXServiceManagementApiTest SMTest |
|
261 SMTest Create |
|
262 SMTest AddHardCodedService SYNC SERVICE_9 3G_AP 1 10 // OOPS9 |
|
263 allownextresult -4 // too long url, not enough memory, |
|
264 SMTest UpdateServiceField SYNC SERVICE_9 EAddress EAddress_2kLongUrl |
|
265 SMTest Destroy |
|
266 delete SMTest |
|
267 [Endtest] |
|
268 |
|
269 [Test] |
|
270 title ET08203 Setup Add valid hardcoded service_0 ASYNC |
|
271 pause PAUSE |
|
272 create VCXServiceManagementApiTest IptvTest |
|
273 IptvTest Create |
|
274 IptvTest DeleteAllServices SYNC |
|
275 IptvTest AddHardCodedService ASYNC SERVICE_0 2 1 0 |
|
276 IptvTest Destroy |
|
277 delete IptvTest |
|
278 [Endtest] |
|
279 |
|
280 [Test] |
|
281 title ET08204 Update service fields ASYNC |
|
282 pause PAUSE |
|
283 create VCXServiceManagementApiTest IptvTest |
|
284 IptvTest Create |
|
285 IptvTest UpdateServiceField ASYNC SERVICE_0 EFlags ESelected EReadOnly EMainService EConnectionApproved EReadOnlyIaps |
|
286 IptvTest UpdateServiceField ASYNC SERVICE_0 EName "Updated Service Name" |
|
287 IptvTest UpdateServiceField ASYNC "Updated Service Name" EName SERVICE_0 |
|
288 IptvTest UpdateServiceField ASYNC SERVICE_0 EAddress "http:\/\/www.UpdatedServiceaddress.com" |
|
289 IptvTest UpdateServiceField ASYNC SERVICE_0 EIconPath "c:\\UpdatedIconPath" |
|
290 IptvTest UpdateServiceField ASYNC SERVICE_0 EEpgPluginUid 12345 |
|
291 IptvTest UpdateServiceField ASYNC SERVICE_0 EVodPluginUid 23456 |
|
292 IptvTest UpdateServiceField ASYNC SERVICE_0 EIptvPluginUid 34567 |
|
293 IptvTest UpdateServiceField ASYNC SERVICE_0 EServiceType EVodCast |
|
294 IptvTest UpdateServiceField ASYNC SERVICE_0 ESetIapList 3 |
|
295 IptvTest UpdateServiceField ASYNC SERVICE_0 EUserName "Updated USER Name" |
|
296 IptvTest UpdateServiceField ASYNC SERVICE_0 EPassword "Updated PASSWORD" |
|
297 IptvTest UpdateServiceField ASYNC SERVICE_0 EDesc "Updated Service description" |
|
298 IptvTest UpdateServiceField ASYNC SERVICE_0 EFlags ESelected EReadOnly EMainService EConnectionApproved EReadOnlyIaps |
|
299 IptvTest UpdateServiceField ASYNC SERVICE_0 EApplicationUid 12 |
|
300 IptvTest UpdateServiceField ASYNC SERVICE_0 EDisplayOrder 111 |
|
301 IptvTest UpdateServiceField ASYNC SERVICE_0 EProviderId "UPDPROVID" |
|
302 IptvTest UpdateServiceField ASYNC SERVICE_0 EAccountManagementUrl "http:\/\/updatedaccountmanagmenturl.com" |
|
303 pause 3000 |
|
304 IptvTest GetServices ASYNC 0 2 |
|
305 IptvTest Destroy |
|
306 delete IptvTest |
|
307 [Endtest] |
|
308 |
|
309 [Test] |
|
310 title ET08206 Setup Add valid hardcoded services ASYNC |
|
311 pause PAUSE |
|
312 create VCXServiceManagementApiTest IptvTest |
|
313 IptvTest Create |
|
314 IptvTest AddHardCodedService ASYNC SERVICE_1 2 1 1 |
|
315 IptvTest AddHardCodedService ASYNC SERVICE_2 2 1 2 |
|
316 IptvTest AddHardCodedService ASYNC SERVICE_3 2 1 3 |
|
317 IptvTest AddHardCodedService ASYNC SERVICE_4 2 1 4 |
|
318 IptvTest Destroy |
|
319 delete IptvTest |
|
320 [Endtest] |
|
321 |
|
322 [Test] |
|
323 title ET08210 Get services by index ASYNC |
|
324 pause PAUSE |
|
325 create VCXServiceManagementApiTest IptvTest |
|
326 IptvTest Create |
|
327 IptvTest GetServices ASYNC 0 5000 |
|
328 IptvTest GetServices ASYNC 0 2 |
|
329 IptvTest GetServices ASYNC 1 1 |
|
330 IptvTest Destroy |
|
331 delete IptvTest |
|
332 [Endtest] |
|
333 |
|
334 [Test] |
|
335 title ET08214 Delete service ASYNC |
|
336 pause PAUSE |
|
337 create VCXServiceManagementApiTest IptvTest |
|
338 IptvTest Create |
|
339 IptvTest DeleteService ASYNC SERVICE_0 |
|
340 //IptvTest DeleteService ASYNC 1 |
|
341 IptvTest Destroy |
|
342 delete IptvTest |
|
343 [Endtest] |
|
344 |
|
345 [Test] |
|
346 title ET08217 Delete all services ASYNC |
|
347 pause PAUSE |
|
348 create VCXServiceManagementApiTest IptvTest |
|
349 IptvTest Create |
|
350 IptvTest DeleteAllServices ASYNC |
|
351 IptvTest Destroy |
|
352 delete IptvTest |
|
353 [Endtest] |
|
354 |
|
355 [Test] |
|
356 title ET08218 Add valid services 2 ASYNC |
|
357 pause PAUSE |
|
358 create VCXServiceManagementApiTest IptvTest |
|
359 IptvTest Create |
|
360 IptvTest AddHardCodedService ASYNC SERVICE_0 3 1 0 |
|
361 IptvTest AddHardCodedService ASYNC SERVICE_1 3 1 1 |
|
362 IptvTest AddHardCodedService ASYNC SERVICE_2 3 1 2 |
|
363 IptvTest AddHardCodedService ASYNC SERVICE_3 3 1 3 |
|
364 IptvTest AddHardCodedService ASYNC SERVICE_4 3 1 4 |
|
365 IptvTest AddHardCodedService ASYNC SERVICE_5 3 1 5 |
|
366 IptvTest AddHardCodedService ASYNC SERVICE_6 3 1 6 |
|
367 IptvTest AddHardCodedService ASYNC SERVICE_7 3 1 7 |
|
368 IptvTest AddHardCodedService ASYNC SERVICE_8 3 1 8 |
|
369 IptvTest AddHardCodedService ASYNC SERVICE_9 3 1 9 |
|
370 IptvTest Destroy |
|
371 delete IptvTest |
|
372 [Endtest] |
|
373 |
|
374 [Test] |
|
375 title ET08219 Get filtered services ASYNC |
|
376 pause PAUSE |
|
377 create VCXServiceManagementApiTest IptvTest |
|
378 IptvTest Create |
|
379 IptvTest UpdateServiceField ASYNC SERVICE_0 EFlags EConnectionApproved ESelected |
|
380 IptvTest UpdateServiceField ASYNC SERVICE_1 EFlags EConnectionApproved ESelected |
|
381 IptvTest UpdateServiceField ASYNC SERVICE_2 EFlags EConnectionApproved ESelected |
|
382 IptvTest UpdateServiceField ASYNC SERVICE_3 EFlags EConnectionApproved ESelected |
|
383 IptvTest UpdateServiceField ASYNC SERVICE_4 EFlags EConnectionApproved ESelected |
|
384 IptvTest UpdateServiceField ASYNC SERVICE_5 EFlags EConnectionApproved ESelected |
|
385 IptvTest UpdateServiceField ASYNC SERVICE_6 EFlags EConnectionApproved ESelected |
|
386 IptvTest UpdateServiceField ASYNC SERVICE_7 EFlags EConnectionApproved ESelected |
|
387 IptvTest UpdateServiceField ASYNC SERVICE_8 EFlags EConnectionApproved ESelected |
|
388 IptvTest UpdateServiceField ASYNC SERVICE_9 EFlags EConnectionApproved ESelected |
|
389 IptvTest UpdateServiceField ASYNC SERVICE_0 EServiceType EVod |
|
390 IptvTest UpdateServiceField ASYNC SERVICE_1 EServiceType EVod |
|
391 IptvTest UpdateServiceField ASYNC SERVICE_2 EServiceType EVod |
|
392 IptvTest UpdateServiceField ASYNC SERVICE_3 EServiceType EVod |
|
393 IptvTest UpdateServiceField ASYNC SERVICE_4 EServiceType EVod |
|
394 IptvTest UpdateServiceField ASYNC SERVICE_5 EServiceType EVod |
|
395 IptvTest UpdateServiceField ASYNC SERVICE_6 EServiceType EVod |
|
396 IptvTest UpdateServiceField ASYNC SERVICE_7 EServiceType EVod |
|
397 IptvTest UpdateServiceField ASYNC SERVICE_8 EServiceType EVod |
|
398 IptvTest UpdateServiceField ASYNC SERVICE_9 EServiceType EVod |
|
399 IptvTest UpdateServiceField ASYNC SERVICE_1 EFlags EReadOnly EReadOnlyIaps |
|
400 IptvTest UpdateServiceField ASYNC SERVICE_2 EFlags EReadOnly EReadOnlyIaps |
|
401 IptvTest UpdateServiceField ASYNC SERVICE_4 EFlags EReadOnly EReadOnlyIaps |
|
402 IptvTest UpdateServiceField ASYNC SERVICE_6 EFlags EReadOnly EReadOnlyIaps |
|
403 IptvTest GetServicesFiltered ASYNC 6 EDisplayOrderAscending ESearchSelectedServices |
|
404 IptvTest UpdateServiceField ASYNC SERVICE_1 EFlags EMainService |
|
405 IptvTest UpdateServiceField ASYNC SERVICE_2 EFlags EMainService EReadOnlyIaps |
|
406 IptvTest UpdateServiceField ASYNC SERVICE_4 EFlags EMainService |
|
407 IptvTest UpdateServiceField ASYNC SERVICE_6 EFlags EMainService EConnectionApproved |
|
408 IptvTest UpdateServiceField ASYNC SERVICE_8 EFlags EMainService |
|
409 IptvTest GetServicesFiltered ASYNC 5 EDisplayOrderAscending ESearchMainServices |
|
410 IptvTest GetServicesFiltered ASYNC 5 EDisplayOrderAscending ESearchSubServices |
|
411 IptvTest GetServicesFiltered ASYNC 10 EDisplayOrderAscending ESearchNoFlags |
|
412 IptvTest UpdateServiceField ASYNC SERVICE_0 EServiceType EVod |
|
413 IptvTest UpdateServiceField ASYNC SERVICE_1 EServiceType ELiveTv |
|
414 IptvTest UpdateServiceField ASYNC SERVICE_2 EServiceType EVod |
|
415 IptvTest UpdateServiceField ASYNC SERVICE_3 EServiceType ELiveTv |
|
416 IptvTest UpdateServiceField ASYNC SERVICE_4 EServiceType ELiveTv |
|
417 IptvTest UpdateServiceField ASYNC SERVICE_5 EServiceType ELiveTv |
|
418 IptvTest UpdateServiceField ASYNC SERVICE_6 EServiceType EVod |
|
419 IptvTest UpdateServiceField ASYNC SERVICE_7 EServiceType EVod |
|
420 IptvTest UpdateServiceField ASYNC SERVICE_8 EServiceType ELiveTv |
|
421 IptvTest UpdateServiceField ASYNC SERVICE_9 EServiceType EVod |
|
422 IptvTest GetServicesFiltered ASYNC 5 EDisplayOrderAscending ESearchVod |
|
423 IptvTest GetServicesFiltered ASYNC 5 EDisplayOrderAscending ESearchLiveTv |
|
424 IptvTest UpdateServiceField ASYNC SERVICE_0 EServiceType EOther |
|
425 IptvTest UpdateServiceField ASYNC SERVICE_3 EServiceType EOther |
|
426 IptvTest UpdateServiceField ASYNC SERVICE_4 EServiceType EOther |
|
427 IptvTest UpdateServiceField ASYNC SERVICE_6 EServiceType EVodCast |
|
428 IptvTest UpdateServiceField ASYNC SERVICE_1 EServiceType EVodCast |
|
429 IptvTest UpdateServiceField ASYNC SERVICE_3 EServiceType EVodCast |
|
430 IptvTest GetServicesFiltered ASYNC 2 EDisplayOrderAscending ESearchOther |
|
431 IptvTest GetServicesFiltered ASYNC 3 EDisplayOrderAscending ESearchVodCast |
|
432 IptvTest Destroy |
|
433 delete IptvTest |
|
434 [Endtest] |
|
435 |
|
436 [Test] |
|
437 title ET08265 Get filtered services sorted ASYNC |
|
438 pause PAUSE |
|
439 create VCXServiceManagementApiTest IptvTest |
|
440 IptvTest Create |
|
441 IptvTest GetServicesFiltered ASYNC 3 EDateAscending ESearchVodCast |
|
442 IptvTest GetServicesFiltered ASYNC 3 EDateDescending ESearchVodCast |
|
443 IptvTest GetServicesFiltered ASYNC 3 EDisplayOrderAscending ESearchVodCast |
|
444 IptvTest GetServicesFiltered ASYNC 3 EDisplayOrderDescending ESearchVodCast |
|
445 allownextresult SMEGeneralError |
|
446 IptvTest GetServicesFiltered ASYNC 3 7 ESearchVodCast |
|
447 IptvTest Destroy |
|
448 delete IptvTest |
|
449 [Endtest] |
|
450 |