-
Notifications
You must be signed in to change notification settings - Fork 0
/
D365FOFramework.sstest
125 lines (125 loc) · 4.37 KB
/
D365FOFramework.sstest
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
117
118
119
120
121
122
123
124
125
<?xml version="1.0"?>
<Test xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" v="18" t="">
<ScriptPath>Main.js</ScriptPath>
<UserFunctionsPath>User.js</UserFunctionsPath>
<ObjectsPath>Objects.js</ObjectsPath>
<ReportPath>D365FOFramework.trp</ReportPath>
<CommandInterval>1000</CommandInterval>
<IterationsCount>1</IterationsCount>
<StopOnError>true</StopOnError>
<CacheObjects>false</CacheObjects>
<ObjectLookupAttempts>30</ObjectLookupAttempts>
<ObjectLookupAttemptInterval>300</ObjectLookupAttemptInterval>
<ShowReport>true</ShowReport>
<JSEngineType>Default</JSEngineType>
<BeautifySavedObjects>true</BeautifySavedObjects>
<SaveRecordingScreenshots>false</SaveRecordingScreenshots>
<SavePlaybackScreenshots>false</SavePlaybackScreenshots>
<SavePlaybackScreenshotsInTestReport>false</SavePlaybackScreenshotsInTestReport>
<SaveScreenshotObjectOnly>false</SaveScreenshotObjectOnly>
<SaveScreenshotsCaptureCursor>true</SaveScreenshotsCaptureCursor>
<CommandLine />
<EntryPoint>Test</EntryPoint>
<WorkDir>.</WorkDir>
<TestFiles>
<Name>Test</Name>
<IsFilterGroup>false</IsFilterGroup>
<FilterWildcard>*.*</FilterWildcard>
<FilterPath />
<Groups>
<TestGroup>
<Name>Lib</Name>
<IsFilterGroup>false</IsFilterGroup>
<FilterWildcard>*.*</FilterWildcard>
<FilterPath>Lib</FilterPath>
<Groups>
<TestGroup>
<Name>LibDynamics365FO</Name>
<IsFilterGroup>false</IsFilterGroup>
<FilterWildcard>*.*</FilterWildcard>
<FilterPath>LibDynamics365FO</FilterPath>
<Groups />
<TestFiles>
<TestFile>
<Path>Lib\LibDynamics365FO\LibDynamics365FO.js</Path>
</TestFile>
</TestFiles>
</TestGroup>
</Groups>
<TestFiles>
<TestFile>
<Path>Lib\LibDynamics365FO.jslib</Path>
</TestFile>
</TestFiles>
</TestGroup>
<TestGroup>
<Name>Reports</Name>
<IsFilterGroup>true</IsFilterGroup>
<FilterWildcard>*.trp</FilterWildcard>
<FilterPath>Reports</FilterPath>
<Groups />
<TestFiles />
</TestGroup>
</Groups>
<TestFiles>
<TestFile>
<Path>Config.xlsx</Path>
</TestFile>
<TestFile>
<Path>Data.xlsx</Path>
</TestFile>
<TestFile>
<Path>Dropdowns.xlsx</Path>
</TestFile>
<TestFile>
<Path>Main.js</Path>
</TestFile>
<TestFile>
<Path>Main.rvl.xlsx</Path>
</TestFile>
<TestFile>
<Path>Objects.js</Path>
</TestFile>
<TestFile>
<Path>TC_CreateCustomerGroup\TC_CreateCustomerGroup.sstest</Path>
</TestFile>
<TestFile>
<Path>TC_CreateNewCustomer\TC_CreateNewCustomer.sstest</Path>
</TestFile>
<TestFile>
<Path>TC_ErpWakeUp\TC_ErpWakeUp.sstest</Path>
</TestFile>
<TestFile>
<Path>TC_NewPurchaseOrder\TC_NewPurchaseOrder.sstest</Path>
</TestFile>
<TestFile>
<Path>TC_Template\TC_Template.sstest</Path>
</TestFile>
<TestFile>
<Path>User.js</Path>
</TestFile>
<TestFile>
<Path>WebAppProfile.json</Path>
</TestFile>
</TestFiles>
</TestFiles>
<CustomStrings />
<TestParams>
<TestParam name="Browser" variable="g_browserLibrary" defaultValue="Chrome" description="Please, specify browser type to use" output="false" ask="false">
<PossibleValues />
</TestParam>
<TestParam name="Record Title" variable="g_rWnd" defaultValue="regex:.*" description="Application Title to Record" output="false" ask="false">
<PossibleValues />
</TestParam>
<TestParam name="RVL Script" variable="g_rvlScriptPath" defaultValue="Main.rvl.xlsx" description="Main RVL Script to execute" output="false" ask="false">
<PossibleValues />
</TestParam>
<TestParam name="Detect Web Plugins" variable="g_webPluginsAutoDetect" defaultValue="False" description="Enable web plugins auto detection" output="false" ask="false">
<PossibleValues />
</TestParam>
</TestParams>
<Methodology>Web</Methodology>
<MethodologyOptions>
<ArrayOfObjectParam />
</MethodologyOptions>
</Test>