-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs_template.yml
More file actions
433 lines (423 loc) · 19.8 KB
/
mkdocs_template.yml
File metadata and controls
433 lines (423 loc) · 19.8 KB
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
site_name: RapiseDocs
copyright: © Copyright 2006-2026 Inflectra Corporation, All Rights Reserved | en-US |
repo_name: Inflectra
repo_url: https://www.inflectra.com
site_url: https://rapisedoc.inflectra.com/
site_description: Rapise Test Automation platform documentation
hide_site_name: True
plugins:
- search:
separator: '[\s\(\)\,\-]+'
markdown_extensions:
- attr_list
- footnotes
- admonition
- codehilite:
linenums: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- material/.icons
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed
- pymdownx.tilde
- toc:
permalink: true
theme:
name: 'material'
language: en
features:
- navigation.tabs
- navigation.sections
palette:
scheme: default
primary: 'black'
accent: 'amber'
font: false
favicon: 'img/favicon.ico'
logo: 'img/logo.svg'
custom_dir: material
icon:
repo: 'logo'
extra_css:
- stylesheets/spira.css
extra_javascript:
- javascripts/jquery-1.10.2.min.js
- javascripts/annotations.js
- javascripts/gifffer.min.js
extra:
social:
- icon: fontawesome/brands/github
link: 'https://github.com/inflectra'
- icon: fontawesome/brands/x-twitter
link: 'https://x.com/inflectra'
- icon: fontawesome/solid/link
link: 'https://www.linkedin.com/company/inflectra-corporation/'
nav:
- '#':
- 'RapiseDocs': 'index.md'
- 'AI': 'Intro/ai.md'
- 'Automation Tips': 'Intro/automation.md'
- 'Cheat Sheet': 'Guide/cheatsheet.md'
- 'Data-Driven Testing': 'Intro/ddt.md'
- 'DevOps': 'Intro/devops.md'
- 'Frameworks': 'Guide/Frameworks/frameworks.md'
- 'Know Your Way Around': 'Intro/orientation.md'
- 'Knowledge Base': 'Manuals/kb.md'
- 'Page Objects / Modules': 'Guide/Frameworks/pageobjects.md'
- 'Parameters and Configurations': 'Guide/Frameworks/parameters.md'
- 'User''s Guide':
- 'About this Guide': 'Guide/about_this_guide.md'
- 'Getting Started':
- 'Overview': 'Guide/overview.md'
- 'Samples Index': 'Guide/sample_tests.md'
- 'Tutorial: Desktop Testing':
- 'Using Rapise Visual Language': 'Guide/twodialogs_sample.md'
- 'Using JavaScript': 'Guide/tutorial_windows_using_javascript.md'
- 'Tutorial: Mobile Testing':
- 'Mobile Testing using Android': 'Guide/mobile_testing_android.md'
- 'Mobile Testing using iOS': 'Guide/mobile_testing_ios.md'
- 'Tutorial: Web Testing':
- 'Using Rapise Visual Language': 'Guide/tutorial_record_and_playback.md'
- 'Using JavaScript': 'Guide/tutorial_web_using_javascript.md'
- 'Tutorial: Web Services Testing':
- 'REST Web Services': 'Guide/tutorial_web_services_rest.md'
- 'SOAP Web Services': 'Guide/tutorial_soap_web_services.md'
- 'Tutorial: Manual Testing': 'Guide/tutorial_exploratory_testing.md'
- 'Tutorial: Java Testing':
- 'Using Rapise Visual Language': 'Guide/tutorial_java_testing.md'
- 'Using JavaScript': 'Guide/tutorial_java_using_javascript.md'
- 'Tutorial: Qt Framework':
- 'Using Rapise Visual Language': 'Guide/tutorial_qt_framework.md'
- 'Using JavaScript': 'Guide/tutorial_qt_using_javascript.md'
- 'Features':
- 'Features': 'Guide/features.md'
- 'Recording and Learning':
- 'Recording and Learning': 'Guide/object_types.md'
- 'Recording': 'Guide/recording.md'
- 'Learning': 'Guide/object_learning.md'
- 'Multiple Recordings': 'Guide/multiple_recordings.md'
- 'Analog Recording':
- 'Analog Recording': 'Guide/analog_recording.md'
- 'Absolute Analog Recording': 'Guide/absolute_analog_learning.md'
- 'Relative Analog Recording': 'Guide/relative_analog_learning.md'
- 'Simulated Objects': 'Guide/simulated_objects.md'
- 'Object Manager': 'Guide/object_manager.md'
- 'Object Templates': 'Guide/object_templates.md'
- 'Object Libraries':
- 'Object Libraries': 'Guide/recording_library.md'
- 'Custom Libraries':
- 'Custom Libraries': 'Guide/custom_libraries.md'
- 'Actions': 'Guide/actions.md'
- 'Object Spy':
- 'Object Spy': 'Guide/object_spy.md'
- 'Accessible (MSAA) Spy': 'Guide/object_spy_accessible.md'
- 'Java Spy': 'Guide/object_spy_java.md'
- 'Managed (.NET) Spy': 'Guide/object_spy_managed.md'
- 'Mobile Spy': 'Guide/object_spy_mobile.md'
- 'UI Automation Spy': 'Guide/object_spy_uiautomation.md'
- 'Web Spy': 'Guide/web_spy.md'
- 'Playback':
- 'Playback': 'Guide/playback.md'
- 'Command Line': 'Guide/command_line.md'
- 'Object Locator': 'Guide/object_locator.md'
- 'Taking Screenshots': 'Guide/screenshots.md'
- 'Data-Driven Testing': 'Guide/ddt.md'
- 'Automated Reporting':
- 'Automated Reporting': 'Guide/automated_reporting.md'
- 'Writing to the Report': 'Guide/writing_to_the_report.md'
- 'Report Filtering': 'Guide/report_filtering.md'
- 'Tests and Sub-Tests': 'Guide/tests_and_sub_tests.md'
- 'Visual Language (RVL)': 'Guide/visual_language.md'
- 'Scripting':
- 'Scripting': 'Guide/scripting.md'
- 'JScript Language Reference': 'Guide/jscript_language_reference.md'
- 'Understanding the Script': 'Guide/understanding_the_script.md'
- 'Naming Conventions': 'Guide/naming_conventions.md'
- 'Defining Functions': 'Guide/defining_functions.md'
- 'Global Variables': 'Guide/global_variables.md'
- 'Including other Files': 'Guide/including_other_files.md'
- 'Regular Expressions': 'Guide/regular_expressions.md'
- 'Assert Statements': 'Guide/assertions.md'
- 'Data Driven Testing': 'Guide/data_driven_testing.md'
- 'Customizable Engine': 'Guide/customizable_engine.md'
- 'Scenarios': 'Guide/scenarios.md'
- 'Checkpoints': 'Guide/checkpoints.md'
- 'JavaScript IDE':
- 'JavaScript IDE': 'Guide/javascript_ide.md'
- 'Internal Debugger':
- 'Internal Debugger': 'Guide/internal_debugger.md'
- 'Tooltips': 'Guide/tooltips.md'
- 'Control Execution': 'Guide/control_execution.md'
- 'Breakpoints': 'Guide/breakpoints.md'
- 'Verbosity Levels': 'Guide/verbosity_levels.md'
- 'Syntax Highlighting': 'Guide/syntax_highlighting.md'
- 'Code Folding': 'Guide/code_folding.md'
- 'Syntax Checking': 'Guide/syntax_checking.md'
- 'Code Completion': 'Guide/code_helper.md'
- 'Manual Testing':
- 'Manual Testing': 'Guide/manual_testing.md'
- 'Manual Recording': 'Guide/manual_testing_recording.md'
- 'Manual Playback': 'Guide/manual_testing_playback.md'
- 'Semi-Manual Testing': 'Guide/semi_manual_testing.md'
- 'Unit Testing':
- 'Unit Testing': 'Guide/unit_testing.md'
- 'Visual Studio': 'Guide/visual_studio.md'
- 'NUnit': 'Guide/nunit.md'
- 'DLL Testing': 'Guide/dll_testing.md'
- 'COM Testing Support': 'Guide/com_testing_support.md'
- 'TAP Results': 'Guide/tap.md'
- 'Load Testing':
- 'Convert Functional to Load Test': 'Guide/convert_functional_to_load_tes.md'
- 'Test Management':
- 'Spira Dashboard': 'Guide/spira_dashboard_2.md'
- 'SpiraTest Integration': 'Guide/spiratest_integration.md'
- 'Azure DevOps Integration': 'Guide/vstest.md'
- 'RapiseLauncher Extension for Azure DevOps': 'Guide/vstest_rl.md'
- 'Git Integration': 'Guide/git_integration.md'
- 'Dialogs, Views, and Menus':
- 'Dialogs, Views, and Menus': 'Guide/dialogs_views_menus.md'
- 'A - I':
- 'Add Web Service Dialog': 'Guide/dialog_add_web_service.md'
- 'Browser Settings Dialog': 'Guide/browser_settings.md'
- 'Content View': 'Guide/content_view.md'
- 'Create New Test Dialog': 'Guide/create_new_test_dialog.md'
- 'Create Sub-Test Dialog': 'Guide/create_sub_test_dialog.md'
- 'Choose Test Case': 'Guide/test_to_play_selector.md'
- 'Choose Parameters': 'Guide/test_param_chooser.md'
- 'Enter Filter Criteria For... Dialog': 'Guide/enter_filter_criteria_for____d.md'
- 'Errors View': 'Guide/errors_view.md'
- 'Find and Replace Dialog': 'Guide/find_and_replace_dialog.md'
- 'Find Results View': 'Guide/find_results_view.md'
- 'Find Text dialog': 'Guide/find_text_dialog.md'
- 'Image Capture': 'Guide/image_capture.md'
- 'M - R':
- 'Manual Playback': 'Guide/manual_playback.md'
- 'Manual Test Editor': 'Guide/manual_test_editor.md'
- 'Main Menu and Toolbars': 'Guide/menu_and_toolbars.md'
- 'Mobile Settings Dialog': 'Guide/mobile_settings_dialog.md'
- 'Mobile Test Locator Dialog': 'Guide/mobile_test_locator_dialog.md'
- 'NameValue Collection Editor Dialog': 'Guide/namevalue_collection_editor_di.md'
- 'Object Tree View': 'Guide/object_tree.md'
- 'Output View': 'Guide/output_view.md'
- 'Properties Dialog': 'Guide/properties.md'
- 'Rapise Settings Dialog': 'Guide/options_dialog.md'
- 'Recording Activity Dialog': 'Guide/recording_activity_dialog.md'
- 'Replace Text Dialog': 'Guide/replace_text_dialog.md'
- 'Report Viewer': 'Guide/report_viewer.md'
- 'REST Definition Editor': 'Guide/rest_definition_editor.md'
- 'RVL Editor': 'Guide/rvl_editor.md'
- 'S - Z':
- 'Scripting Choice Dialog': 'Guide/scripting_choice_dialog.md'
- 'Select an Application to Record... Dialog': 'Guide/select_an_application_to_record_dialog.md'
- 'Selenium Settings Dialog': 'Guide/selenium_settings_dialog.md'
- 'SOAP Definition Editor': 'Guide/soap_definition_editor.md'
- 'Source Editor': 'Guide/source_editor.md'
- 'Spira Dashboard': 'Guide/spira_dashboard.md'
- 'Spira Properties Dialog': 'Guide/spira_properties_dialog.md'
- 'Spreadsheet Viewer': 'Guide/spreadsheet_editor.md'
- 'Spy Dialog': 'Guide/ses_spy_dialog.md'
- 'Start Page': 'Guide/start_page.md'
- 'Test Files View': 'Guide/test_files_dialog.md'
- 'Test Settings Dialog': 'Guide/settings_dialog.md'
- 'Toolbar: REST': 'Guide/toolbar_rest.md'
- 'Toolbar: SOAP': 'Guide/toolbar_soap.md'
- 'Toolbar: Spreadsheet': 'Guide/toolbar_spreadsheet.md'
- 'Variable/Call Stack View': 'Guide/variable_call_stack_view.md'
- 'Verify Object Properties Dialog': 'Guide/verify_object_properties.md'
- 'Warning View': 'Guide/warning_view.md'
- 'Watch View': 'Guide/watch_view.md'
- 'Web Spy Settings': 'Guide/web_settings.md'
- 'HowTos':
- 'HowTos': 'Guide/howtos.md'
- 'Accessing Files and I/O Functions': 'Guide/accessing_files_and_i_o_functi.md'
- 'Change Test Entry Point': 'Guide/change_test_entry_point.md'
- 'Change the Libraries Being Used': 'Guide/change_the_libraries_being_use.md'
- 'Changing the URL of Website being Tested': 'Guide/changing_the_url_of_website_be.md'
- 'Create a New Test': 'Guide/create_a_new_test.md'
- 'Deal with a Simulated Object': 'Guide/deal_with_a_simulated_object.md'
- 'Detecting the Presence of an Object': 'Guide/detecting_the_presence_of_an_o.md'
- 'Do Absolute Analog Recording': 'Guide/do_absolute_analog_recording.md'
- 'Do Relative Analog Recording': 'Guide/do_relative_analog_recording.md'
- 'Extracting Test Data From an Excel Spreadsheet': 'Guide/extracting_test_data_from_an_e.md'
- 'Learn an Object': 'Guide/learn_object.md'
- 'Object Not Found - How to Fix': 'Guide/object_not_found.md'
- 'Open a Test': 'Guide/open_a_test.md'
- 'Restoring the Default Layout': 'Guide/restoring_the_default_layout.md'
- 'Sending Special Keys to the Current Application': 'Guide/sending_special_keys_to_the_c.md'
- 'Technologies':
- 'Technologies': 'Guide/technologies.md'
- 'Desktop Testing': 'Guide/windows_applications.md'
- 'Mobile Testing':
- 'Mobile Testing': 'Guide/mobile_testing2.md'
- 'Preparing Environment for iOS Mobile Testing': 'Manuals/Preparing_for_iOS_Testing.md'
- 'Mobile Testing using iOS': 'Guide/mobile_testing_ios.md'
- 'Preparing Environment for Android Mobile Testing': 'Manuals/Preparing_for_Android_Testing.md'
- 'Mobile Testing using Android': 'Guide/mobile_testing_android.md'
- 'Mobile Settings Dialog': 'Guide/mobile_settings_dialog.md'
- 'Mobile Spy': 'Guide/object_spy_mobile.md'
- 'Mobile Test Locator Dialog': 'Guide/mobile_test_locator_dialog.md'
- 'Reconnect Mobile Session': 'Guide/mobile_reconnect.md'
- 'Web Testing':
- 'Web Testing': 'Guide/web_testing.md'
- 'Cross Browser Testing': 'Guide/cross_browser_testing.md'
- 'Web Application Profile': 'Guide/web_app_profile.md'
- 'Auto-waiting in Web Tests': 'Guide/web_auto_waiting.md'
- 'XPath': 'Guide/xpath.md'
- 'CSS': 'Guide/css.md'
- 'Web Spy': 'Guide/web_spy.md'
- 'Setting Up Web Browsers': 'Guide/setting_up_web_browsers.md'
- 'Browser Settings Dialog': 'Guide/browser_settings.md'
- 'Self-healing Locators': 'Guide/web_self_healing.md'
- 'SmartAction': 'Guide/web_smart_action.md'
- 'Selenium WebDriver':
- 'Selenium WebDriver': 'Guide/selenium_webdriver.md'
- 'Setting Up Selenium': 'Guide/setting_up_selenium.md'
- 'Selenium Settings Dialog': 'Guide/selenium_settings_dialog.md'
- 'Using Native Selenium Code': 'Guide/using_native_selenium_code.md'
- 'Reconnect WebDriver Session': 'Guide/selenium_reconnect.md'
- 'Web Service Testing':
- 'Web Service Testing': 'Guide/web_service_testing.md'
- 'Testing REST Web Services': 'Guide/rest_web_service.md'
- 'Testing SOAP Web Services': 'Guide/soap_web_services.md'
- 'Microsoft Dynamics':
- 'Microsoft Dynamics': 'Guide/microsoft_dynamics.md'
- 'Dynamics AX': 'Guide/dynamics_ax.md'
- 'Dynamics NAV': 'Guide/dynamics_nav.md'
- 'Dynamics CRM/365 for Sales': 'Guide/dynamics_crm.md'
- 'Dynamics 365 for Operations': 'Guide/dynamics_365.md'
- 'Unified Service Desk': 'Guide/unified_service_desk.md'
- 'Salesforce.com': 'Guide/salesforce_com.md'
- 'Qt Framework': 'Guide/qt_framework_testing.md'
- 'Java AWT/Swing': 'Guide/java_awt_swing_testing.md'
- 'Java SWT': 'Guide/java_swt.md'
- 'Oracle Forms': 'Guide/oracleforms_testing.md'
- 'Extensibility':
- 'Extensibility': 'Guide/extensibility.md'
- 'Tutorial: Custom Library': 'Guide/tutorial_custom_library.md'
- 'Defining Global Objects': 'Guide/global_objects.md'
- 'Glossary': 'Guide/glossary.md'
- 'Company & Copyright': 'Guide/company__copyright.md'
- 'RVL':
- 'About': 'Guide/visual_language.md'
- 'Why RVL?': 'RVL/Overview.md'
- 'RVL Editor': 'Guide/rvl_editor.md'
- 'Sheets': 'RVL/Sheets.md'
- 'Columns': 'RVL/Columns.md'
- 'Comments': 'RVL/Comments.md'
- 'Conditions': 'RVL/Conditions.md'
- 'AI': 'RVL/AI.md'
- 'Actions': 'RVL/Actions.md'
- 'Parameters': 'RVL/Params.md'
- 'Variables': 'RVL/Variables.md'
- 'Assertions': 'RVL/Assertions.md'
- 'If Else': 'RVL/IfElse.md'
- 'Maps': 'RVL/Maps.md'
- 'Loops': 'RVL/Loops.md'
- 'Preamble': 'RVL/Preamble.md'
- 'Repository': 'RVL/Repository.md'
- 'RVL Object': 'Libraries/RVL.md'
- 'Map Object': 'Libraries/Map.md'
- 'Input Parameters': 'RVL/RVL_DoPlay.md'
- 'RVL Cheat Sheet': 'RVL/Cheatsheet.md'
- 'Libraries':
- 'Libraries': 'Libraries/libraries.md'
#global
- 'RVL':
- 'RVL Object': 'Libraries/RVL.md'
- 'Map Object': 'Libraries/Map.md'
- 'Desktop':
#generic
#uiautomation
#managed
#devexpress
#infragistics
#syncfusion
#telerik
#advaac
#activex
#farpoint
#vsflexgrid
#java
#oracleforms
#swt
#qt
- 'Web':
#web
#selenium
#aggrid
#jquery
#html5
#gwt
#gwtext
#smartgwt
#yui
- 'Web Services':
#webservices
- 'Mobile':
#mobile
- 'Dynamics':
#dynamicsax
#dynamicsnav
#navposcontrols
#domdynamicsnav
#dynamics365
#dynamicscrm
- 'Salesforce':
#salesforce
- 'SAP':
#domsap
- 'Manuals':
- 'Rapise Installation Guide': 'Manuals/Rapise_Installation_Guide.md'
- 'AI in Rapise': 'Guide/ai_dashboard.md'
- 'Spira Dashboard': 'Guide/spira_dashboard_2.md'
- 'SpiraTest Integration': 'Guide/spiratest_integration.md'
- 'Dynamic Test Sets': 'Guide/dynamic_test_sets.md'
- 'Preparing for Web Testing': 'Guide/setting_up_selenium.md'
- 'Preparing for Android Testing': 'Manuals/Preparing_for_Android_Testing.md'
- 'Preparing for iOS Testing': 'Manuals/Preparing_for_iOS_Testing.md'
- 'Azure DevOps Integration': 'Guide/vstest.md'
- 'Robotic Process Automation': 'Manuals/Rpa.md'
- 'JScript Language Reference': 'Guide/jscript_language_reference.md'
- 'KB':
- 'Knowledge Base': 'Manuals/kb.md'
- 'Education':
- 'Recorded Webinars': 'Intro/webinars.md'
- 'Training': 'Intro/training.md'
- 'Playground': 'Intro/uitap.md'
- 'Release Notes':
- 'Release Notes for 9.0': 'New/9_0.md'
- 'Release Notes for 8.6': 'New/8_6.md'
- 'Release Notes for 8.5': 'New/8_5.md'
- 'Release Notes for 8.4': 'New/8_4.md'
- 'Release Notes for 8.3': 'New/8_3.md'
- 'Release Notes for 8.2': 'New/8_2.md'
- 'Release Notes for 8.1': 'New/8_1.md'
- 'Release Notes for 8.0': 'New/8_0.md'
- 'Release Notes for 7.4': 'New/7_4.md'
- 'Release Notes for 7.3': 'New/7_3.md'
- 'Release Notes for 7.2': 'New/7_2.md'
- 'Release Notes for 7.1': 'New/7_1.md'
- 'Release Notes for 7.0': 'New/7_0.md'
- 'Release Notes for 6.7': 'New/6_7.md'
- 'Release Notes for 6.6': 'New/6_6.md'
- 'Release Notes for 6.5': 'New/6_5.md'
- 'Release Notes for 6.4': 'New/6_4.md'
- 'Release Notes for 6.3': 'New/6_3.md'
- 'Release Notes for 6.2': 'New/6_2.md'
- 'Development Roadmap': 'New/Roadmap.md'