This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
/
tests.embedding.xml
116 lines (116 loc) · 7.62 KB
/
tests.embedding.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="./testcase.xsl"?>
<test_definition>
<suite name="Embedding API Demo">
<set name="EmbeddingApi">
<testcase component="sample" execution_type="manual" id="XWalkViewBasicFunctions" purpose="XWalkView Basic Function Test">
</testcase>
<testcase component="sample" execution_type="manual" id="Multi-PageLoading" purpose="Multi-Page Loading Test">
</testcase>
<testcase component="sample" execution_type="manual" id="XWalkViewHideAndShow" purpose="Test The Video will pause when XWalkView hide">
</testcase>
<testcase component="sample" execution_type="manual" id="XWalkViewVersionAndAPIVersion" purpose="XWalkView Version and API Version Test">
</testcase>
<testcase component="sample" execution_type="manual" id="MultipleSurfaceViews" purpose="Multiple SurfaceViews Test">
</testcase>
<testcase component="sample" execution_type="manual" id="MultipleTextureViews" purpose="Multiple TextureViews Test">
</testcase>
<testcase component="sample" execution_type="manual" id="setZOrderOnTop()" purpose="XWalkView's Surface on Top of its Window Test">
</testcase>
<testcase component="sample" execution_type="manual" id="CacheClearing" purpose="Cache Clearing Test">
</testcase>
<testcase component="sample" execution_type="manual" id="ZoomInAndZoomOut" purpose="ZoomIn And ZoomOut Test">
</testcase>
<testcase component="sample" execution_type="manual" id="StateSaving" purpose="State Saving Test">
</testcase>
<testcase component="sample" execution_type="manual" id="AcceptLanguageSetting" purpose="AcceptLanguage Setting Test">
</testcase>
<testcase component="sample" execution_type="manual" id="Transparent" purpose="XWalkView Transparent Test">
</testcase>
<testcase component="sample" execution_type="manual" id="InitialScale Setting" purpose="InitialScale Setting Test">
</testcase>
<testcase component="sample" execution_type="manual" id="clearCacheForSingleFile()" purpose="ClearCacheForSingleFile Test">
</testcase>
<testcase component="sample" execution_type="manual" id="EncodingDisplay" purpose="Encoding Display Test">
</testcase>
<testcase component="sample" execution_type="manual" id="Multi-InstanceOverlay" purpose="Multi XWalkView Instance Test">
</testcase>
<testcase component="sample" execution_type="manual" id="WindowSecurity" purpose="Window Security Test">
</testcase>
<testcase component="sample" execution_type="manual" id="XWalkViewInputConnection" purpose="XWalkView InputConnection Test">
</testcase>
<testcase component="sample" execution_type="manual" id="dispatchKeyEvent()" purpose="dispatchKeyEvent() Test">
</testcase>
<testcase component="sample" execution_type="manual" id="dispatchDraw()" purpose="dispatchDraw() Test">
</testcase>
<testcase component="sample" execution_type="manual" id="onTouchEvent()" purpose="onTouchEvent() Test">
</testcase>
<testcase component="sample" execution_type="manual" id="onFocusChanged()" purpose="onFocusChanged() Test">
</testcase>
<testcase component="sample" execution_type="manual" id="onOverScrolled()" purpose="onOverScrolled() Test">
</testcase>
<testcase component="sample" execution_type="manual" id="onSizeChanged()" purpose="onSizeChanged() Test">
</testcase>
<testcase component="sample" execution_type="manual" id="setVisibility()" purpose="setVisibility() Test">
</testcase>
<testcase component="sample" execution_type="manual" id="onWindowFoucusChanged()" purpose="onWindowFoucusChanged() Test">
</testcase>
<testcase component="sample" execution_type="manual" id="clearFormData()" purpose="clearFormData() Test">
</testcase>
<testcase component="sample" execution_type="manual" id="onWindowsVisibilityChanged()" purpose="onWindowsVisibilityChanged() Test">
</testcase>
<testcase component="sample" execution_type="manual" id="setLongClickable()" purpose="setLongClickable() Test">
</testcase>
<testcase component="sample" execution_type="manual" id="onLongClick()" purpose="onLongClick() Test">
</testcase>
<testcase component="sample" execution_type="manual" id="requestFocus()" purpose="requestFocus() Test">
</testcase>
<testcase component="sample" execution_type="manual" id="setNetworkAvailable()" purpose="setNetworkAvailable() Test">
</testcase>
<testcase component="sample" execution_type="manual" id="ResourceClientAndUIClient" purpose="XWalkView ResourceClient And UIClient">
</testcase>
<testcase component="sample" execution_type="manual" id="onIconAvailable()AndonReceivedIcon()" purpose="onIconAvailable() And onReceivedIcon() Test">
</testcase>
<testcase component="sample" execution_type="manual" id="onCreateWindowRequested()" purpose="onCreateWindowRequested() Test">
</testcase>
<testcase component="sample" execution_type="manual" id="shouldOverrideUrlLoading()" purpose="shouldOverrideUrlLoading() Test">
</testcase>
<testcase component="sample" execution_type="manual" id="Redirection" purpose="XWalkView Redirection Test">
</testcase>
<testcase component="sample" execution_type="manual" id="BlockAndErrorRedirection" purpose="Block And ErrorRedirection Test">
</testcase>
<testcase component="sample" execution_type="manual" id="onReceivedLoadError()" purpose="onReceivedLoadError() Test">
</testcase>
<testcase component="sample" execution_type="manual" id="onRequestFocus()" purpose="onRequestFocus() Test">
</testcase>
<testcase component="sample" execution_type="manual" id="onConsoloMessage()" purpose="onConsoloMessage() Test">
</testcase>
<testcase component="sample" execution_type="manual" id="onReceivedTitle()" purpose="onReceivedTitle() Test">
</testcase>
<testcase component="sample" execution_type="manual" id="shouldOverrideKeyEvent()" purpose="shouldOverrideKeyEvent() Test">
</testcase>
<testcase component="sample" execution_type="manual" id="onReceivedSslError()" purpose="onReceivedSslError() Test">
</testcase>
<testcase component="sample" execution_type="manual" id="onUnhandledKeyEvent()" purpose="onUnhandledKeyEvent() Test">
</testcase>
<testcase component="sample" execution_type="manual" id="openFileChooser()" purpose="openFileChooser() Test">
</testcase>
<testcase component="sample" execution_type="manual" id="onJavascriptModalDialog()" purpose="onJavascriptModalDialog() Test">
</testcase>
<testcase component="sample" execution_type="manual" id="onJavascriptCloseWindow()" purpose="onJavascriptCloseWindow() Test">
</testcase>
<testcase component="sample" execution_type="manual" id="XWalkViewPreferences" purpose="XWalkView Preferences">
</testcase>
<testcase component="sample" execution_type="manual" id="EchoExtension" purpose="Echo Extension Test">
</testcase>
<testcase component="sample" execution_type="manual" id="XWalkViewDownloadListener" purpose="DownloadListener Test">
</testcase>
<testcase component="sample" execution_type="manual" id="CookieManagerTest" purpose="CookieManager Test">
</testcase>
<testcase component="sample" execution_type="manual" id="AcceptFileSchemeCookiesTest" purpose="AcceptFileSchemeCookies Test">
</testcase>
<testcase component="sample" execution_type="manual" id="XWalkViewWithComputeScroll" purpose="XWalkViewWithComputeScroll Test">
</testcase>
</set>
</suite>
</test_definition>