Skip to content

GenerationDialog

Reik edited this page Aug 23, 2023 · 17 revisions

The GenerationDialog is tool box for developers. For frequently occurring requirements the SysNat-developer is able to generate code which does not be written manually. Those requirements are:

A) Configuring a new test application in SysNat

B) Introducing a new page object for an existing test application

C) Creating a new natural language instruction (i.e. writting its java method stub

D) Parsing html-code to implemeted the Mapping from UI-fieldname to technical field name

E) Deleting a test application in SysNat with all information and files relating to it

The GenerationDialog offers for each of these requirements a separator tab. To start the GenerationDialog start the SysNatDialog with DialogMode 'Developer' or switch to this mode by pressing SHIFT CTRL ALT m.

The tabs for the named requirements look that way:

A:

B:

See also PageChangeEvents.

C:

After analysing the inserted text for the new natural language instruction, SysNat will ask the developer a couple of details. If completely given, SysNat will do the code generation.

D:

See also XY.

After analysing the html code copied into the clipboard, SysNat will do the generation of the field mappings.

E:

Clone this wiki locally